DBA Data[Home] [Help]

APPS.OE_SCH_ORGANIZER_UTIL dependencies on OE_RESERVATION_SETS_S

Line 410: SELECT oe_reservation_sets_s.nextval

406: l_org_id := NULL;
407: END IF;
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.