Use Tax Liability Report
Self-assessed use tax on Payables transactions where the supplier didn't charge tax — the basis for the use-tax accrual and 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 Use Tax Liability Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Invoice | Tax Rate | Taxable | Use Tax Accrued |
|---|---|---|---|---|
| Acme Industrial | Sample | Sample | Sample | Sample |
| Northwind Trading | — | — | — | — |
| Globex Holdings | Sample | Sample | Sample | Sample |
| Initech LLC | — | — | — | — |
| Umbrella Corp | Sample | Sample | Sample | Sample |
| Acme Industrial | Sample | Sample | Sample | Sample |
The report identifies untaxed purchases that require self-assessed use tax.
$14K of purchases where the supplier didn't charge tax and use tax wasn't accrued — an unaccrued use-tax liability.
Accrue use tax on those invoices; unaccrued use tax is a common audit assessment, with interest.
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
- AP_INVOICES_ALL
- ZX_RATES_B
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 |
|---|---|---|
| AP_INVOICES_ALL | dimension | dimension |
| ZX_RATES_B | 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 | |
| AP_INVOICES_ALL | 63 | 15 |
| ZX_RATES_B | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Rebuilt to accrue use tax automatically and flag invoices that should have been self-assessed. Irvine rebuilds these on your data.