DBA Data[Home] [Help]

APPS.OE_SCH_ORGANIZER_UTIL dependencies on DUAL

Line 412: FROM dual;

408:
409: IF p_selected_line_tbl.COUNT > 0 THEN
410: SELECT oe_reservation_sets_s.nextval
411: INTO l_set_id
412: FROM dual;
413: -- selected rows are inserted into oe_rsv_set_details table without parent, and then the
414: -- concurrent program will delete these rows after processing.
415: FOR I IN 1..p_selected_line_tbl.COUNT LOOP
416: IF l_debug_level > 0 THEN