DBA Data[Home] [Help]

APPS.PAY_IE_PAYPATH_TAPE dependencies on PAY_EXTERNAL_ACCOUNTS

Line 410: From pay_external_accounts ext,

406: CURSOR c_get_conc_ident
407: IS
408: Select ext.segment1, --Sort Code
409: ext.segment4 --Acc Num
410: From pay_external_accounts ext,
411: pay_org_payment_methods_f org
412: Where org.org_payment_method_id = p_org_payment_method_id
413: and p_effective_date between org.effective_start_date and org.effective_end_date
414: and org.external_account_id = ext.external_account_id;