DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_LINES_PVT dependencies on DUAL

Line 229: FROM DUAL;

225: --select gmi_mo_LINE_id_s.nextval
226: select MTL_TXN_REQUEST_LINES_S.nextval
227: -- END Bug 2628244
228: INTO l_mo_line_rec.LINE_id
229: FROM DUAL;
230:
231: WSH_Util_Core.PrintLn('Insert For Row > '|| I);
232: gmi_reservation_util.println('Going to intsert line in move order ');
233: GMI_Move_Order_LINE_Util.Insert_Row( l_mo_line_rec);