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
getInvoice
getApInvoiceById
Read the AP invoice by identifier to capture its vendor and amount.
2
listPayments
getPayments
List Accounts Payable payments for the invoice vendor, returning at most one, to determine whether the invoice has been paid.
3
markReconciled
getApInvoiceById
Re-read the invoice to confirm its paid status now that a matching payment was found for the vendor.
4
markOpen
getApInvoiceById
Re-read the invoice to surface its open balance when no matching payment was found for the vendor.