DBA Data[Home] [Help]

APPS.CZ_CONFIG_API_PVT dependencies on CZ_CONFIG_MESSAGES_S

Line 124: SELECT cz_config_messages_s.NEXTVAL INTO last_msg_seq_allocated FROM dual;

120:
121: BEGIN
122: IF ((last_msg_seq_allocated IS NULL) OR
123: (next_msg_seq_to_use = last_msg_seq_allocated + id_increment)) THEN
124: SELECT cz_config_messages_s.NEXTVAL INTO last_msg_seq_allocated FROM dual;
125: next_msg_seq_to_use := last_msg_seq_allocated;
126: END IF;
127:
128: l_msg_seq := next_msg_seq_to_use;