DBA Data[Home] [Help]

APPS.PAY_PGA_BUS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 316: from pay_external_accounts

312: ) is
313: --
314: cursor csr_external_account_id is
315: select null
316: from pay_external_accounts
317: where external_account_id = p_external_account_id;
318: --
319: l_exists varchar2(1);
320: --