Entering content frame

 -2029: <sequence name>.CURRVAL is not yet defined in this session 

Explanation:

You attempted to execute <sequence_name>.CURRVAL (Specification of Values (value_spec)) before using <sequence_name>.NEXTVAL in the database session.

User Action:

Execute <sequence_name>.NEXTVAL before executing <sequence_name>.CURRVAL.

 

Leaving content frame