DBA Data[Home] [Help]

APPS.CZ_CONFIG_API_PUB dependencies on CZ_CONFIG_MESSAGES_S

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

103:
104: BEGIN
105: IF ((last_msg_seq_allocated IS NULL) OR
106: (next_msg_seq_to_use = last_msg_seq_allocated + id_increment)) THEN
107: SELECT cz_config_messages_s.NEXTVAL INTO last_msg_seq_allocated FROM dual;
108: next_msg_seq_to_use := last_msg_seq_allocated;
109: END IF;
110:
111: l_msg_seq := next_msg_seq_to_use;