APPS.CZ_CF_API dependencies on CZ_CONFIG_MESSAGES_S
Line 151: SELECT cz_config_messages_s.NEXTVAL INTO last_msg_seq_allocated FROM dual;
147:
148: BEGIN
149: IF ((last_msg_seq_allocated IS NULL) OR
150: (next_msg_seq_to_use = last_msg_seq_allocated + id_increment)) THEN 151: SELECT cz_config_messages_s.NEXTVAL INTO last_msg_seq_allocated FROM dual; 152: next_msg_seq_to_use := last_msg_seq_allocated;
153: END IF;
154:
155: l_msg_seq := next_msg_seq_to_use;