Tax Reconciliation by Taxable Account Report
Transactions ordered by tax rate code and taxable account, with totals per account within each rate code, to reconcile taxable amounts to the accounts they posted to.
Run note · Data latency Several tax reports read the Tax Reporting Ledger extract rather than live transaction tables — run the extract first or the report returns stale or empty results.
Sample build of the Tax Reconciliation by Taxable Account Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Tax Rate | Taxable Account | Taxable | Tax | Transactions |
|---|---|---|---|---|
| Sample | 1000-2100-000 | Sample | Sample | Sample |
| — | 1000-5400-000 | — | — | — |
| Sample | 1000-1410-000 | Sample | Sample | Sample |
| — | 2000-2100-000 | — | — | — |
| Sample | 1000-6300-000 | Sample | Sample | Sample |
| Sample | 1000-2100-000 | Sample | Sample | Sample |
The report orders transactions by rate code and taxable account, with totals per account within each rate.
Two taxable accounts carry tax at a rate they shouldn't — a tax-determination rule applying the wrong rate to those accounts.
Fix the rate-to-account mapping; tax on the wrong account distorts both the return and the GL.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | dimension | dimension |
| GL_CODE_COMBINATIONS | dimension | dimension |
| Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| ZX_LINES | Setup / configuration table — joined for reference, not exposed for analytics | |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| GL_CODE_COMBINATIONS | 7 | 61 |
Customization note Folded into the tax reconciliation so rate, account, and the ledger tie in one view. Irvine rebuilds these on your data.