Skip to main content
How-To · 4 min read

Oracle Fusion Cloud ERP Reconciliation in India: What Localisation Does and Doesn't Cover

Oracle Fusion Cloud ERP ships with an India Localization module that handles TDS withholding and GST tax determination. Reconciliation against Form 26AS, GSTR-2B, payment gateway settlements, and NACH batch files is not part of that module. This guide covers the exact boundary.

Terra Insight
Terra Insight Reconciliation Infrastructure

Content authored by practitioners with experience at Amazon India, Intuit QuickBooks, and the Tata Group. Meet the team →

Published 17 April 2026
Domain expertise
TDS Reconciliation GST Input Credit Platform Settlements NACH Batch Matching Bank Reconciliation Form 26AS Matching ERP Integrations Enterprise Finance Ops
Knowledge Card
Problem

Oracle Fusion Cloud ERP's India Localization module handles TDS withholding and GST tax determination through release 24C but does not pull GSTR-2B JSON via GSTN API, does not match Form 26AS, and does not parse payment gateway settlement files from Razorpay, PayU, or Cashfree — forcing large Indian enterprises on Oracle Fusion to reconcile statutory and gateway data outside the ERP.

How It's Resolved

Bolt an external reconciliation layer on top of Oracle Fusion via REST API pulls for AP invoices, GL journals, and bank statements, BI Publisher scheduled export to SFTP/UCM for bulk data, and FBDI inbound to write cleared-status updates back to Fusion. Ingest Form 26AS, GSTR-2B JSON, gateway settlement files externally and run multi-pass matching with tolerance bands, then clear items via FBDI.

Configuration

Oracle Fusion connector with REST endpoints for AP_INVOICE_DISTRIBUTIONS_ALL, XLA_AE_LINES, GL_JE_LINES, JG_ZZ_* India tax tables, BI Publisher report templates scheduled via Enterprise Scheduler, FBDI import zip templates for cleared-status posting, and gateway adapter library for Razorpay, PayU, Cashfree.

Output

A reconciled Oracle Fusion FI ledger with statutory (26AS, GSTR-2B) and gateway (Razorpay/PayU/Cashfree) variances all matched and cleared via FBDI writeback — no manual JSON uploads, TDS and ITC positions reliable at close, and audit trail surviving Oracle and statutory review.

Oracle Fusion Cloud ERP is positioned as the enterprise-grade ERP of choice for large Indian entities after SAP. Its India Localization module — available in all Financials releases from 2020 onwards — covers TDS withholding and GST tax determination. What it does not cover is the reconciliation step against external authorities: Form 26AS, GSTR-2B, bank statements, gateway settlements. This guide explains the boundary.

What Oracle Fusion India Localisation Covers

The India Localization module, activated through the Manage Tax configuration pages, delivers:

  • Withholding tax codes for TDS sections (194C, 194J, 194I, 194Q, 194O, 195, and all active sections as of the FY 2024–25 schedule)
  • GST tax determination on AP and AR transactions through tax jurisdictions
  • GSTR-1 outward supply report generation as a JSON file for upload to gst.gov.in
  • Form 26Q quarterly TDS return XML generation
  • PAN-at-invoice-level validation during invoice entry

What it does not deliver: automated matching of these outputs against what the tax portals actually reflect.

Where Oracle Fusion Reconciliation Stops in India

GSTR-2B vs AP invoice register

Oracle’s GST Reconciliation dashboard accepts GSTR-2B JSON but requires a manual download from the GST portal each month. Matching is invoice-level (GSTIN + invoice number + date + taxable value). Supplier-entry errors — a swapped digit in the invoice number, a missing space in the GSTIN — produce line-level mismatches that the dashboard flags but does not auto-resolve.

TDS receivable vs Form 26AS

Oracle tracks TDS payable with high fidelity. TDS receivable, the amount deducted by the entity’s customers on payments received, lives in revenue postings at the AR level and must be matched against Form 26AS. Oracle has no TRACES connector. Verification happens in a spreadsheet or in an external layer.

Platform settlement and NACH batch

Oracle Cash Management consumes bank statements at the aggregate level. Razorpay’s net payout with MDR and GST-on-MDR deductions, a Flipkart settlement with commission and shipping fee splits, a NACH batch credit with 200+ mandate outcomes — none of these are parsed by Cash Management.

