Assuming you have a seperate DB for the app.... Look for table bas_idgen_seq
You will not be able to directly edit this value.
So,
Park on it and run this following query, replacing 999999999 with the new value you want to set it to.
ALTER SEQUENCE BAS_IDGEN_SEQ RESTART WITH 999999999