Oracle E-Business Suite · Arazzo Workflow
Oracle EBS Customer Receipt Application
Version 1.0.0
Find an open AR invoice for a customer, then check for a matching cash receipt.
Provider
Workflows
apply-customer-receipt
Check a customer's open AR invoice against recorded cash receipts.
Lists AR invoices for a customer, captures the first transaction, then lists cash receipts for the same customer and branches on whether any receipt exists.
1
listInvoices
getArInvoices
List AR invoices for the customer, returning the most recent one, to capture the transaction being collected.
2
listReceipts
getReceipts
List cash receipts for the customer, returning at most one, to determine whether a payment has been recorded.
3
reportSettled
getArInvoices
Re-read AR invoices for the customer to report the balance now that a cash receipt was found.
4
reportOutstanding
getArInvoices
Re-read AR invoices for the customer to surface the outstanding balance when no cash receipt was found.