How to generate unique sequence number in Upload Part of WEB ADI
Hi All
I am trying to generate a unique sequence number called RECORD_ID which is Unique within a RUN_ID. Currently When I use the sequence.nextval in my layout definition the same value is repeated in RECORD_ID Column However I need to have RECORD_ID unique. Is there a way to achieve this?
Thanks for your Help.