Print Adjustments Report
Prints adjustments tied to specified transactions and customers, organized by business unit, adjustment number, and transaction number.
Sample build of the Print Adjustments Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Adjustment | Transaction | Customer | Type | Amount | Status |
|---|---|---|---|---|---|
| Sample | Sample | Acme Industrial | Standard | $1,240,500.00 | Open |
| — | — | Northwind Trading | Corporate | $842,150.75 | Posted |
| Sample | Sample | Globex Holdings | Standard | $96,400.00 | Validated |
| — | — | Initech LLC | Default | $1,005,233.10 | Open |
| Sample | Sample | Umbrella Corp | Standard | $58,720.40 | Paid |
| Sample | Sample | Acme Industrial | Standard | $1,240,500.00 | Open |
The report prints adjustments tied to transactions, organized by business unit and number.
26 adjustments are pending approval — write-offs and credits not yet authorized but already reducing apparent AR.
Clear the approval queue; an unapproved adjustment is a control gap and a possible revenue leak.
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 |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | dimension | dimension |
| HZ_CUST_ACCOUNTS | 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 |
|---|---|---|
| AR_ADJUSTMENTS_ALL | 19 | 2 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| HZ_CUST_ACCOUNTS | 14 | 43 |
Customization note Usually re-cut as an adjustment-analysis view with the reason-code and approver dimensions the print report omits. Irvine rebuilds these on your data.