3.1.7 Configuring Watch List Management

This section describes configuring Watch Lists.

The table KDD_PRCSNG_BATCH_JRSDCN_MAP has two columns PRCSNG_BATCH_NM and JRSDCN_CD. This contains mapping between the columns for use by the Watch List Management UI. Ensure that the relevant data is available in this table.

For Example:

INSERT INTO KDD_PRCSNG_BATCH_JRSDCN_MAP (PRCSNG_BATCH_NM, JRSDCN_CD)
VALUES ('FR', 'EMEA');
INSERT INTO KDD_PRCSNG_BATCH_JRSDCN_MAP (PRCSNG_BATCH_NM, JRSDCN_CD)
VALUES ('SG', 'APAC');
COMMIT;