Payables Withholding Tax Report
Lists withholding for a supplier; the invoice view reviews detailed withholding by invoice and the supplier view reviews withholding for a range of suppliers.
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 Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Invoice | Withholding Type | Rate | Withheld |
|---|---|---|---|---|
| Acme Industrial | Sample | Standard | Sample | Sample |
| Northwind Trading | — | Corporate | — | — |
| Globex Holdings | Sample | Standard | Sample | Sample |
| Initech LLC | — | Default | — | — |
| Umbrella Corp | Sample | Standard | Sample | Sample |
| Acme Industrial | Sample | Standard | Sample | Sample |
The report lists withholding by invoice and by supplier.
Seven suppliers were withheld without a tax ID — certificates and remittance 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_INVOICE_DISTRIBUTIONS_ALL
- AP_AWT_BUCKETS_ALL
- POZ_SUPPLIERS
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 |
| POZ_SUPPLIERS | 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 | |
| POZ_SUPPLIERS | 145 | 75 |
Customization note Withholding setup varies by jurisdiction; the build adds period-end certificates and a tax-authority remittance tie-out. Irvine rebuilds these on your data.