DBA Data[Home] [Help]

APPS.INL_TCAMERGE_GRP dependencies on INL_TCAMERGE_GRP

Line 1: PACKAGE BODY INL_TCAMERGE_GRP AS

1: PACKAGE BODY INL_TCAMERGE_GRP AS
2: /* $Header: INLGMRGB.pls 120.1 2011/01/18 16:40:18 acferrei noship $ */
3: --
4: --========================================================================
5: -- PROCEDURE :Merge_Vendors

Line 503: INL_TCAMERGE_GRP.Merge_Vendors

499:
500: --
501: -- Now call the core Vendor Merge routine to update INL data
502: --
503: INL_TCAMERGE_GRP.Merge_Vendors
504: (
505: p_from_id => p_from_vendor_id,
506: p_to_id => P_to_vendor_id,
507: p_from_party_id => NVL(p_from_party_id, l_fromPartyId),

Line 875: END INL_TCAMERGE_GRP;

871: END IF;
872:
873: END Merge_PartySites;
874:
875: END INL_TCAMERGE_GRP;