Withholding Tax Report
Tax withheld from supplier payments by withholding type and supplier — the basis for withholding remittance and certificates.
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 Withholding Tax Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Withholding Type | Taxable | Rate | Withheld |
|---|---|---|---|---|
| Acme Industrial | Standard | Sample | Sample | Sample |
| Northwind Trading | Corporate | — | — | — |
| Globex Holdings | Standard | Sample | Sample | Sample |
| Initech LLC | Default | — | — | — |
| Umbrella Corp | Standard | Sample | Sample | Sample |
| Acme Industrial | Standard | Sample | Sample | Sample |
The report summarizes tax withheld from supplier payments by withholding type and supplier.
Seven suppliers were withheld without a tax ID on file — the remittance and certificates can't be filed correctly for them.
Capture the tax IDs; withholding without an ID often forces a higher rate and blocks the certificate.
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_AWT_TEMP_DISTRIBUTIONS_ALL
- AP_INVOICES_ALL
- POZ_SUPPLIERS_V
- 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 |
| POZ_SUPPLIERS_V | 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 |
|---|---|---|
| AP_AWT_TEMP_DISTRIBUTIONS_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
| AP_INVOICES_ALL | 63 | 15 |
| POZ_SUPPLIERS_V | 2 | 24 |
| ZX_RATES_B | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Localization adds the jurisdiction's certificate format and the tax-authority remittance tie-out. Irvine rebuilds these on your data.