| layout | default |
|---|---|
| title | GL Periods | Oracle EBS SQL Report |
| description | Geleral ledger calendars and accounting periods – Oracle E-Business Suite SQL report |
| keywords | Oracle EBS, Oracle E-Business Suite, SQL report, Blitz Report, Enginatics, Periods, gl_period_statuses, gl_period_sets, gl_periods |
| permalink | /GL%20Periods/ |
Oracle E-Business Suite SQL report from the Enginatics Library powered by Blitz Report™.
Geleral ledger calendars and accounting periods
Period From, Period To, Calendar, Period Type, Ledger, Chart of Accounts
gl_period_statuses, gl_period_sets, gl_periods, gl_period_types
CAC Inventory and Intransit Value (Period-End) - Discrete/OPM, AP Invoices and Lines 11i, CAC Inventory Lot and Locator OPM Value (Period-End), CAC OPM Batch Material Summary, INV Item Upload
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 Periods 24-May-2025 162348.xlsx |
| Blitz Report™ XML Import | GL_Periods.xml |
| Full SQL on Enginatics | www.enginatics.com/reports/gl-periods/ |
The GL Periods report is a master data report that lists the definitions of accounting periods within the General Ledger calendars. It details the start dates, end dates, quarter, and fiscal year for each period. This report is used to verify the calendar setup, ensuring that fiscal years are correctly defined and that there are no gaps or overlaps in the accounting calendar.
- Calendar Validation: Verifies that the accounting calendar for the upcoming fiscal year has been defined correctly before the new year begins.
- System Setup Verification: Ensures that the "Adjusting" periods are correctly flagged and that the period names follow the corporate naming convention.
- Reporting Alignment: Helps align external reporting deadlines with the system's defined period end dates.
- Troubleshooting: Assists in resolving issues where a date derivation fails because a date falls into a gap between defined periods.
GL_PERIODS: The master table containing the period definitions for each period set.GL_PERIOD_SETS: Defines the calendar name and type.GL_PERIOD_TYPES: Defines the frequency (Month, Quarter, Year).GL_PERIOD_STATUSES: (Optional) May be joined to show the current status of these periods for a specific ledger.
- Calendar Definition: The query selects from
GL_PERIODS, often filtering by thePERIOD_SET_NAMEassociated with the user's ledger. - Date Logic: It displays
START_DATEandEND_DATE. Critical logic often involves checking thatEND_DATEof Period N is exactly one day beforeSTART_DATEof Period N+1. - Adjustment Flag: Highlights periods where
ADJUSTMENT_PERIOD_FLAG = 'Y', which are used for year-end closing entries.
- Calendar: The specific accounting calendar to view.
- Period Type: Filter by Month, Quarter, or Year.
- Period From/To: Range of periods to display.
- 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