DBA Data[Home] [Help]

APPS.GML_BATCH_OM_UTIL dependencies on DUAL

Line 102: from dual;

98: GMI_RESERVATION_UTIL.Println(' In insert reservations');
99: /* insert gme_om_reservation_rec into gml_batch_so_reservations table */
100: select gml_so_reservation_s.nextval
101: into l_batch_res_id
102: from dual;
103: Insert Into gml_batch_so_reservations
104: (
105: batch_res_id
106: , batch_id

Line 285: from dual;

281: /* insert gme_om_reservation_rec into gml_batch_so_reservations table */
282: GMI_RESERVATION_UTIL.println('inserting alloc history');
283: select gml_so_alloc_history_s.nextval
284: into l_alloc_rec_id
285: from dual;
286: Insert Into gml_batch_so_alloc_history
287: ( Alloc_rec_id
288: , Batch_res_id
289: , Batch_id