DBA Data[Home] [Help]

APPS.OE_SCH_ORGANIZER_UTIL dependencies on OE_RESERVATION_SETS_S

Line 400: SELECT oe_reservation_sets_s.nextval

396: l_org_id := NULL;
397: END IF;
398:
399: IF p_selected_line_tbl.COUNT > 0 THEN
400: SELECT oe_reservation_sets_s.nextval
401: INTO l_set_id
402: FROM dual;
403: -- selected rows are inserted into oe_rsv_set_details table without parent, and then the
404: -- concurrent program will delete these rows after processing.