Query to get po matched invoices in oracle apps
Here you fill the sql script to get the po matched invoices in oracle apps. This sql querry will give you the list of the invoices which we have matched with the purchase order in oracle apps. I am sharing the table involved in this sql query. When we match the purchase order with the Payables Invoice then PO_DISTRIBUTION_ID of the purchase order stores in the ap_invoice_distributions_all of the Invoice.
Tables Involved.
po_headers_all
po_distributions_all
ap_invoices_all
sql query to get po matched invoices in oracle apps