| layout | default |
|---|---|
| title | GL Header Categories Summary | Oracle EBS SQL Report |
| description | Master data report showing ledger, category and source definitions across multiple ledgers. |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, Header, Categories, Summary, gl_ledgers, gl_period_statuses, gl_je_batches |
| permalink | /GL%20Header%20Categories%20Summary/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Master data report showing ledger, category and source definitions across multiple ledgers.
Expand Sources
gl_ledgers, gl_period_statuses, gl_je_batches, gl_je_headers, gl_je_categories_vl
GL Account Analysis, GL Journals (Drilldown) 11g, GL Journals (Drilldown)
Some Oracle EBS SQL reports in this library require functions from the utility package xxen_util. Install it before running the SQL directly against your Oracle EBS database.
| Resource | Link |
|---|---|
| Excel Example Output | GL Header Categories Summary 23-Jul-2017 160240.xlsx |
| Blitz Report™ XML Import | GL_Header_Categories_Summary.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/gl-header-categories-summary/ |
The GL Header Categories Summary report provides a high-level statistical overview of General Ledger journal entries, grouped by Ledger, Source, and Category. It is designed to analyze the volume and composition of journal entries within the system. This report is valuable for system administrators and finance managers to understand data trends, identify high-volume integration points, and monitor the usage of manual vs. automated journals.
- Data Volume Analysis: Identifies which journal sources (e.g., Payables, Receivables, Spreadsheet) are generating the most entries, helping to plan for archiving or performance tuning.
- Process Monitoring: Tracks the usage of specific journal categories (e.g., "Adjustment", "Reclass") to detect unusual patterns in manual journal entry.
- Period-End Review: Provides a summary of activity for a closed period to ensure all expected subledger feeds have been received.
- Audit Scoping: Helps auditors understand the landscape of financial transactions to determine where to focus their detailed testing (e.g., focusing on "Manual" sources).
GL_JE_HEADERS: The main table containing journal entry headers.GL_JE_BATCHES: Stores batch-level information.GL_JE_CATEGORIES_VL: Provides user-friendly names for journal categories.GL_LEDGERS: Defines the ledger context.GL_PERIOD_STATUSES: Used to validate period information.
- Aggregation: The query performs a
COUNT(*)onGL_JE_HEADERS, grouping byLEDGER_ID,JE_SOURCE, andJE_CATEGORY. - Source/Category Resolution: It joins to
GL_JE_CATEGORIES_VLto display the category name. The Source is typically stored directly inGL_JE_HEADERS(orGL_JE_SOURCES_VLif needed for translation). - Period Context: It likely filters or groups by
PERIOD_NAMEto provide a time-based view of the data. - Ledger Context: Joins to
GL_LEDGERSto report the Ledger Name.
- Expand Sources: A flag to determine if the report should break down the counts by Journal Source or provide a higher-level summary.
- Blitz Report™ – World’s Fastest Oracle EBS Reporting Tool
- Oracle Discoverer Replacement – Import Worksheets into Blitz Report™
- Oracle EBS Reporting Toolkits by Blitz Report™
- Blitz Report™ FAQ & Community Q&A
- Supply Chain Hub by Blitz Report™
- Blitz Report™ Customer Case Studies
- Oracle EBS Reporting Blog
- Oracle EBS Reporting Resource Centre
© 2026 Enginatics