Chart of Accounts Mapping Rules Report
Provides the segment and account rules defined for a chart of accounts mapping, printing subsidiary account ranges, parent accounts, and rollup ranges.
Sample build of the Chart of Accounts Mapping Rules Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Source Segment | Target Segment | Rule Type | Account Range | Status |
|---|---|---|---|---|
| Sample | Sample | Standard | 1000-2100-000 | Open |
| — | — | Corporate | 1000-5400-000 | Posted |
| Sample | Sample | Standard | 1000-1410-000 | Validated |
| — | — | Default | 2000-2100-000 | Open |
| Sample | Sample | Standard | 1000-6300-000 | Paid |
| Sample | Sample | Standard | 1000-2100-000 | Open |
The report lists the segment and account rules behind each chart-of-accounts mapping.
12 source account values fall outside every mapping rule — they won't carry into the target chart on consolidation.
Extend the mapping to cover them; an unmapped source value drops out of the consolidated ledger silently.
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 |
|---|---|---|
| GL_LEDGERS | 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 |
|---|---|---|
| GL_CODE_COMBINATIONS | 7 | 61 |
| GL_LEDGERS | 10 | 104 |
Customization note Used during consolidation setup; usually extended to validate that every subsidiary account maps to a parent before close. Irvine rebuilds these on your data.