I need to understand how Oracle assigns assignments to Employees in Oracle.
hi All,
We have a requirement to create employees and their assignments like (job and position) from the backend using the HR_EMPLOYEE_API.CREATE_EMPLOYEE and hr_assignment_api.update_emp_asg and hr_assignment_api.create_secondary_emp_asg. I want to understand what these two last APIs do.
My basic requirement is to create a new employee and the assign the Job and Position to this employee. I will also need to change this info later on if there are any changes needed again using an API.
Please provide any info possible to get this done.