We are trying to start employee numbers at 2500 in an Oracle EBS R12 HRMS domain. We have created a FastFormula but now the employee enter screen creates a run time error when trying to save new employees. Can anyone please confirm the below fastformula script and see if we are missing anything. The script does get verified but it appears that some type of data is missing. Thanks!
Fast Formula Type "Person Number Generation"
*---------------------------------------------*/
/* NAME: EMP_NUMBER_GENERATION*/
/* Returns the Next Employee Number. */
/*--------------------------------------------*/
DEFAULT FOR Person number IS ' '
DEFAULT FOR Party_ID IS 0
DEFAULT FOR Person_ID IS 0