DBA Data[Home] [Help]

APPS.HZ_IMP_DQM_STAGE dependencies on HZ_IMP_DUP_PARTIES

Line 475: delete from HZ_IMP_DUP_PARTIES where batch_id = p_batch_id;

471: BEGIN
472: x_return_status := fnd_api.g_ret_sts_success;
473: chk_srch_tab(p_batch_id);
474: delete from HZ_IMP_INT_DEDUP_RESULTS where batch_id = p_batch_id;
475: delete from HZ_IMP_DUP_PARTIES where batch_id = p_batch_id;
476: delete from HZ_IMP_DUP_DETAILS where batch_id = p_batch_id;
477: EXCEPTION WHEN OTHERS THEN
478: log(SQLERRM);
479: x_return_status := fnd_api.g_ret_sts_unexp_error;