DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 1987: -- PAY_EXTERNAL_ACCOUNTS.

1983: if p_payment_type = pay_pss_tx_steps_pkg.C_DEPOSIT then
1984: --
1985: -- The OA key flex code inserts into the combination table: therefore,
1986: -- p_external_account_id refers to an existing row in
1987: -- PAY_EXTERNAL_ACCOUNTS.
1988: --
1989: l_external_account_id := p_external_account_id;
1990: pay_exa_upd.upd_or_sel
1991: (p_segment1 => p_segment1

Line 2813: from pay_external_accounts

2809: , p_segment27
2810: , p_segment28
2811: , p_segment29
2812: , p_segment30
2813: from pay_external_accounts
2814: where external_account_id = p_external_account_id;
2815: exception
2816: when others then
2817: seterrorstage(l_proc, 'EXIT:FAIL', 20);