DBA Data[Home] [Help]

APPS.PO_INTERFACE_S2 dependencies on PO_LINES_ALL

Line 111: po_lines_all pl

107: ph.type_lookup_code --
108: INTO x_source_line_id,
109: x_src_document_type --
110: FROM po_headers_all ph,
111: po_lines_all pl
112: WHERE ph.po_header_id = pl.po_header_id
113: AND ph.vendor_id = x_vendor_id
114: AND ph.currency_code = x_currency --
115: AND ((ph.type_lookup_code = 'BLANKET'