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 1137: HZ_IMP_DQM_STAGE.dqm_pre_imp_cleanup(

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

Line 1296: HZ_IMP_DQM_STAGE.dqm_inter_imp_cleanup(

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

Line 1422: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

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

Line 1789: HZ_IMP_DQM_STAGE.dqm_post_imp_cleanup

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