Enabling AP e-Invoicing in Oracle Fusion Cloud via OBN
- Suresh Vuribindi
- Jun 14
- 3 min read
Large enterprises often process thousands of supplier invoices each month. Manual entry or loosely automated approaches struggle to scale and frequently introduce delays and errors. Electronic Accounts Payable (AP) e-Invoicing using Oracle Business Network (OBN) enables a real time, automated integration for high volume suppliers.
By leveraging OBN—Oracle’s cloud based B2B network—suppliers can send invoices in cXML format directly into Oracle Fusion ERP, eliminating manual data entry and accelerating invoice processing. This blog outlines a configuration driven approach to implementing inbound AP e Invoicing using OBN and cXML, without custom code.
cXML (Commerce eXtensible Markup Language) is a standard, machine‑readable format used by businesses to exchange documents like invoices electronically.
Oracle Business Network (OBN) is Oracle’s cloud‑based B2B network that securely connects buyers and suppliers, enabling the automated exchange of business documents—such as invoices—between systems in real time

End to End AP e Invoicing Flow (OBN + cXML)
In a typical OBN integration, invoice data flows from supplier to Payables in a streamlined sequence:
Supplier Sends cXML Invoice to OBN
The supplier generates an invoice in cXML format and submits it to Oracle Business Network, either through an API or an Oracle managed SFTP endpoint.
OBN Validates and Routes the Invoice
OBN validates the invoice structure and securely delivers the invoice payload to Oracle Fusion ERP through an inbound web service using configured credentials.
Fusion AP Invoice Import
The invoice is automatically written to Oracle Payables interface tables. The Import Payables Invoices process (scheduled or event driven) creates the AP invoice record in Oracle Fusion ERP.
Acknowledgment (Optional)
Oracle Fusion ERP can send an acknowledgment back through OBN confirming receipt or identifying errors.
This real time integration allows invoices to appear in Payables within minutes of submission, improving processing speed and reducing manual workload.
Step by Step Configuration Guide
Enabling AP e-Invoicing with OBN in Oracle Fusion ERP is primarily configuration based:
Enable OBN Service Provider
Activate the Oracle Business Network service provider in Collaboration Messaging. Set the Message Exchange Standard to cXML and enable the inbound invoice message definition (for example, OBN‑cXML‑1‑2‑007‑InvoiceDetailRequest‑In).
Create OBN Accounts (Test and Production)
From Account Setup → Create Account, create an OBN account for each environment. In addition to company and environment details, define:
OBN network credentials for portal access
Oracle Fusion ERP integration user credentials with Collaboration Messaging inbound privileges
Create separate accounts for test and production environments.
Onboard Trading Partners
Identify suppliers to enable for e Invoicing. Ensure each supplier is registered on OBN and exchange identifiers. In Oracle Fusion ERP, use Manage Supplier B2B Configuration to link suppliers to their trading partner profiles and enable the inbound invoice document.
Scheduling and Testing
Schedule the Import Payables Invoices job to run frequently (for example, every 5–15 minutes). Test end to end invoice submission and validate error handling before production rollout.
Monitoring & Error Handling
OBN Transaction Dashboard
Monitor invoice delivery status (Delivered, Failed, Acknowledged) in the OBN portal. Most issues auto retry; failures typically indicate credential or supplier data issues.
Fusion Collaboration Messaging History
Review inbound message status in Oracle Fusion ERP to identify trading partner or mapping errors.
AP Invoice Import Errors
Use Manage Invoice Import Errors (or ADFdi) to correct failed invoices and rerun the import—suppliers usually don’t need to resend.
Security & Governance
Dedicated Integration Credentials
Use service accounts (not personal users) for both OBN and Oracle Fusion ERP with least privilege access to reduce risk and improve auditability.
Environment and Risk Management
Keep test and production OBN accounts separate, validate integrations in non-production first, and document data flows and security controls per internal governance standards.
Key Assumptions & Constraints
Data Format
This approach assumes invoices are exchanged in cXML. A similar configuration can be applied for OAGIS (Open Standard XML) formats.
Supplier Readiness
Suppliers must be capable of generating and transmitting cXML invoices and onboarding to Oracle Business Network.
Other Considerations
When automating supplier invoice entry in Oracle Fusion ERP, multiple approaches are available. cXML via Oracle Business Network (OBN) is best suited for large, high volume suppliers, offering real time processing, high data accuracy, and scalability once onboarding is complete. Flat File (FBDI) works well for batch based or lower frequency scenarios where direct supplier integration is not feasible, but it lacks real time visibility and supplier feedback. Intelligent Document Recognition (IDR) is ideal for suppliers with limited digital capabilities who send invoices as PDFs or images via email, enabling rapid adoption with minimal supplier effort, though accuracy and scalability may vary for complex or high volume invoices.
In summary, for onboarding high volume suppliers and achieving scalable, real time AP automation, Oracle Business Network with cXML provides a robust, accurate, and enterprise ready solution.


Comments