US 1099 Invoice Exceptions Report
Lists paid invoice distributions with inaccurate or missing 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 Invoice Exceptions Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | Invoice | Distribution | Amount | 1099 Issue |
|---|---|---|---|---|
| Acme Industrial | Sample | Sample | $1,240,500.00 | Sample |
| Northwind Trading | — | — | $842,150.75 | — |
| Globex Holdings | Sample | Sample | $96,400.00 | Sample |
| Initech LLC | — | — | $1,005,233.10 | — |
| Umbrella Corp | Sample | Sample | $58,720.40 | Sample |
| Acme Industrial | Sample | Sample | $1,240,500.00 | Sample |
The report lists paid invoice distributions with inaccurate or missing 1099 income tax information.
$1.1M of paid distributions to 1099 suppliers have a missing or wrong income tax type — they'll be left off or misstated on the 1099s.
Correct the income tax type before generating 1099s; a distribution-level 1099 gap is reportable income silently dropped.
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_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 |
| POZ_SUPPLIERS | 145 | 75 |
Customization note This is the cleanup list; teams wrap it in a guided correction workflow before year-end. Irvine rebuilds these on your data.