DBA Data[Home] [Help]

APPS.PO_FED_FIELD_FUNCTIONS dependencies on AP_INVOICE_PAYMENTS_ALL

Line 3747: from ap_checks_all pay, ap_invoice_payments_all invpay

3743: select check_number, check_date
3744: into l_payment_no, l_payment_date
3745: from
3746: (select pay.check_number, pay.check_date
3747: from ap_checks_all pay, ap_invoice_payments_all invpay
3748: where pay.check_id = invpay.check_id
3749: and exists ( select 1
3750: from ap_invoice_distributions_all invdist , po_distributions_all podist
3751: where podist.po_distribution_id = invdist.po_distribution_id