US 1096 Report
Summarizes each US 1099 form type transmitted on paper, on a preformatted IRS form, as required by the IRS.
Related The paper transmittal summary for the US 1099 Report.
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 1096 Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Reporting Entity | 1099 Form Type | Forms | Total Reported | Status |
|---|---|---|---|---|
| Acme Industrial | Standard | Sample | $1,240,500.00 | Open |
| Northwind Trading | Corporate | — | $842,150.75 | Posted |
| Globex Holdings | Standard | Sample | $96,400.00 | Validated |
| Initech LLC | Default | — | $1,005,233.10 | Open |
| Umbrella Corp | Standard | Sample | $58,720.40 | Paid |
| Acme Industrial | Standard | Sample | $1,240,500.00 | Open |
The report summarizes each 1099 form type transmitted on paper on the IRS 1096 form.
The 1096 totals must equal the sum of the 1099s filed; one entity's 1096 won't reconcile while 1099 exceptions remain.
Clear all 1099 exceptions first; a 1096 that doesn't tie to its 1099s is an IRS mismatch.
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 |
| Total Reported | 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 Form layout must track the current IRS template; usually re-templated each tax year. Irvine rebuilds these on your data.