ORA-20001: This organization does not exist.Please select an existing organization.
Trying to create an employee using hr_employee_api.create_employee and getting following error.
ORA-20001: This organization does not exist.Please select an existing organization.
I searched and found organization should be active as of employee hire date. Now in my case I have to migrate employees from another application into EBS where i have created a new organization and hire date is obviously going to be lower than start date of organization.
Any idea how should I handle this situation?
Thanks