DBA Data[Home] [Help]

APPS.GML_RCV_TXN_INTERFACE dependencies on PO_HEADERS_ALL

Line 298: po_headers_all ph

294: , 0 rcv_transaction_id -- only need it for std_deliver
295: , pl.item_revision --only needed for std_deliver
296: from po_line_locations_all pll,
297: po_lines_all pl,
298: po_headers_all ph
299: where ph.po_header_id = header_id
300: and pll.po_header_id = header_id
301: AND pll.po_line_id = Nvl(v_po_line_id, pll.po_line_id)
302: AND pll.line_location_id = Nvl(v_po_line_location_id, pll.line_location_id)