DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_HEADER_PVT dependencies on DUAL

Line 131: FROM DUAL;

127: -- select gmi_mo_header_id_s.nextval
128: select MTL_TXN_REQUEST_HEADERS_S.nextval
129: -- END Bug 2628244
130: INTO l_mo_hdr_rec.header_id
131: FROM DUAL;
132:
133:
134: WSH_Util_Core.PrintLn('Seq Header id => '||l_mo_hdr_rec.header_id);
135: WSH_Util_Core.PrintLn('Calling Insert Row');