Hi ,
We have Two instances UAT and PRODUCTION.
We have created sequence in both instances , but in Production it is generating random numbers and we have used same script for both instances.
The Script for Sequence is :
CREATE SEQUENCE APPS.XXBOB_HR_WHISTLEBLOWER_SEQ
START WITH 101
INCREMENT BY 1
MAXVALUE 99999999999999999999999
MINVALUE 100
NOCYCLE
CACHE 20
NOORDER;
Regards,
Subhan BK.