Search Results gl_period_sets
The GL_PERIOD_SETS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for defining fiscal accounting periods and their groupings within the General Ledger (GL) module. This table stores metadata that governs how financial periods are structured, enabling organizations to align their financial reporting with business requirements, regulatory standards, and fiscal calendars. Below is a detailed analysis of its purpose, structure, key columns, and functional significance.
Purpose and Functional Role
TheGL_PERIOD_SETS
table serves as the foundation for period management in Oracle GL. It defines "period sets," which are logical groupings of accounting periods (e.g., monthly, quarterly, or custom intervals). These sets are assigned to ledgers (GL_LEDGERS
) to establish the fiscal calendar for financial transactions, reporting, and closing processes. Key functionalities enabled by this table include:
- Fiscal Year Configuration: Supports multiple fiscal year structures (e.g., calendar year vs. non-calendar year).
- Period Hierarchy: Allows grouping periods into quarters, halves, or other aggregates for consolidated reporting.
- Multi-Organization Flexibility: Enables different legal entities or operating units to use distinct period sets.
Table Structure and Key Columns
TheGL_PERIOD_SETS
table includes the following critical columns:
Column Name | Data Type | Description |
---|---|---|
PERIOD_SET_NAME | VARCHAR2(15) | Primary key; unique identifier for the period set (e.g., 'FISCAL_CALENDAR'). |
DESCRIPTION | VARCHAR2(240) | Human-readable description of the period set. |
LAST_UPDATE_DATE | DATE | Timestamp of the last modification. |
LAST_UPDATED_BY | NUMBER(15) | User ID of the last updater. |
CREATION_DATE | DATE | Timestamp of record creation. |
CREATED_BY | NUMBER(15) | User ID of the creator. |
SECURITY_FLAG | VARCHAR2(1) | Indicates if row-level security applies (Y/N). |
Integration with Other Modules
TheGL_PERIOD_SETS
table is referenced by multiple EBS components:
- GL_PERIODS: Child table storing individual period details (start/end dates, status) linked via
PERIOD_SET_NAME
. - GL_LEDGERS: Associates ledgers with period sets to enforce fiscal calendars.
- Subledger Modules (AP, AR, FA): Ensures transactional posting aligns with GL period statuses.
Technical Considerations
- Data Integrity: The
PERIOD_SET_NAME
must be unique and referenced consistently across dependent tables. - Audit Trails: Standard Oracle WHO columns (
CREATED_BY
,LAST_UPDATED_BY
) track changes for compliance. - Performance: Indexes on
PERIOD_SET_NAME
optimize joins withGL_PERIODS
.
Business Impact
Proper configuration ofGL_PERIOD_SETS
ensures accurate financial reporting, prevents out-of-period postings, and facilitates period-end close processes. Misalignment between period sets and ledgers can lead to reconciliation errors or audit failures.
Conclusion
TheGL_PERIOD_SETS
table is a cornerstone of Oracle GL's period management framework, enabling organizations to tailor fiscal calendars to operational needs. Its design supports scalability, compliance, and integration across EBS modules, making it indispensable for financial governance in Oracle EBS 12.1.1 and 12.2.2.
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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_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 ,
-
View: GLBV_GL_ACCOUNTING_CALENDARS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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.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 ,