DBA Data[Home] [Help]

APPS.OE_VALIDATE_SCH_LINE SQL Statements

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

Line: 23

  Select schedule_status_code,
         header_id,
         line_type_id
  Into   l_schedule_status,
         l_header_id,
         l_line_type_id
  From   oe_order_lines_all
  Where  line_id = p_line_id;