DBA Data[Home] [Help]

APPS.PAY_NO_SUPPORT_ORDER dependencies on PAY_EXTERNAL_ACCOUNTS

Line 797: from pay_external_accounts acc

793: -- cursor to get Third Party Destination Acc Number
794:
795: cursor csr_third_party_dest_acc (p_organization_id NUMBER) is
796: select segment6
797: from pay_external_accounts acc
798: ,pay_org_payment_methods_f pay_org
799: ,hr_organization_information hoi
800: where hoi.organization_id = p_organization_id
801: and hoi.org_information_context = 'NO_THIRD_PARTY_PAYMENT'