Balancing Segment Value Assignments Report
Reports the assignment of primary balancing segment values to legal entities and ledgers across accounting setups, helping identify overlapping or unassigned values.
Sample build of the Balancing Segment Value Assignments Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Balancing Segment Value | Legal Entity | Ledger | Status |
|---|---|---|---|
| Sample | Acme Industrial | US Primary | Open |
| — | Northwind Trading | EU Primary | Posted |
| Sample | Globex Holdings | US Primary | Validated |
| — | Initech LLC | UK Primary | Open |
| Sample | Umbrella Corp | US Primary | Paid |
| Sample | Acme Industrial | US Primary | Open |
The report reports which balancing segment values map to which legal entities and ledgers.
Four balancing segment values aren't assigned to any legal entity — entries to them can't be attributed to an entity, breaking intercompany and statutory reporting.
Assign every active balancing segment value to a legal entity; an unassigned value is a hole in the legal-entity structure.
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 |
|---|---|---|
| FUN_ALL_BUSINESS_UNITS_V | dimension | dimension |
| GL_CODE_COMBINATIONS | 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_LEDGERS | 10 | 104 |
| FUN_ALL_BUSINESS_UNITS_V | 18 | 132 |
| GL_CODE_COMBINATIONS | 7 | 61 |
Customization note A setup-audit report; customers fold it into a governance dashboard that also surfaces orphaned segment values. Irvine rebuilds these on your data.