Oracle E-Business Suite · Arazzo Workflow
Oracle EBS AP Invoice Payment Reconciliation
Version 1.0.0
Read an AP invoice, then branch on whether a matching payment already exists.
Provider
Workflows
reconcile-ap-invoice-payment
Read an AP invoice and check whether its vendor has a recorded payment.
Fetches an AP invoice by identifier, lists payments for the same vendor, and branches on whether any payment record exists to mark the invoice reconciled or open.
1
2
listPayments
List Accounts Payable payments for the invoice vendor, returning at most one, to determine whether the invoice has been paid.
3
markReconciled
Re-read the invoice to confirm its paid status now that a matching payment was found for the vendor.
4
markOpen
Re-read the invoice to surface its open balance when no matching payment was found for the vendor.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.