DBA Data[Home] [Help]

APPS.PAY_NO_TAX_LEVY dependencies on PAY_EXTERNAL_ACCOUNTS

Line 560: from pay_external_accounts acc

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