DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_LINES_PUB SQL Statements

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

Line: 66

 select h.order_number
 from oe_order_headers_all h
     ,oe_order_lines_all l
 where l.header_id = h.header_id
 and l.line_id = V_line_id;
Line: 165

/*   GMI_Move_Order_Header_Util.Insert_Row( l_mo_hdr_rec);    */