Use of per_periods_of_service_pkg.update_term_row API
I'm trying to update the Final Process date of around 1000 Employees and i was provided a script by my colleague (at the end of the post).
After reviewing, i found that the script is using the following APIs:
- HR_ex_employee_api.reverse_terminate_employee --> Per my understanding, reverses the termination
- hr_ex_employee_api.actual_termination_emp --> Per my understanding, updates the termination details
- hr_ex_employee_api.final_process_emp --> Per my understanding, Updates the final process date field
- per_periods_of_service_pkg.update_term_row
The comments above are my understanding of each API based on my Test runs.