InterviewSolution
| 1. |
Where And How Can We Set Up The Data In Hts_import_country_setup Table In Oracle Retail Merchandising System (rms) Release 13.1.x? |
|
Answer» The SETUP MUST be done MANUALLY, as it VARIES from country to country. The basic steps are as follows:
A typical entry in the HTS_IMPORT_COUNTRY_SETUP would be: INSERT INTO HTS_IMPORT_COUNTRY_SETUP VALUES ('IN', 'FMXXXX"."XXXX"."XX', 4); Where columns are Import Country ID, HTS Format Mask, HTS Heading Length. The setup must be done manually, as it varies from country to country. The basic steps are as follows: A typical entry in the HTS_IMPORT_COUNTRY_SETUP would be: INSERT INTO HTS_IMPORT_COUNTRY_SETUP VALUES ('IN', 'FMXXXX"."XXXX"."XX', 4); Where columns are Import Country ID, HTS Format Mask, HTS Heading Length. |
|