DBA Data[Home] [Help]

APPS.CZ_RULE_IMPORT dependencies on CZ_INTL_TEXTS_S

Line 1519: SELECT cz_intl_texts_s.NEXTVAL INTO last_id_allocated FROM dual;

1515:
1516: IF((last_id_allocated IS NULL) OR
1517: (next_id_to_use = (NVL(last_id_allocated, 0) + id_increment)))THEN
1518:
1519: SELECT cz_intl_texts_s.NEXTVAL INTO last_id_allocated FROM dual;
1520: next_id_to_use := last_id_allocated;
1521: END IF;
1522:
1523: id_to_return := next_id_to_use;