DBA Data[Home] [Help]

APPS.GHG_UTILITIES_PKG dependencies on PO_HEADERS_ALL

Line 393: , po_headers_all p

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
397: and a.invoice_id = x_invoice_id;