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 1439: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report

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

Line 1806: HZ_DQM_DUP_ID_PKG.interface_tca_sanitize_report

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