DBA Data[Home] [Help]

APPS.OKC_PARTY_MERGE_PUB dependencies on HZ_MERGE_BATCH

Line 168: from hz_merge_batch

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

Line 434: from hz_merge_batch

430:
431: --
432: select merge_reason_code
433: into l_merge_reason_code
434: from hz_merge_batch
435: where batch_id = p_batch_id;
436:
437: if l_merge_reason_code = 'DUPLICATE' then
438: -- if reason code is duplicate then allow the party merge to happen without

Line 553: from hz_merge_batch

549:
550: --
551: select merge_reason_code
552: into l_merge_reason_code
553: from hz_merge_batch
554: where batch_id = p_batch_id;
555:
556: if l_merge_reason_code = 'DUPLICATE' then
557: -- if reason code is duplicate then allow the party merge to happen without

Line 670: from hz_merge_batch

666:
667: --
668: select merge_reason_code
669: into l_merge_reason_code
670: from hz_merge_batch
671: where batch_id = p_batch_id;
672:
673: if l_merge_reason_code = 'DUPLICATE' then
674: -- if reason code is duplicate then allow the party merge to happen without

Line 788: from hz_merge_batch

784:
785: --
786: select merge_reason_code
787: into l_merge_reason_code
788: from hz_merge_batch
789: where batch_id = p_batch_id;
790:
791: if l_merge_reason_code = 'DUPLICATE' then
792: -- if reason code is duplicate then allow the party merge to happen without

Line 902: from hz_merge_batch

898:
899: --
900: select merge_reason_code
901: into l_merge_reason_code
902: from hz_merge_batch
903: where batch_id = p_batch_id;
904:
905: if l_merge_reason_code = 'DUPLICATE' then
906: -- if reason code is duplicate then allow the party merge to happen without