DBA Data[Home] [Help]

APPS.AHL_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 71: from hz_merge_batch

67: x_return_status := FND_API.G_RET_STS_SUCCESS;
68:
69: select merge_reason_code
70: into l_merge_reason_code
71: from hz_merge_batch
72: where batch_id = p_batch_id;
73:
74: if l_merge_reason_code = 'DUPLICATE' then
75: -- if reason code is duplicate then allow the party merge to happen without

Line 175: from hz_merge_batch

171: x_return_status := FND_API.G_RET_STS_SUCCESS;
172:
173: select merge_reason_code
174: into l_merge_reason_code
175: from hz_merge_batch
176: where batch_id = p_batch_id;
177:
178: if l_merge_reason_code = 'DUPLICATE' then
179: -- if reason code is duplicate then allow the party merge to happen without

Line 275: from hz_merge_batch

271: x_return_status := FND_API.G_RET_STS_SUCCESS;
272:
273: select merge_reason_code
274: into l_merge_reason_code
275: from hz_merge_batch
276: where batch_id = p_batch_id;
277:
278: if l_merge_reason_code = 'DUPLICATE' then
279: -- if reason code is duplicate then allow the party merge to happen without

Line 378: from hz_merge_batch

374: x_return_status := FND_API.G_RET_STS_SUCCESS;
375:
376: select merge_reason_code
377: into l_merge_reason_code
378: from hz_merge_batch
379: where batch_id = p_batch_id;
380:
381: if l_merge_reason_code = 'DUPLICATE' then
382: -- if reason code is duplicate then allow the party merge to happen without

Line 481: from hz_merge_batch

477: x_return_status := FND_API.G_RET_STS_SUCCESS;
478:
479: select merge_reason_code
480: into l_merge_reason_code
481: from hz_merge_batch
482: where batch_id = p_batch_id;
483:
484: if l_merge_reason_code = 'DUPLICATE' then
485: -- if reason code is duplicate then allow the party merge to happen without

Line 585: from hz_merge_batch

581: x_return_status := FND_API.G_RET_STS_SUCCESS;
582:
583: select merge_reason_code
584: into l_merge_reason_code
585: from hz_merge_batch
586: where batch_id = p_batch_id;
587:
588: if l_merge_reason_code = 'DUPLICATE' then
589: -- if reason code is duplicate then allow the party merge to happen without

Line 685: from hz_merge_batch

681: x_return_status := FND_API.G_RET_STS_SUCCESS;
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 785: from hz_merge_batch

781: x_return_status := FND_API.G_RET_STS_SUCCESS;
782:
783: select merge_reason_code
784: into l_merge_reason_code
785: from hz_merge_batch
786: where batch_id = p_batch_id;
787:
788: if l_merge_reason_code = 'DUPLICATE' then
789: -- if reason code is duplicate then allow the party merge to happen without

Line 882: from hz_merge_batch

878: x_return_status := FND_API.G_RET_STS_SUCCESS;
879:
880: select merge_reason_code
881: into l_merge_reason_code
882: from hz_merge_batch
883: where batch_id = p_batch_id;
884:
885: if l_merge_reason_code = 'DUPLICATE' then
886: -- if reason code is duplicate then allow the party merge to happen without

Line 979: from hz_merge_batch

975: x_return_status := FND_API.G_RET_STS_SUCCESS;
976:
977: select merge_reason_code
978: into l_merge_reason_code
979: from hz_merge_batch
980: where batch_id = p_batch_id;
981:
982: if l_merge_reason_code = 'DUPLICATE' then
983: -- if reason code is duplicate then allow the party merge to happen without

Line 1076: from hz_merge_batch

1072: x_return_status := FND_API.G_RET_STS_SUCCESS;
1073:
1074: select merge_reason_code
1075: into l_merge_reason_code
1076: from hz_merge_batch
1077: where batch_id = p_batch_id;
1078:
1079: if l_merge_reason_code = 'DUPLICATE' then
1080: -- if reason code is duplicate then allow the party merge to happen without

Line 1174: from hz_merge_batch

1170: x_return_status := FND_API.G_RET_STS_SUCCESS;
1171:
1172: select merge_reason_code
1173: into l_merge_reason_code
1174: from hz_merge_batch
1175: where batch_id = p_batch_id;
1176:
1177: if l_merge_reason_code = 'DUPLICATE' then
1178: -- if reason code is duplicate then allow the party merge to happen without