Search Results gl_period_statuses
Overview
The GL_PERIOD_STATUSES table is a core data object within the Oracle E-Business Suite General Ledger (GL) module. It serves as the central repository for managing and tracking the status of accounting periods for a given ledger (represented by SET_OF_BOOKS_ID). This table is fundamental to the period close process, enforcing financial control by defining which periods are open, closed, future-enterable, or permanently closed for transaction posting, journal entry, and consolidation activities. Its status values directly control the operational workflow within the GL and interfacing subledgers, ensuring data integrity and chronological accuracy in financial reporting.
Key Information Stored
The table's structure is designed to uniquely identify a period and its state within a specific application and ledger context. Its primary and unique keys highlight the critical columns. The APPLICATION_ID links to FND_APPLICATION, typically holding a value for the General Ledger application. The SET_OF_BOOKS_ID identifies the specific ledger. The PERIOD_NAME (e.g., JAN-2024) and the combination of PERIOD_YEAR and PERIOD_NUM provide two methods of period identification. The PERIOD_TYPE column, a foreign key to GL_PERIOD_TYPES, classifies the period (e.g., Month, Quarter). The most operationally significant columns are the status flags: CLOSING_STATUS, which indicates if the period is Open, Closed, or Permanently Closed; and the OPEN_FLAG, which is typically derived from the closing status. Additional columns may track the last update date and the user who changed the status.
Common Use Cases and Queries
The primary use case is validating period availability during transaction processing. A common query is to check if a period is open for a given ledger and date, often executed by APIs like GL_DATE_API. For reporting and audit, analysts query the period close history. Administrators use the table to programmatically open or close periods via standard APIs or, with caution, direct SQL during maintenance. Sample SQL to find all open periods for a ledger includes:
- SELECT period_name, period_type
- FROM gl_period_statuses
- WHERE set_of_books_id = 1001
- AND application_id = 101
- AND closing_status = 'O';
Another frequent pattern is joining to GL_PERIODS to get date ranges for statuses or to FND_APPLICATION for descriptive application names.
Related Objects
As per the provided metadata, GL_PERIOD_STATUSES has integral relationships with several key objects. It references GL_PERIOD_TYPES via PERIOD_TYPE and FND_APPLICATION via APPLICATION_ID. Crucially, it is referenced by transactional tables like AX_BALANCES and AX_SLE_HEADERS (AutoInvoice tables), enforcing period validity for subledger entries. The SET_OF_BOOKS_ID foreign key points back to its own table, reflecting a hierarchical relationship for consolidation ledgers. The table is also central to standard Oracle APIs such as GL_PERIOD_STATUS_PKG and is the underlying source for key views like GL_PERIOD_STATUSES_V, which may join descriptive flexfield data for reporting purposes.
-
Table: GL_PERIOD_STATUSES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_STATUSES, object_name:GL_PERIOD_STATUSES, status:VALID, product: GL - General Ledger , description: Calendar period statuses , implementation_dba_data: GL.GL_PERIOD_STATUSES ,
-
Table: GL_PERIOD_STATUSES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_STATUSES, object_name:GL_PERIOD_STATUSES, status:VALID, product: GL - General Ledger , description: Calendar period statuses , implementation_dba_data: GL.GL_PERIOD_STATUSES ,
-
View: GL_BUDGETS_AUTOCOPY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_AUTOCOPY_V, object_name:GL_BUDGETS_AUTOCOPY_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_AUTOCOPY_V ,
-
View: GL_BUDGETS_WITH_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_WITH_DATES_V, object_name:GL_BUDGETS_WITH_DATES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_WITH_DATES_V ,
-
View: GL_BUDGETS_WITH_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_WITH_DATES_V, object_name:GL_BUDGETS_WITH_DATES_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_WITH_DATES_V ,
-
View: GL_PERIOD_STATUSES_BUD_UPD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_UPD_V, object_name:GL_PERIOD_STATUSES_BUD_UPD_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_UPD_V ,
-
View: GL_SRS_GLRTB2_ABE_START_PERIOD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_GLRTB2_ABE_START_PERIOD, object_name:GL_SRS_GLRTB2_ABE_START_PERIOD, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_GLRTB2_ABE_START_PERIOD ,
-
View: GL_SRS_GLRTB2_ABE_START_PERIOD
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_GLRTB2_ABE_START_PERIOD, object_name:GL_SRS_GLRTB2_ABE_START_PERIOD, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_GLRTB2_ABE_START_PERIOD ,
-
View: GL_PERIOD_STATUSES_BUD_UPD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_UPD_V, object_name:GL_PERIOD_STATUSES_BUD_UPD_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_UPD_V ,
-
View: GL_BUDGETS_AUTOCOPY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_AUTOCOPY_V, object_name:GL_BUDGETS_AUTOCOPY_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_AUTOCOPY_V ,
-
View: GL_BUDGETS_TARGET_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_TARGET_BUDGETS_V, object_name:GL_BUDGETS_TARGET_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_TARGET_BUDGETS_V ,
-
View: GL_BUDGETS_TARGET_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_TARGET_BUDGETS_V, object_name:GL_BUDGETS_TARGET_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_TARGET_BUDGETS_V ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_REV_BUD_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_SRS_LEDGER_PERIOD_START
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_LEDGER_PERIOD_START, object_name:GL_SRS_LEDGER_PERIOD_START, status:VALID, product: GL - General Ledger , description: Review valid periods for actuals, budgets, and encumbrances , implementation_dba_data: APPS.GL_SRS_LEDGER_PERIOD_START ,
-
View: GL_SRS_LEDGER_PERIOD_START
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_LEDGER_PERIOD_START, object_name:GL_SRS_LEDGER_PERIOD_START, status:VALID, product: GL - General Ledger , description: Review valid periods for actuals, budgets, and encumbrances , implementation_dba_data: APPS.GL_SRS_LEDGER_PERIOD_START ,
-
View: GL_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_V, object_name:GL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_V ,
-
View: GL_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_BUDGETS_V, object_name:GL_BUDGETS_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_BUDGETS_V ,
-
View: GL_HISTORICAL_RATES_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_HISTORICAL_RATES_PERIOD_V, object_name:GL_HISTORICAL_RATES_PERIOD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_HISTORICAL_RATES_PERIOD_V ,
-
View: GL_HISTORICAL_RATES_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_HISTORICAL_RATES_PERIOD_V, object_name:GL_HISTORICAL_RATES_PERIOD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_HISTORICAL_RATES_PERIOD_V ,
-
View: GL_PERIOD_STATUSES_FIRST_60_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_FIRST_60_V, object_name:GL_PERIOD_STATUSES_FIRST_60_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_FIRST_60_V ,
-
View: GL_PERIOD_NAMES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_NAMES_ALL_V, object_name:GL_PERIOD_NAMES_ALL_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_NAMES_ALL_V ,
-
View: GL_PERIOD_NAMES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_NAMES_ALL_V, object_name:GL_PERIOD_NAMES_ALL_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_NAMES_ALL_V ,
-
View: GL_PERIOD_STATUSES_FIRST_60_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_FIRST_60_V, object_name:GL_PERIOD_STATUSES_FIRST_60_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_FIRST_60_V ,
-
View: GL_JE_HEADERS_REVERSE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_HEADERS_REVERSE_V, object_name:GL_JE_HEADERS_REVERSE_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_HEADERS_REVERSE_V ,
-
View: GL_PERIOD_STATUSES_ACTUAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_ACTUAL_V, object_name:GL_PERIOD_STATUSES_ACTUAL_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_ACTUAL_V ,
-
View: GL_ALL_PERIOD_NAME_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_ALL_PERIOD_NAME_VIEW, object_name:GL_ALL_PERIOD_NAME_VIEW, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_ALL_PERIOD_NAME_VIEW ,
-
View: GL_ALL_PERIOD_NAME_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_ALL_PERIOD_NAME_VIEW, object_name:GL_ALL_PERIOD_NAME_VIEW, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_ALL_PERIOD_NAME_VIEW ,
-
View: GL_JE_HEADERS_REVERSE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_HEADERS_REVERSE_V, object_name:GL_JE_HEADERS_REVERSE_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_JE_HEADERS_REVERSE_V ,
-
View: GL_PERIOD_STATUSES_ENC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_ENC_V, object_name:GL_PERIOD_STATUSES_ENC_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_ENC_V ,
-
View: GL_PERIOD_STATUSES_ACTUAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_ACTUAL_V, object_name:GL_PERIOD_STATUSES_ACTUAL_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_ACTUAL_V ,
-
View: GL_TRANS_BUDGET_PERIODS_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_TRANS_PERIODS_BSV_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_TRANS_PERIODS_BSV_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_TRANS_BUDGET_PERIODS_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_ENC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_ENC_V, object_name:GL_PERIOD_STATUSES_ENC_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_ENC_V ,
-
View: GL_PERIOD_STATUSES_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_NAME_V, object_name:GL_PERIOD_STATUSES_NAME_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_NAME_V ,
-
View: GL_SRS_GLRTB2_START_PERIOD
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_GLRTB2_START_PERIOD, object_name:GL_SRS_GLRTB2_START_PERIOD, status:VALID, product: GL - General Ledger , description: Review period names , implementation_dba_data: APPS.GL_SRS_GLRTB2_START_PERIOD ,
-
View: GL_SRS_GLRTB2_START_PERIOD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_GLRTB2_START_PERIOD, object_name:GL_SRS_GLRTB2_START_PERIOD, status:VALID, product: GL - General Ledger , description: Review period names , implementation_dba_data: APPS.GL_SRS_GLRTB2_START_PERIOD ,
-
View: GL_CONSOLIDATION_AUDIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_AUDIT_V ,
-
View: GL_PERIOD_STATUSES_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_NAME_V, object_name:GL_PERIOD_STATUSES_NAME_V, status:VALID, product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: APPS.GL_PERIOD_STATUSES_NAME_V ,
-
View: GL_PERIOD_STAT_BUD_PERA_V
12.1.1
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_CONSOLIDATION_AUDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_AUDIT_V, object_name:GL_CONSOLIDATION_AUDIT_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_AUDIT_V ,
-
View: GL_PERIOD_STAT_BUD_PERA_V
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_PERIOD_STATUSES_BUD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_V, object_name:GL_PERIOD_STATUSES_BUD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_V ,
-
Table: GL_PERIOD_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID, product: GL - General Ledger , description: Calendar period types , implementation_dba_data: GL.GL_PERIOD_TYPES ,
-
Table: GL_PERIOD_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_PERIOD_TYPES, object_name:GL_PERIOD_TYPES, status:VALID, product: GL - General Ledger , description: Calendar period types , implementation_dba_data: GL.GL_PERIOD_TYPES ,
-
View: GL_PERIOD_STATUSES_BUD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_PERIOD_STATUSES_BUD_V, object_name:GL_PERIOD_STATUSES_BUD_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_PERIOD_STATUSES_BUD_V ,
-
View: GL_TRANSLATION_RATES_PERIODS_V
12.2.2
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: GL_TRANSLATION_RATES_PERIODS_V
12.1.1
product: GL - General Ledger , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,