DBA Data[Home] [Help]

APPS.GHG_UTILITIES_PKG dependencies on AP_INVOICE_LINES_ALL

Line 392: , ap_invoice_lines_all b

388: , a.vendor_site_id
389: , p.segment1 po_number
390: , a.org_id
391: from ap_invoices_all a
392: , ap_invoice_lines_all b
393: , po_headers_all p
394: where a.invoice_id = b.invoice_id
395: and b.po_header_id = p.po_header_id
396: and a.cancelled_date is null