DBA Data[Home] [Help]

APPS.OE_OTA_UTIL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 80

    OTA_CANCEL_API.DELETE_CANCEL_LINE(
        :p_line_id
      , :p_org_id
      , :p_uom
      , :p_daemon_type
	 , :x_return_status);
Line: 402

  select order_quantity_uom into l_quantity_uom
  from oe_order_lines_all where
  line_id = l_line_id;