API to Purge/Delete Employee from HRMS application
You can use API HR_PERSON_API.DELETE_PERSON to delete an employee(person) and the associated person related records. Example: DECLARE — Input Variables l_validate BOOLEAN := FALSE; l_effective_date… Read More »API to Purge/Delete Employee from HRMS application