Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Procure-to-Pay
Version 1.0.0
Resolve a supplier, raise a purchase order, confirm it, then record the matching AP invoice.
Provider
Workflows
procure-to-pay
Find a supplier, create a purchase order, and book the AP invoice.
Resolves a supplier by name, raises a standard purchase order for a single line item, fetches the order to confirm it, and creates an Accounts Payable invoice for the same vendor and amount.
1
findSupplier
getSuppliers
Search the supplier master for a vendor matching the supplied name, returning the first match.
2
createPurchaseOrder
createPurchaseOrder
Create a standard purchase order for the resolved supplier with a single line for the requested item, quantity, and price.
3
confirmPurchaseOrder
getPurchaseOrderById
Read the created purchase order back by its header identifier to confirm it persisted and capture its authorization status.
4
createInvoice
createApInvoice
Book an Accounts Payable invoice for the same vendor and order total so the purchase can be paid.
Source API Descriptions
openapi