Oracle Database – Sequence Enhancement in PL/SQL
Oracle Database 11g – Sequence use in PL/SQL – One of the language enhancements that was introduced in 11g is the use of sequence pseudocolumns, NEXTVAL and CURRVAL, in any PL/SQL context when an expression of NUMBER datatype may appear. This is now the preferred method of calling sequences in