Oracle E-Business Suite · Arazzo Workflow
Oracle EBS BOM-to-Job Planning
Version 1.0.0
Resolve a bill of material and routing for an assembly, then plan a discrete job from them.
Provider
Workflows
plan-job-from-bom
Resolve the BOM and routing for an assembly and create a build job.
Finds the bill of material for an assembly item, reads its components, confirms a routing exists, and creates a discrete job to build the assembly.
1
findBom
getBillsOfMaterial
Find the bill of material for the assembly item in the organization, returning the first match.
2
readBomComponents
getBillOfMaterialById
Read the bill of material by sequence identifier to capture its full component list for the build.
3
findRouting
getRoutings
Confirm a manufacturing routing exists for the assembly in the organization before scheduling the job.
4
createJob
createDiscreteJob
Create a discrete job to build the assembly per its resolved bill of material and routing.