DBA Data[Home] [Help]

APPS.OE_OPM_RMA_UTILS SQL Statements

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

Line: 47

     SELECT quantity,
            quantity2
     INTO   p_quantity,
            p_quantity2
     FROM   oe_lot_serial_numbers
     WHERE  line_id   = p_line_id
      and   lot_number = p_lot_number
      and   sublot_number = p_sublot_number;