Search Results gl_period_sets
Overview
The GL_PERIOD_SETS table is a foundational data object within the Oracle E-Business Suite (EBS) General Ledger (GL) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for calendar definitions, also known as accounting calendars. An accounting calendar defines the fiscal year structure, including its periods (e.g., months, quarters), and is a critical component for financial reporting and transaction processing. The table's primary role is to store the unique definition of each calendar, which is then referenced by numerous other entities across the financial ecosystem, including ledgers, journals, and subledger accounting.
Key Information Stored
The table's structure centers on uniquely identifying and describing each accounting calendar. The primary key is the PERIOD_SET_ID, a system-generated unique identifier. The most critical user-facing column is PERIOD_SET_NAME, which stores the unique name of the calendar (e.g., "Calendar 2024", "4-4-5 Retail Calendar"). This name is the key referenced by foreign keys in dependent tables. Other important columns typically include LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY for audit purposes, along with descriptive fields. The table itself defines the calendar container, while the detailed period information (start date, end date, period type, etc.) is stored in the related GL_PERIODS table.
Common Use Cases and Queries
The primary use case is the setup and maintenance of accounting calendars, which is a prerequisite for defining a ledger in the General Ledger. Common reporting and validation queries involve listing calendars and their associations. For instance, to retrieve a list of all defined calendars, a simple SELECT statement such as SELECT period_set_name FROM gl.gl_period_sets ORDER BY period_set_name; is used. A more complex, practical query links this table to the Sets of Books or Ledgers to identify which calendar is assigned to a specific ledger: SELECT sob.name ledger_name, gps.period_set_name FROM gl_sets_of_books sob, gl_period_sets gps WHERE sob.period_set_name = gps.period_set_name;. This is essential for troubleshooting period-opening issues or validating configuration.
Related Objects
As indicated by the foreign key metadata, GL_PERIOD_SETS is a central reference point for several key tables. Its most significant relationship is with GL_SETS_OF_BOOKS (or the upgraded GL_LEDGERS in later setups), which assigns a calendar to a ledger. The GL_PERIODS table holds the detailed period definitions for each calendar. Other dependent objects include GL_DATE_PERIOD_MAP for date-to-period mapping, PA_PROJ_PERIOD_PROFILES in Projects, and GL_CONCURRENT_SCHEDULES. This wide range of foreign key references underscores the table's critical role as a shared master data source for fiscal timeframes across Oracle EBS financials and related modules.
-
Table: GL_PERIOD_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_SETS, object_name:GL_PERIOD_SETS, status:VALID, product: GL - General Ledger , description: Calendar definitions , implementation_dba_data: GL.GL_PERIOD_SETS ,
-
Table: GL_PERIOD_SETS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_SETS, object_name:GL_PERIOD_SETS, status:VALID, product: GL - General Ledger , description: Calendar definitions , implementation_dba_data: GL.GL_PERIOD_SETS ,
-
View: GL_SRS_CLVAL_PERIOD_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_CLVAL_PERIOD_SET_V, object_name:GL_SRS_CLVAL_PERIOD_SET_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_CLVAL_PERIOD_SET_V ,
-
View: GL_SRS_CLVAL_PERIOD_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_CLVAL_PERIOD_SET_V, object_name:GL_SRS_CLVAL_PERIOD_SET_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_CLVAL_PERIOD_SET_V ,
-
Table: GL_DATE_PERIOD_MAP
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DATE_PERIOD_MAP, object_name:GL_DATE_PERIOD_MAP, status:VALID, product: GL - General Ledger , description: Date to period mappings , implementation_dba_data: GL.GL_DATE_PERIOD_MAP ,
-
View: GL_PERIOD_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_SETS_V, object_name:GL_PERIOD_SETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_SETS_V ,
-
View: GL_PERIOD_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_SETS_V, object_name:GL_PERIOD_SETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_SETS_V ,
-
View: GLBV_GL_ACCOUNTING_CALENDARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_ACCOUNTING_CALENDARS, object_name:GLBV_GL_ACCOUNTING_CALENDARS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_ACCOUNTING_CALENDARS ,
-
Table: GL_CONCURRENT_SCHEDULES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONCURRENT_SCHEDULES, object_name:GL_CONCURRENT_SCHEDULES, status:VALID, product: GL - General Ledger , description: Oracle General Ledger concurrent schedule definitions , implementation_dba_data: GL.GL_CONCURRENT_SCHEDULES ,
-
View: GLBV_GL_ACCOUNTING_CALENDARS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_PERIODS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIODS, object_name:GL_PERIODS, status:VALID, product: GL - General Ledger , description: Calendar period definitions , implementation_dba_data: GL.GL_PERIODS ,
-
Table: GL_DATE_PERIOD_MAP
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DATE_PERIOD_MAP, object_name:GL_DATE_PERIOD_MAP, status:VALID, product: GL - General Ledger , description: Date to period mappings , implementation_dba_data: GL.GL_DATE_PERIOD_MAP ,
-
Table: GL_CONCURRENT_SCHEDULES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CONCURRENT_SCHEDULES, object_name:GL_CONCURRENT_SCHEDULES, status:VALID, product: GL - General Ledger , description: Oracle General Ledger concurrent schedule definitions , implementation_dba_data: GL.GL_CONCURRENT_SCHEDULES ,
-
Table: GL_PERIODS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIODS, object_name:GL_PERIODS, status:VALID, product: GL - General Ledger , description: Calendar period definitions , implementation_dba_data: GL.GL_PERIODS ,
-
View: GLFV_GL_ACCOUNTING_CALENDARS
12.2.2
product: GL - General Ledger , description: General Ledger accounting calendars define fiscal years and consist of groups of General Ledger Periods. , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_ACCOUNTING_CALENDARS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_ACCOUNTING_CALENDARS, object_name:GLFV_GL_ACCOUNTING_CALENDARS, status:VALID, product: GL - General Ledger , description: General Ledger accounting calendars define fiscal years and consist of groups of General Ledger Periods. , implementation_dba_data: APPS.GLFV_GL_ACCOUNTING_CALENDARS ,
-
Table: GL_SETS_OF_BOOKS
12.2.2
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,
-
Table: GL_SETS_OF_BOOKS
12.1.1
product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: Not implemented in this database ,