US 1099 Supplier Exceptions Report
Lists suppliers with inaccurate or incomplete US 1099 income tax information.
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 US 1099 Supplier Exceptions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Tin | 1099 Type | State | Issue |
|---|---|---|---|---|
| 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 suppliers with inaccurate or incomplete 1099 income tax setup.
38 suppliers have exceptions — missing TIN, no 1099 type, or no reporting state — so their 1099s can't be filed cleanly.
Fix supplier 1099 setup before year-end; supplier-level exceptions are the upstream cause of invoice-level 1099 errors.
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
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_SUPPLIER_SITES_ALL_M | 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 |
|---|---|---|
| POZ_SUPPLIERS | 145 | 75 |
| POZ_SUPPLIER_SITES_ALL_M | 179 | 56 |
Customization note Paired with the invoice exceptions report as the supplier-side cleanup before 1099 generation. Irvine rebuilds these on your data.