E-Invoicing UAE

Oracle e-invoicing in the UAE: how to connect NetSuite, Fusion and EBS to Peppol

What is Oracle e-invoicing in the UAE?

Oracle e-invoicing in the UAE is the process of sending and receiving tax invoices from Oracle NetSuite, Oracle Fusion Cloud ERP or Oracle E-Business Suite through the UAE Peppol network in PINT AE format. An accredited service provider, called an ASP, exchanges the invoice and reports it to the Federal Tax Authority under the 5-corner DCTCE model.

This guide is for UAE finance teams running Oracle who need a clear plan before the January 1, 2027 go-live. It covers field mapping, integration patterns, timelines and what to test. For the wider regulatory background, start with our E-Invoicing UAE hub.

The UAE e-invoicing model in one minute

The UAE uses a Peppol 5-corner Decentralized Continuous Transaction Control and Exchange model, known as DCTCE. Your Oracle system creates an invoice. Your accredited service provider, the ASP, converts it to PINT AE, signs it, sends it to the buyer's ASP through Peppol, and reports the data to the Ministry of Finance, the MoF, and Federal Tax Authority.

Key dates set by Ministerial Decisions 243 and 244 of 2025:

MilestoneDateWho it affects
Pilot phaseQ2 2026Voluntary participants
ASP appointment deadlineOctober 30, 2026Businesses with revenue AED 50M or more
Phase 1 go-liveJanuary 1, 2027Businesses with revenue AED 50M or more
SME go-liveJuly 1, 2027Businesses under AED 50M revenue
Government go-liveOctober 1, 2027UAE government entities

Penalties under Cabinet Decision 106 of 2025 range from AED 2,500 to AED 50,000 per violation. The legal basis sits in Federal Decree-Law 16 of 2024 and Federal Decree-Law 17 of 2024.

Which Oracle products are in scope?

Oracle covers several enterprise resource planning, or ERP, platforms used in the UAE. Each one creates invoices differently, but they all need the same outcome: a valid PINT AE document delivered through a UAE accredited service provider.

Oracle NetSuite

Oracle NetSuite is the cloud ERP most common with UAE mid-market companies, free zone trading houses and tech firms. It already has SuiteTax for VAT, RESTlets for outbound data and SuiteTalk SOAP for record reads. UAE e-invoicing needs invoice header, line, tax and party data pushed to your ASP in near real time.

Oracle Fusion Cloud ERP

Oracle Fusion Cloud ERP, sometimes called Oracle Cloud ERP, is used by larger UAE groups, holding companies and listed entities. It exposes Business Intelligence Publisher templates, REST APIs and the Collaboration Messaging Framework, or CMK, which can route outbound XML to a Peppol access point.

Oracle E-Business Suite

Oracle E-Business Suite, often shortened to EBS or Oracle EBS, is the on-premise ERP still running at many UAE construction, energy and manufacturing firms. It typically needs a custom outbound interface from Accounts Receivable plus a service-oriented architecture, or SOA, layer to reach the ASP.

Oracle JD Edwards

Oracle JD Edwards EnterpriseOne is found in some UAE industrial groups. It uses Orchestrator and business services to expose invoice data, then hands off to an integration layer for delivery to Peppol.

How Oracle connects to a UAE accredited service provider

You will not connect Oracle straight to the Federal Tax Authority. The UAE model requires a registered ASP between your ERP and Peppol. The ASP handles four jobs: validation, conversion to PINT AE, digital signing and delivery on the Peppol network.

Three integration patterns work well for Oracle in the UAE.

Pattern 1: Direct API from Oracle to the ASP

Your ASP exposes a REST or SOAP endpoint. Oracle posts each invoice as JSON or XML the moment it is approved. The ASP returns a unique invoice identifier and a delivery status. This is the cleanest pattern for NetSuite and Fusion, where REST is native.

Pattern 2: File drop with scheduled pickup

Oracle writes invoice files to SFTP, Oracle Object Storage or a shared folder. The ASP picks them up on a schedule, usually every few minutes. This works well for Oracle EBS where AR Transaction extracts already exist. It is also a good fallback during cutover.

Pattern 3: Middleware bus

You route Oracle output through Oracle Integration Cloud, MuleSoft or a similar bus, which then calls the ASP. This is the right pattern if you already have an integration platform and want a single audit trail across Oracle, your customer master and your tax engine.

For deeper coverage of integration choices, read our guide to ERP integration for e invoicing.

PINT AE field mapping from Oracle

PINT AE is the UAE specialization of the Peppol International invoice format. It is built on Universal Business Language, or UBL, 2.1. Every Oracle invoice you send needs the mandatory elements below.

