DBA Data[Home] [Help]

APPS.PAY_NL_PAYFILE dependencies on PAY_EXTERNAL_ACCOUNTS

Line 546: From pay_external_accounts ext,

542:
543: CURSOR c_get_acc_num
544: IS
545: Select ext.segment2 --Acc Num
546: From pay_external_accounts ext,
547: pay_org_payment_methods_f org
548: Where org.org_payment_method_id = p_org_payment_method_id
549: and p_effective_date between org.effective_start_date and org.effective_end_date
550: and org.external_account_id = ext.external_account_id;