DBA Data[Home] [Help]

APPS.PAY_NO_TAX_LEVY dependencies on PAY_EXTERNAL_ACCOUNTS

Line 562: from pay_external_accounts acc

558: -- cursor to get Third Party Destination Acc Number
559:
560: cursor csr_third_party_dest_acc (p_organization_id NUMBER) is
561: select segment6
562: from pay_external_accounts acc
563: ,pay_org_payment_methods_f pay_org
564: ,hr_organization_information hoi
565: where hoi.organization_id = p_organization_id
566: and hoi.org_information_context = 'NO_THIRD_PARTY_PAYMENT'