DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_IG_TRANSFERS_PKG

Line 1634: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then

1630:
1631: --******************************************************************************************************
1632: -- Find mirror deal's pricing model
1633: --******************************************************************************************************
1634: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then
1635: if p_action_code = 'PAY' then
1636: l_mirror_action := 'REC';
1637: else
1638: l_mirror_action := 'PAY';

Line 1785: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then

1781:
1782: --******************************************************************************************************
1783: -- Checks Mirror company duplicate if party is a company
1784: --******************************************************************************************************
1785: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then
1786:
1787: if p_action_code = 'PAY' then
1788: l_mirror_action := 'REC';
1789: else

Line 2344: XTR_IG_TRANSFERS_PKG.TRANSFER_IG_DEALS(L_External_IG,

2340: mandatory_error := FALSE;
2341: validation_error := FALSE;
2342: limit_error := FALSE;
2343:
2344: XTR_IG_TRANSFERS_PKG.TRANSFER_IG_DEALS(L_External_IG,
2345: null, -- G_ig_source: must be null
2346: user_error,
2347: mandatory_error,
2348: validation_error,