DBA Data[Home] [Help]

APPS.OKC_PARTY_MERGE_PUB dependencies on HZ_MERGE_BATCH

Line 169: from hz_merge_batch

165:
166: --
167: select merge_reason_code
168: into l_merge_reason_code
169: from hz_merge_batch
170: where batch_id = p_batch_id;
171:
172: if l_merge_reason_code = 'DUPLICATE' then
173: -- if reason code is duplicate then allow the party merge to happen without

Line 449: from hz_merge_batch

445:
446: --
447: select merge_reason_code
448: into l_merge_reason_code
449: from hz_merge_batch
450: where batch_id = p_batch_id;
451:
452: if l_merge_reason_code = 'DUPLICATE' then
453: -- if reason code is duplicate then allow the party merge to happen without

Line 568: from hz_merge_batch

564:
565: --
566: select merge_reason_code
567: into l_merge_reason_code
568: from hz_merge_batch
569: where batch_id = p_batch_id;
570:
571: if l_merge_reason_code = 'DUPLICATE' then
572: -- if reason code is duplicate then allow the party merge to happen without

Line 685: from hz_merge_batch

681:
682: --
683: select merge_reason_code
684: into l_merge_reason_code
685: from hz_merge_batch
686: where batch_id = p_batch_id;
687:
688: if l_merge_reason_code = 'DUPLICATE' then
689: -- if reason code is duplicate then allow the party merge to happen without

Line 803: from hz_merge_batch

799:
800: --
801: select merge_reason_code
802: into l_merge_reason_code
803: from hz_merge_batch
804: where batch_id = p_batch_id;
805:
806: if l_merge_reason_code = 'DUPLICATE' then
807: -- if reason code is duplicate then allow the party merge to happen without

Line 917: from hz_merge_batch

913:
914: --
915: select merge_reason_code
916: into l_merge_reason_code
917: from hz_merge_batch
918: where batch_id = p_batch_id;
919:
920: if l_merge_reason_code = 'DUPLICATE' then
921: -- if reason code is duplicate then allow the party merge to happen without