Payables Withholding Tax Letter
Creates a periodic withholding tax letter to mail to a supplier, summarizing withholding by tax type and rate or by supplier site.
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 Letter — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Period | Tax Type | Rate | Withheld |
|---|---|---|---|---|
| Acme Industrial | APR-26 | Standard | Sample | Sample |
| Northwind Trading | MAR-26 | Corporate | — | — |
| Globex Holdings | FEB-26 | Standard | Sample | Sample |
| Initech LLC | JAN-26 | Default | — | — |
| Umbrella Corp | DEC-25 | Standard | Sample | Sample |
| Acme Industrial | APR-26 | Standard | Sample | Sample |
The report creates the periodic withholding letter to mail to suppliers, summarizing by type and rate.
Nine letters can't be delivered — no address or contact — so those suppliers won't get the certificate they need to claim the credit.
Complete the supplier contact details; a withholding certificate the supplier never receives becomes a dispute.
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
- POZ_SUPPLIERS
- AP_AWT_BUCKETS_ALL
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 |
|---|---|---|
| POZ_SUPPLIERS | dimension | dimension |
| AP_AWT_BUCKETS_ALL | 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 |
| POZ_SUPPLIERS | 145 | 75 |
| AP_AWT_BUCKETS_ALL | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note The seeded letter layout almost always needs localization for language and statutory wording. Irvine rebuilds these on your data.