DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 1430: -- PAY_EXTERNAL_ACCOUNTS.

1426: if p_payment_type = pay_pss_tx_steps_pkg.C_DEPOSIT then
1427: --
1428: -- The OA key flex code inserts into the combination table: therefore,
1429: -- p_external_account_id refers to an existing row in
1430: -- PAY_EXTERNAL_ACCOUNTS.
1431: --
1432: l_external_account_id := p_external_account_id;
1433: pay_exa_upd.upd_or_sel
1434: (p_segment1 => p_segment1

Line 2117: from pay_external_accounts

2113: , p_segment27
2114: , p_segment28
2115: , p_segment29
2116: , p_segment30
2117: from pay_external_accounts
2118: where external_account_id = p_external_account_id;
2119: exception
2120: when others then
2121: seterrorstage(l_proc, 'EXIT:FAIL', 20);