Hello Joules, hope you are well as I am, thank you for asking...
First off, do I take it that in conversion you are retaining legacy employee numbers? If so, the emp number generation method needs to be (M)anual. I think by default it's Auto, but you can change from Auto to Manual via the form - the other way round is slightly trickier, but let's not go there just yet.
If on the other hand it's already automatic, and you are allowing for emp numbers to be generated for legacy data then to set the number sequence:
UPDATE PER_NUMBER_GENERATION_CONTROLS
SET next_value = <some number or function of the current number>
WHERE TYPE = 'EMP' -- for emps of course
AND BUSINESS_GROUP_ID = <whatever>;
--
COMMIT;
Caution: You MUST ensure that the highest value for EMPLOYEE_NUMBER on PER_ALL_PEOPLE_F is not higher than what you're intending to set NEXT_VALUE to.
Hope this helps
_________________________
L&K
CT
Remember: A dog is for life, not just for Christmas... unless you're in Korea