Using Named Sequences
You use named sequences most often when an application requires a unique identifier in a table or an expression. Once a named sequence returns a value, it never returns that same value again in the same session. Named sequences are independent objects. While you can use their values in tables, they are not subordinate to the tables in which you use the named sequences.
This section includes: