Payables Withholding Tax by Tax Authority Report
Lists withholding for tax codes assigned to a tax authority.
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.
Run note · Year-end Year-end 1099 and withholding output depends on clean income-tax-type and supplier data. Run the exception reports and correct first, or forms generate with gaps.
Sample build of the Payables Withholding Tax by Tax Authority Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Tax Authority | Tax Code | Suppliers | Taxable | Withheld |
|---|---|---|---|---|
| Sample | Sample | Acme Industrial | Sample | Sample |
| — | — | Northwind Trading | — | — |
| Sample | Sample | Globex Holdings | Sample | Sample |
| — | — | Initech LLC | — | — |
| Sample | Sample | Umbrella Corp | Sample | Sample |
| Sample | Sample | Acme Industrial | Sample | Sample |
The report lists withholding for the tax codes assigned to each tax authority.
$38K was withheld but not yet remitted to one authority — a withholding liability past its remittance date.
Remit on schedule; withheld tax held past its due date is a penalty exposure, not working capital.
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
- AP_INVOICE_DISTRIBUTIONS_ALL
- AP_AWT_BUCKETS_ALL
- ZX_LINES_V
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_AWT_BUCKETS_ALL | dimension | dimension |
| ZX_LINES_V | 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 |
|---|---|---|
| AP_INVOICE_DISTRIBUTIONS_ALL | 59 | 11 |
| AP_AWT_BUCKETS_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
| ZX_LINES_V | 12 | 1 |
Customization note Often re-cut to match the exact remittance file each authority requires. Irvine rebuilds these on your data.