DBA Data[Home] [Help]

APPS.POA_EDW_SPEND_PKG dependencies on AP_INVOICE_PAYMENTS_ALL

Line 486: ap_invoice_payments_all aip,

482:
483: select min(ack.check_date)
484: into cc_date
485: from ap_checks_all ack,
486: ap_invoice_payments_all aip,
487: ap_invoice_distributions_all aid
488: where aip.check_id = ack.check_id
489: and aip.invoice_id = aid.invoice_id
490: and aid.po_distribution_id = p_po_dist_id;