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 ,
-
APPS.FV_SF224_TRANSACTIONS dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.GL_PERIOD_SETS_PKG dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.GMF_GL_GET_PERIOD_INFO dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.GL_PERIOD_SETS_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.XTR_CASH_FCST dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.FV_SF224_TRANSACTIONS dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.JAI_AP_DTC_DEFAULTATION_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.FII_TIME_M_C dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.XTR_CASH_FCST dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.GMF_SUBLEDGER_PKG dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.JAI_AP_TDS_ETDS_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.JAI_AP_DTC_GENERATION_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.GMF_GL_GET_PERIOD_INFO dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.JAI_ETCS_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.CE_CASH_FCST dependencies on GL_PERIOD_SETS
12.1.1
-
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.CE_CASH_FCST dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.GMF_SUBLEDGER_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on GL_PERIOD_SETS
12.2.2
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_TYPES
12.1.1
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_TYPES
12.2.2
-
VIEW: GL.GL_PERIOD_SETS#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_PERIOD_SETS#, status:VALID,
-
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_TYPES
12.1.1
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIODS
12.2.2
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIODS
12.1.1
-
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIOD_TYPES
12.2.2
-
APPS.GL_PERIOD_SETS_PKG SQL Statements
12.1.1
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_STATUSES
12.2.2
-
VIEW: APPS.GLBV_GL_ACCOUNTING_CALENDARS
12.1.1
-
VIEW: APPS.GLFV_GL_ACCOUNTING_CALENDARS
12.1.1
-
VIEW: APPS.IGCFV_CBC_JOURNAL_LINES
12.2.2
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_PERIOD_STATUSES
12.1.1
-
VIEW: APPS.GL_SRS_CLVAL_PERIOD_SET_V
12.1.1
-
APPS.GL_PERIOD_SETS_PKG SQL Statements
12.2.2
-
APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on GL_PERIODS
12.1.1
-
APPS.XLA_AC_BALANCES_PKG dependencies on GL_LEDGERS
12.1.1
-
VIEW: APPS.GL_PERIOD_SETS_V
12.2.2
-
TRIGGER: APPS.GL_PERIOD_SETS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GL_PERIOD_SETS+, status:VALID,
-
VIEW: APPS.IGCFV_CBC_JOURNAL_LINES
12.1.1
-
VIEW: APPS.GL_PERIOD_SETS_V
12.1.1
-
VIEW: GL.GL_PERIOD_SETS#
12.2.2
-
VIEW: APPS.GL_SRS_CLVAL_PERIOD_SET_V
12.2.2