US 1099 Report
Reports total US 1099 miscellaneous payments for a 1099 supplier and generates 1099 forms for each tax reporting entity.
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 Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Supplier | 1099 Type | Box | Reportable Amount | Tin 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 totals reportable 1099 payments per supplier and generates the forms per reporting entity.
12 suppliers have a TIN that doesn't match IRS records — 1099s that will reject and may trigger backup withholding.
Run TIN matching and correct the 12 before filing; a mismatched TIN is the most common 1099 rejection and a penalty risk.
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 |
| AP_INCOME_TAX_TYPES | dimension | dimension |
| Reportable 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_INCOME_TAX_TYPES | 2 | 5 |
Customization note Year-end 1099 almost always needs cleanup tooling for missing/incorrect income-tax types before forms are generated. Irvine rebuilds these on your data.