Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Employee Profile Update
Version 1.0.0
Find an employee by number, read the record, then date-tracked update their details.
Provider
Workflows
update-employee-profile
Locate an employee and apply a date-tracked profile correction.
Searches for an employee by employee number, reads the record by person identifier, and submits a date-tracked correction updating email and marital status.
1
findEmployee
getEmployees
Search for the employee by employee number, returning the first match.
2
readEmployee
getEmployeeById
Read the employee record by person identifier to capture the current values before applying the correction.
3
applyUpdate
updateEmployee
Submit a date-tracked correction updating the employee email and marital status as of the effective date.