DBA Data[Home] [Help]

APPS.OE_OTA_UTIL dependencies on OE_ORDER_LINES_ALL

Line 403: from oe_order_lines_all where

399: --
400: BEGIN
401:
402: select order_quantity_uom into l_quantity_uom
403: from oe_order_lines_all where
404: line_id = l_line_id;
405: if l_quantity_uom IN ('ENR','EVT') then
406: p_result := 1;
407: else