DBA Data[Home] [Help]

APPS.HZ_BATCH_IMPORT_PKG dependencies on HZ_IMP_DQM_STAGE

Line 210: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

206:
207: -- call the DQM cleanup routine
208: IF l_reg_dedup = 'Y' OR l_batch_dedup = 'Y' THEN
209: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** POST - Calling dqm_post_imp_cleanup');
210: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup
211: (p_batch_id => p_batch_id,
212: x_return_status => x_return_status,
213: x_msg_count => x_msg_count,
214: x_msg_data => x_msg_data);

Line 693: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

689:
690: -- call the DQM cleanup routine
691: IF r_batch_info.registry_dedup_flag = 'Y' OR r_batch_info.batch_dedup_flag = 'Y' THEN
692: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM post import cleanup');
693: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup
694: (p_batch_id => p_batch_id,
695: x_return_status => l_return_status,
696: x_msg_count => l_msg_count,
697: x_msg_data => l_msg_data);

Line 1139: HZ_IMP_DQM_STAGE.dqm_pre_imp_cleanup(

1135:
1136: -- 4. call dqm cleanup routine
1137: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM pre-import cleanup');
1138: IF p_run_batch_dedup = 'Y' OR p_run_registry_dedup = 'Y' THEN
1139: HZ_IMP_DQM_STAGE.dqm_pre_imp_cleanup(
1140: p_batch_id => p_batch_id,
1141: x_return_status => l_return_status,
1142: x_msg_count => l_msg_count,
1143: x_msg_data => l_msg_data);

Line 1298: HZ_IMP_DQM_STAGE.dqm_inter_imp_cleanup(

1294:
1295: -- DQM cleanup for staging reuse
1296: IF r_batch_info.registry_dedup_flag = 'Y' THEN
1297: fnd_file.put_line(FND_FILE.LOG, 'UIC***** Calling DQM intermediate cleanup');
1298: HZ_IMP_DQM_STAGE.dqm_inter_imp_cleanup(
1299: p_batch_id => p_batch_id,
1300: x_return_status => l_return_status,
1301: x_msg_count => l_msg_count,
1302: x_msg_data => l_msg_data);

Line 1424: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

1420:
1421: -- call the DQM cleanup routine
1422: IF r_batch_info.registry_dedup_flag = 'Y' OR r_batch_info.batch_dedup_flag = 'Y' THEN
1423: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM post import cleanup');
1424: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup
1425: (p_batch_id => p_batch_id,
1426: x_return_status => l_return_status,
1427: x_msg_count => l_msg_count,
1428: x_msg_data => l_msg_data);

Line 1793: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

1789: END IF;
1790:
1791: IF r_batch_info.registry_dedup_flag = 'Y' OR r_batch_info.batch_dedup_flag = 'Y' THEN
1792: FND_FILE.PUT_LINE (FND_FILE.LOG, 'UIC***** Calling DQM post import cleanup');
1793: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup
1794: (p_batch_id => p_batch_id,
1795: x_return_status => l_return_status,
1796: x_msg_count => l_msg_count,
1797: x_msg_data => l_msg_data);