Table which will get updated by terminating an employee in Oracle R12
Dear Team,
Our requirement is to end date an employee in Oracle R12. We have found the below api which we need to be used and after successful execution could you please say what are the tables that got updated so that it will be helpful for successful validation
1) hr_ex_employee_api.actual_termination_emp - This API terminates an employee.
Two records has created in per_all_people_f one with current_employee_flag as 'Y' and with 'Null'
2) hr_ex_employee_api.final_process_emp - This API set the final process date for a terminated employee.