DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_IG_TRANSFERS_PKG

Line 1400: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then

1396:
1397: --******************************************************************************************************
1398: -- Find mirror deal's pricing model
1399: --******************************************************************************************************
1400: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then
1401: if p_action_code = 'PAY' then
1402: l_mirror_action := 'REC';
1403: else
1404: l_mirror_action := 'PAY';

Line 1551: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then

1547:
1548: --******************************************************************************************************
1549: -- Checks Mirror company duplicate if party is a company
1550: --******************************************************************************************************
1551: if XTR_IG_TRANSFERS_PKG.is_company(p_intercompany_code) then
1552:
1553: if p_action_code = 'PAY' then
1554: l_mirror_action := 'REC';
1555: else

Line 2110: XTR_IG_TRANSFERS_PKG.TRANSFER_IG_DEALS(L_External_IG,

2106: mandatory_error := FALSE;
2107: validation_error := FALSE;
2108: limit_error := FALSE;
2109:
2110: XTR_IG_TRANSFERS_PKG.TRANSFER_IG_DEALS(L_External_IG,
2111: null, -- G_ig_source: must be null
2112: user_error,
2113: mandatory_error,
2114: validation_error,