DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on PO_HEADERS_ALL

Line 542: po_headers_all poh

538: api.invoice_date
539: FROM ap_invoices_all api,
540: ap_invoice_distributions_all apd,
541: po_distributions_all pod,
542: po_headers_all poh
543: WHERE apd.invoice_id = api.invoice_id
544: AND pod.po_header_id = poh.po_header_id
545: AND apd.po_distribution_id = pod.po_distribution_id
546: AND apd.invoice_line_number = line_no

Line 5717: po_headers_all poh

5713: api.invoice_date
5714: FROM ap_invoices_all api,
5715: ap_invoice_distributions_all apd,
5716: po_distributions_all pod,
5717: po_headers_all poh
5718: WHERE api.invoice_id = inv_id
5719: AND api.invoice_id = apd.invoice_id
5720: AND pod.po_header_id = poh.po_header_id
5721: AND apd.po_distribution_id = pod.po_distribution_id