Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Purchase Order Amendment
Version 1.0.0
Find an approved purchase order, read its current state, and amend a line.
Provider
Workflows
amend-purchase-order
Locate a purchase order by number and revise one of its lines.
Searches for a purchase order by its number, reads it back to confirm the target line, and submits an update revising the quantity, price, and need-by date of that line.
1
findPurchaseOrder
getPurchaseOrders
Search for an approved purchase order matching the supplied number, returning the first match.
2
readPurchaseOrder
getPurchaseOrderById
Read the matched purchase order by header identifier to capture the line being amended.
3
updateLine
updatePurchaseOrder
Submit the purchase order update revising the captured line with the new quantity, price, and need-by date.