Journals Details Report
Provides field-by-field information about manually entered journals prior to posting, including all data entered into the application or imported from external sources.
Run note · BIP run High-volume GL extracts can exceed BI Publisher's online output limit and time out. Run it as a scheduled process (ESS) with output bursted to file or email rather than online preview, and bound it by ledger and period.
Sample build of the Journals Details Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Journal | Account | Entered Debit | Entered Credit | Source | Status |
|---|---|---|---|---|---|
| Sample | 1000-2100-000 | $1,240,500.00 | $1,240,500.00 | Sample | Open |
| — | 1000-5400-000 | $842,150.75 | $842,150.75 | — | Posted |
| Sample | 1000-1410-000 | $96,400.00 | $96,400.00 | Sample | Validated |
| — | 2000-2100-000 | $1,005,233.10 | $1,005,233.10 | — | Open |
| Sample | 1000-6300-000 | $58,720.40 | $58,720.40 | Sample | Paid |
| Sample | 1000-2100-000 | $1,240,500.00 | $1,240,500.00 | Sample | Open |
The report shows field-by-field detail of manual and imported journals before they post.
18 journals fail validation — unbalanced or missing a required field — and can't post until fixed.
Fix the validation errors before posting; a failed journal is a number that silently never reaches the ledger.
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
- GL_JE_LINES
- GL_JE_HEADERS
- GL_INTERFACE
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_JE_HEADERS | dimension | dimension |
| GL_INTERFACE | dimension | dimension |
| Entered Debit | measure | measure |
| Entered Credit | 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_JE_LINES | 26 | 2 |
| GL_JE_HEADERS | 34 | 2 |
| GL_INTERFACE | Setup / configuration table — joined for reference, not exposed for analytics | |
Customization note Often re-pointed at the GL interface to QA inbound journals before import rather than after entry. Irvine rebuilds these on your data.