Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Order-to-Cash
Version 1.0.0
Check item availability, create a sales order, confirm it, then raise the AR invoice.
Provider
Workflows
order-to-cash
Verify stock, create a sales order, and bill the customer.
Confirms on-hand quantity for the ordered item, creates a sales order for a customer, reads it back to confirm the flow status, and books an Accounts Receivable invoice for the same customer and item.
1
checkOnhand
getOnhandQuantities
Read on-hand quantities for the item in the organization to confirm there is stock available before booking the order.
2
createSalesOrder
createSalesOrder
Book an Order Management sales order for the customer with a single line for the requested item and quantity.
3
confirmOrder
getSalesOrders
Read the sales order back by header identifier to confirm it persisted and capture its flow status.
4
createReceivable
createArInvoice
Create an Accounts Receivable invoice for the same customer and item so the order can be billed.
Source API Descriptions
openapi