Oracle Fusion Integration Options for Reconciliation

Integration typeDirectionTypical useData format
REST APIPull / PushAP invoices, GL journalsJSON
BI Publisher + SFTPOutboundScheduled bulk extractCSV, XML
FBDI importInboundStatus updates, cleared flagZipped CSV
OTBI analyticsOutboundAd-hoc reconciliation queriesCSV, Excel

A reconciliation layer connects via a combination of these. The reconciliation software India category includes tools that pre-build the BIP export templates and the FBDI return path specifically for Oracle Fusion in India, including the India-specific fields like GSTIN, PAN, section code, and challan number.

For GST-specific reconciliation, GST reconciliation software reads GSTR-2B JSON, compares against AP extracts from JG_ZZ tables, and returns invoice-level match outcomes that can be written back to Oracle via FBDI.

India-Specific Considerations

Oracle’s India Localization module has quarterly release updates, and the TDS section list is refreshed as CBDT notifies new sections — for instance, the addition of 194T for partner remuneration was supported from release 24A. Compliance teams should map every active section in Oracle’s setup to the rate and threshold in force for the assessment year. The reconciliation in SAP, Oracle and Tally India guide covers the parallel gaps in other ERPs, and the GSTR-2B reconciliation guide details the matching logic that sits outside Oracle’s GST Reconciliation dashboard. Oracle’s full India Localization setup is documented on Oracle Fusion Financials documentation.

The FAQ below addresses the most common Oracle-India reconciliation questions.

Primary reference: Oracle Fusion Financials documentation — where Oracle publishes the India Localization module reference for tax and withholding configuration.

Frequently Asked Questions

Does Oracle Fusion Cloud ERP have a direct GSTN API integration?
No. Oracle Fusion Cloud ERP's India Localization module (release 23D through 24C) supports GST tax determination and GSTR-1 outward supply report generation, but it does not pull GSTR-2B JSON from the GST portal automatically. Monthly GSTR-2B reconciliation requires a manual JSON download from gst.gov.in and upload into the GST Reconciliation dashboard — or a file handoff to an external reconciliation layer.
How does Oracle Fusion handle TDS under the Indian Income Tax Act?
The India Localization module supports withholding tax codes for TDS sections 194C, 194J, 194I, 194Q, 195 and others. TDS is deducted at AP invoice validation, posted to the TDS payable account, and reported via the Withholding Tax Reporting module. Form 26Q XML file generation is supported for quarterly TDS return filing. Form 26AS matching, however, is not — that requires an external step.
What Oracle Fusion tables and reports are used for reconciliation data extraction?
Key data sources are AP_INVOICE_DISTRIBUTIONS_ALL (AP lines with withholding), XLA_AE_LINES (subledger accounting journal lines), GL_JE_LINES (general ledger entries), and the JG_ZZ_* tables for India-specific tax data. Extraction happens via OTBI (Oracle Transactional BI) reports, BI Publisher templates, or BICC extracts scheduled through the Enterprise Scheduler.
Can Oracle Fusion ingest payment gateway settlement files from Razorpay or PayU?
Not natively. Oracle Fusion Cash Management ingests bank statements via BAI2 or camt.053 at the bank-account level, but payment gateway settlement files (Razorpay net payout CSV, PayU consolidated settlement, Cashfree vendor split) are not recognised by Cash Management. Gateway reconciliation requires either a custom ingestion via FBDI file import or an external reconciliation layer that consumes the gateway files and returns cleared-status updates.
What is the typical Oracle Fusion integration for an external reconciliation platform?
Three standard patterns: (1) REST API — Oracle Fusion exposes REST endpoints for AP invoices, GL journals, and bank statements that a reconciliation platform can pull, (2) BI Publisher scheduled export — BIP templates generate CSV/XML to an SFTP or UCM (Universal Content Management) location, and (3) FBDI (File-Based Data Import) — the reconciliation platform writes cleared-status updates back to Oracle via FBDI zip uploads. Most customers combine BIP export for outbound and FBDI for inbound.

See how TransactIG handles reconciliation for your industry

Configuration takes 2–4 weeks. No code development required. ISO 27001:2022 certified.