DBA Data[Home] [Help]

APPS.PO_APPROVED_SUPPLIER_LIST_SV dependencies on PO_LINES_ALL

Line 315: FROM po_lines_all pol --

311: SELECT pol.unit_meas_lookup_code,
312: pol.vendor_product_num
313: INTO x_purch_uom,
314: x_vendor_product_num
315: FROM po_lines_all pol --
316: WHERE po_line_id = x_po_line_id;
317: --
318: --
319: -- Check if ASL already exists for this combination.