Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Requisition-to-Purchase-Order
Version 1.0.0
Find an approved requisition, resolve its supplier, and convert it into a purchase order.
Provider
Workflows
requisition-to-purchase-order
Convert an approved requisition into a purchase order for a supplier.
Finds an approved requisition by number, resolves the supplier by name, creates a standard purchase order for the item, and reads the order back to confirm it.
1
findRequisition
getRequisitions
Locate the approved requisition by number, returning the first match.
2
resolveSupplier
getSuppliers
Resolve the intended supplier by name, returning the first match.
3
createPurchaseOrder
createPurchaseOrder
Create a standard purchase order for the resolved supplier and the requisitioned item.
4
confirmPurchaseOrder
getPurchaseOrderById
Read the created purchase order back by header identifier to confirm it persisted.