Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Employee Onboarding
Version 1.0.0
Resolve organization and position, create an employee, then read the record back.
Provider
Workflows
onboard-employee
Resolve org and position, hire an employee, and confirm the record.
Resolves an HR organization by name and a position by name, creates an employee assigned to them, and reads the employee back to confirm the hire and its assignment.
1
findOrganization
getOrganizations
Look up the HR organization by name within the business group, returning the first match.
2
findPosition
getPositions
Look up the position by name within the resolved organization, returning the first match.
3
createEmployee
createEmployee
Create the employee record assigned to the resolved organization, position, and job.
4
confirmEmployee
getEmployeeById
Read the employee back by person identifier to confirm the hire and capture the created assignment.