Common use of Sequence in Package
584260May 16 2009 — edited May 25 2009Hi,
I need to get the NEXTVAL from a sequence and i have to pass that to many packages inside of a package.
If i write SELECT seq.nexval into v_varil from dual; means the value wont change sequentially.
How can i get the NEXTVAL sequentialy and declare the SELECT stmt commonly.
Can anyone help me in this.
Thanks
Radha K