DBA Data[Home] [Help]

APPS.PVX_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 471: from hz_merge_batch

467: x_return_status := FND_API.G_RET_STS_SUCCESS;
468:
469: select merge_reason_code
470: into l_merge_reason_code
471: from hz_merge_batch
472: where batch_id = p_batch_id;
473:
474: if l_merge_reason_code = 'DUPLICATE' then
475: -- if reason code is duplicate then allow the party merge to happen without

Line 571: from hz_merge_batch

567: x_return_status := FND_API.G_RET_STS_SUCCESS;
568:
569: select merge_reason_code
570: into l_merge_reason_code
571: from hz_merge_batch
572: where batch_id = p_batch_id;
573:
574: if l_merge_reason_code = 'DUPLICATE' then
575: -- if reason code is duplicate then allow the party merge to happen without

Line 711: from hz_merge_batch

707: x_return_status := FND_API.G_RET_STS_SUCCESS;
708:
709: select merge_reason_code
710: into l_merge_reason_code
711: from hz_merge_batch
712: where batch_id = p_batch_id;
713:
714: if l_merge_reason_code = 'DUPLICATE' then
715: -- if reason code is duplicate then allow the party merge to happen without

Line 811: from hz_merge_batch

807: x_return_status := FND_API.G_RET_STS_SUCCESS;
808:
809: select merge_reason_code
810: into l_merge_reason_code
811: from hz_merge_batch
812: where batch_id = p_batch_id;
813:
814: if l_merge_reason_code = 'DUPLICATE' then
815: -- if reason code is duplicate then allow the party merge to happen without

Line 1155: from HZ_MERGE_BATCH

1151:
1152: x_return_status := FND_API.G_RET_STS_SUCCESS;
1153:
1154: select merge_reason_code into l_merge_reason_code
1155: from HZ_MERGE_BATCH
1156: where batch_id = p_batch_id;
1157:
1158: IF l_merge_reason_code = 'DUPLICATE' THEN
1159: -- *********************************************************************

Line 1384: from hz_merge_batch

1380: x_return_status := FND_API.G_RET_STS_SUCCESS;
1381:
1382: select merge_reason_code
1383: into l_merge_reason_code
1384: from hz_merge_batch
1385: where batch_id = p_batch_id;
1386:
1387: if l_merge_reason_code = 'DUPLICATE' then
1388: -- if reason code is duplicate then allow the party merge to happen without