Tax Register
Tax detail for each transaction including deferred tax accounting, grouped into the tax register and nonrecoverable tax register, ordered by transaction number, customer, or account, in summary or detail.
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 Register — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Transaction | Type | Tax Rate | Taxable | Tax | Recoverable |
|---|---|---|---|---|---|
| Sample | Standard | Sample | Sample | Sample | Sample |
| — | Corporate | — | — | — | — |
| Sample | Standard | Sample | Sample | Sample | Sample |
| — | Default | — | — | — | — |
| Sample | Standard | Sample | Sample | Sample | Sample |
| Sample | Standard | Sample | Sample | Sample | Sample |
The report groups tax lines into the tax and nonrecoverable registers for each transaction.
$180K sits in the nonrecoverable register, part of it on rates that should be recoverable — a recovery-rate setup issue inflating cost.
Review the recovery rates behind the nonrecoverable lines; a misconfigured recovery rate turns reclaimable tax into expense.
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
- ZX_LINES
- ZX_REC_NREC_DIST
- RA_CUSTOMER_TRX_ALL
- AP_INVOICES_ALL
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 |
|---|---|---|
| ZX_REC_NREC_DIST | dimension | dimension |
| RA_CUSTOMER_TRX_ALL | dimension | dimension |
| AP_INVOICES_ALL | 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 | |
| ZX_REC_NREC_DIST | Setup / configuration table — joined for reference, not exposed for analytics | |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| AP_INVOICES_ALL | 63 | 15 |
Customization note Ships as a fixed register; tax teams rebuild it as a return-ready workbook split by jurisdiction and box. Irvine rebuilds these on your data.