Tax Allocations Listing Report
Lists how transactions were allocated to tax boxes for a period — the supporting detail behind the tax box return.
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 Allocations Listing Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Tax Box | Transactions | Taxable | Tax |
|---|---|---|---|
| Sample | Sample | Sample | Sample |
| — | — | — | — |
| Sample | Sample | Sample | Sample |
| — | — | — | — |
| Sample | Sample | Sample | Sample |
| Sample | Sample | Sample | Sample |
The report lists how transactions allocated to each box — the support behind the return.
One box's total jumped sharply versus the prior period — either a real shift or a rule change that re-routed transactions.
Confirm the box movement against the prior return before filing; an unexplained box swing triggers an authority query.
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_REPORTING_TYPES_B
- ZX_LINES
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_LINES | 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_REPORTING_TYPES_B | Setup / configuration table — joined for reference, not exposed for analytics | |
| ZX_LINES | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Usually merged with the box allocation report into one return-preparation view. Irvine rebuilds these on your data.