PINT AE fieldOracle NetSuite sourceOracle Fusion sourceOracle EBS source
Supplier Tax Registration NumberSubsidiary tax registrationLegal Reporting Unit registrationHR_ORGANIZATION tax registration
Customer Tax Registration NumberCustomer record tax fieldsParty Tax ProfileHZ_PARTY_TAX_PROFILE
Invoice numbertranidInvoiceNumberRA_CUSTOMER_TRX trx_number
Issue datetrandateInvoiceDatetrx_date
Invoice type codeCustom field, mappedTransaction Typecust_trx_type_id, mapped
Currency codecurrencyInvoiceCurrencyCodeinvoice_currency_code
Line descriptionItem display nameItem descriptionRA_CUSTOMER_TRX_LINES description
Line net amountamountLineAmountextended_amount
Tax category and rateSuiteTax tax codeTax Rate CodeZX_LINES tax rate
Payment meansCustom mappingPayment MethodReceipt Method
Buyer reference or POotherrefnumPurchaseOrderpurchase_order

Two fields catch most UAE Oracle teams off guard. The first is the invoice type code, because UAE PINT AE expects specific codes for credit notes, self-billed invoices and adjustments. The second is the tax category, where exempt, zero-rated, reverse charge and out-of-scope each have different code lists.

A 12-step Oracle e-invoicing project plan

Use this plan as a working backbone. Adjust dates against your revenue band and which Oracle product you run.

  1. Confirm your Phase 1 or Phase 2 wave based on annual revenue and corporate tax filings.
  2. Inventory every Oracle instance, sandbox and integration that creates AR invoices.
  3. Lock down your legal entity, branch and free zone setup, including all Tax Registration Numbers.
  4. Clean customer master data, especially TRNs, addresses and country codes.
  5. Map every AR transaction type and tax code to PINT AE invoice type and tax category codes.
  6. Choose your accredited service provider and contract before October 30, 2026 if you are in Phase 1.
  7. Decide the integration pattern: direct API, file drop or middleware.
  8. Build the outbound interface in Oracle, including retry, status update and archive logic.
  9. Configure inbound for vendor invoices, AP matching and dispute handling.
  10. Run unit tests, then end-to-end tests through the ASP into the Peppol test network.
  11. Join the Q2 2026 pilot to validate live submissions.
  12. Cut over by January 1, 2027 with a parallel run on legacy paper or PDF invoices for the first month.

For a step-by-step checklist aligned to UAE rules, see our UAE e invoicing go live checklist.

Common Oracle issues and how to fix them

Multi-currency rounding gaps

Oracle and PINT AE round at different points. NetSuite rounds at the line, then sums. PINT AE expects header totals to match the sum of rounded line totals to two decimals. Configure your ASP to recalculate at submission and reject the file if header and line totals differ.

Multi-org and inter-company invoices

UAE groups with several free zone subsidiaries often run multi-org in EBS or Fusion. Each legal entity has its own TRN and must be the supplier on its own invoices. Validate that the supplier TRN on the outbound XML matches the issuing legal entity, not the parent.

Designated Zone and out-of-scope transactions

Designated Zone movements and certain out-of-scope supplies still need to flow through e-invoicing but with specific tax category codes. Do not exclude them from the outbound feed unless your ASP guidance, based on FTA rules, tells you to.

Credit notes and adjustments

NetSuite credit memos and EBS credit transactions must reference the original invoice number in the PINT AE BillingReference element. If that link is missing, the buyer's ASP will reject the credit note.

SuiteTax versus Legacy Tax in NetSuite

If you are still on Legacy Tax in NetSuite, plan a move to SuiteTax before go-live. SuiteTax gives you the tax determination granularity that PINT AE needs.

Inbound e-invoices into Oracle AP

E-invoicing is not only about sending. Your suppliers will send PINT AE invoices to your ASP, which then needs to push them into Oracle Accounts Payable. Design four things up front:

  • Vendor matching rules using TRN, not just vendor name.
  • Purchase order and goods receipt matching tolerances.
  • Auto-creation of new AP invoices versus a staging queue for review.
  • Exception handling for invoices that cannot be matched.

For a process view across both sides, read our UAE e invoicing onboarding guide.

Oracle e-invoicing versus other Oracle markets

If you already run Oracle e-invoicing in India, Saudi Arabia or Italy, do not reuse that logic in the UAE. The UAE model is Peppol 5-corner DCTCE with PINT AE. India uses a clearance model with an Invoice Reference Number. Saudi Arabia uses ZATCA with QR codes and Phase 2 clearance. Italy uses SdI clearance through a single hub. Each one has a different format, different integration and a different role for the tax authority.

