DBA Data[Home] [Help]

APPS.CZ_CONFIG_API_PVT dependencies on CZ_CONFIG_ITEMS_S

Line 106: SELECT cz_config_items_s.NEXTVAL

102: l_config_item_id NUMBER;
103: BEGIN
104: IF ((last_item_allocated IS NULL) OR
105: (next_item_to_use = last_item_allocated + id_increment)) THEN
106: SELECT cz_config_items_s.NEXTVAL
107: INTO last_item_allocated
108: FROM dual;
109: next_item_to_use := last_item_allocated;
110: END IF;