DBA Data[Home] [Help]

APPS.HZ_BATCH_IMPORT_PKG dependencies on HZ_DQM_DUP_ID_PKG

Line 706: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report

702: IF NVL(r_batch_info.registry_dedup_flag,'N') = 'Y' THEN
703:
704: -- call the report dupsets API
705: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM interface tca sanitize report');
706: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report
707: (p_batch_id => p_batch_id,
708: p_match_rule_id => p_registry_dedup_rule_id,
709: p_request_id => fnd_global.conc_request_id,
710: x_dup_batch_id => l_dup_batch_id,

Line 1441: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report

1437: IF NVL(r_batch_info.registry_dedup_flag,'N') = 'Y' THEN
1438:
1439: -- call the report dupsets API
1440: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM interface tca sanitize report');
1441: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report
1442: (p_batch_id => p_batch_id,
1443: p_match_rule_id => p_registry_dedup_rule_id,
1444: p_request_id => fnd_global.conc_request_id,
1445: x_dup_batch_id => l_dup_batch_id,

Line 1810: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report

1806: IF NVL(r_batch_info.registry_dedup_flag,'N') = 'Y' THEN
1807:
1808: -- call the report dupsets API
1809: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM interface tca sanitize report');
1810: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report
1811: (p_batch_id => p_batch_id,
1812: p_match_rule_id => r_batch_info.registry_dedup_match_rule_id,
1813: p_request_id => fnd_global.conc_request_id,
1814: x_dup_batch_id => l_dup_batch_id,