The closest design analog in your Oracle estate is any other Peppol country, but PINT AE has UAE specific code lists for free zones, designated zones, reverse charge and Qualifying Free Zone Person, or QFZP, scenarios.

Cost drivers for an Oracle e-invoicing project

Budget questions come up early. The main cost drivers are not the ASP fees. They are the Oracle side changes:

  • Number of Oracle instances and legal entities.
  • Quality of customer and vendor master data.
  • Number of AR transaction types, tax codes and currencies.
  • Volume of inter-company and free zone flows.
  • Whether you already have an integration platform.
  • Internal capacity versus implementation partner cost.

For a broader framework, see our UAE e invoicing implementation guide. Teams running other ERPs can compare against our SAP e invoicing UAE and Tally e invoicing UAE articles.

Sources and official references

Anchor your project to the official documents rather than blogs. The most useful are the UAE Ministry of Finance, the MoF e-invoicing portal with the published ASP list, and the Federal Tax Authority.

Get pricing for Oracle e-invoicing in the UAE

EInvoice Direct connects Oracle NetSuite, Oracle Fusion Cloud ERP and Oracle E-Business Suite to PINT AE. An accredited service provider is included at no extra charge, so you sign one contract instead of two. To plan your project and budget, get UAE e-invoicing pricing.

Questions, answered

Does Oracle NetSuite support UAE e-invoicing out of the box?

NetSuite does not produce PINT AE invoices out of the box. It produces invoice records that need to be converted, signed and delivered through a UAE accredited service provider, or ASP. You integrate NetSuite to the ASP using REST APIs, SuiteScript or a middleware layer, then the ASP handles PINT AE conversion and Peppol delivery to your buyer and the Federal Tax Authority.

When do Oracle users in the UAE need to be live?

If your annual revenue is AED 50 million or more, you must appoint an ASP by October 30, 2026 and go live on January 1, 2027. Businesses under AED 50 million go live on July 1, 2027. UAE government entities follow on October 1, 2027. A voluntary pilot opens in Q2 2026, which is the right window for Oracle teams to test.

Can I use Oracle Integration Cloud as my e-invoicing connector?

Oracle Integration Cloud, or OIC, can route invoices between Oracle and your ASP, but it is not itself an accredited service provider. The UAE model requires an ASP from the Ministry of Finance's published ASP list to convert to PINT AE, sign, deliver on Peppol and report to the Federal Tax Authority. OIC is useful as the middleware layer.

Will my Oracle E-Business Suite still work after 2027?

Yes. Oracle E-Business Suite, or EBS, continues to work. You add an outbound interface from Accounts Receivable, usually a file extract or a service call, that pushes invoices to your accredited service provider. The ASP converts each invoice to PINT AE and delivers it through Peppol. EBS does not need to be replaced to meet the UAE mandate.

What is PINT AE and how is it different from Oracle's UBL output?

PINT AE is the UAE specialization of the Peppol International invoice, built on Universal Business Language, or UBL, 2.1. Oracle's standard UBL output is generic and missing UAE specific code lists, free zone fields and tax category rules. Your ASP transforms Oracle output into compliant PINT AE before submission, which is why mapping accuracy in Oracle matters.

Do I need a separate ASP if I already use Oracle Fusion?

Yes. Oracle Fusion Cloud ERP is not an accredited service provider in the UAE. You must contract with an ASP on the Ministry of Finance's published ASP list. EInvoice Direct includes an accredited service provider with the software at no extra charge, so your Oracle Fusion environment connects to a single solution that covers conversion, signing, delivery and FTA reporting.

How are penalties applied if my Oracle invoices fail validation?

Cabinet Decision 106 of 2025 sets penalties from AED 2,500 to AED 50,000 per violation. Common Oracle related triggers include missing supplier TRN, header and line totals that do not reconcile, missing reference on credit notes and late submission. Your ASP should reject invalid invoices before submission, so most penalties come from process gaps, not the ERP itself.

Can I keep sending PDF invoices to my customers after go-live?

You can share a human-readable PDF as a visual copy, but the legal tax invoice is the PINT AE document exchanged through Peppol. For UAE business to business and business to government supplies in scope, a PDF or paper invoice alone is not enough after your phase go-live date. Your Oracle process must trigger the structured invoice every time.

Keep reading

This content is informational and does not constitute tax, legal, or financial advice. Consult an FTA-registered tax agent or a licensed UAE audit firm before acting on this information.

Get UAE e-invoicing pricing for your business

Tell us about your setup and we reply with clear pricing within one UAE business day. Accredited ASP included at no extra charge.

Get Pricing
Accredited ASP included PEPPOL PINT AE Live in days