DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 287: po_line_locations_all pll

283: ELSIF (p_doc_type = 'RELEASE' AND p_line_loc_id IS NOT NULL) THEN
284: SELECT pol.order_type_lookup_code
285: INTO l_line_value_basis
286: FROM po_lines_all pol,
287: po_line_locations_all pll
288: WHERE pll.line_location_id = p_line_loc_id
289: AND pll.po_line_id = pol.po_line_id;
290: END IF;
291: --Return and do not raise event if the action was on a non-quantity based line.