DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on PO_HEADERS_ALL

Line 702: po_headers_all poh

698: api.invoice_date
699: FROM ap_invoices_all api,
700: ap_invoice_distributions_all apd,
701: po_distributions_all pod,
702: po_headers_all poh
703: WHERE apd.invoice_id = api.invoice_id
704: AND pod.po_header_id = poh.po_header_id
705: AND apd.po_distribution_id = pod.po_distribution_id
706: AND apd.invoice_line_number = line_no

Line 7266: po_headers_all poh

7262: api.invoice_date
7263: FROM ap_invoices_all api,
7264: ap_invoice_distributions_all apd,
7265: po_distributions_all pod,
7266: po_headers_all poh
7267: WHERE api.invoice_id = inv_id
7268: AND api.invoice_id = apd.invoice_id
7269: AND pod.po_header_id = poh.po_header_id
7270: AND apd.po_distribution_id = pod.po_distribution_id