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:

  1. Make an entry into HTS_IMPORT_COUNTRY_SETUP table for the country. (Back-end entry)
  2. Create a Harmonized Tariff Schedule (HTS) chapter from the HTS Heading Maintenance WINDOW [htshead].
  3. Create Quota Category.
  4. Create required HTS from the Harmonized Tariff Schedule Window [hts].

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.



Discussion

No Comment Found