Search Results gl_ledgers
Overview
The GL_LEDGERS table is the central repository for ledger definitions within Oracle E-Business Suite General Ledger. It represents the core data object for a ledger, which is the primary accounting record for a legal entity or business unit, replacing the legacy concept of a "Set of Books." In Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the architecture of the Accounting Hub and Subledger Accounting (SLA), as it defines the chart of accounts, accounting calendar, currency, and other essential rules used for recording and reporting financial transactions. Every journal entry and balance is ultimately associated with a specific ledger defined in this table.
Key Information Stored
The table stores comprehensive configuration details for each ledger. The primary key is LEDGER_ID, a unique system-generated identifier. Critical columns include NAME, DESCRIPTION, and CURRENCY_CODE, which define the ledger's functional currency. The table links to other foundational setup entities via foreign keys: CHART_OF_ACCOUNTS_ID, PERIOD_SET_NAME (calendar), and CONFIGURATION_ID (linking to GL_LEDGER_CONFIGURATIONS). It also holds key accounting code combinations, such as RETAINED_EARNINGS_CCID (RET_EARN_CODE_COMBINATION_ID), NET_INCOME_CCID, and ROUNDING_CCID. Operational controls are defined by columns for daily and periodic conversion rate types (DAILY_TRANSLATION_RATE_TYPE, PERIOD_END_RATE_TYPE), the implicit access set (IMPLICIT_ACCESS_SET_ID), and the criteria set for automatic reversals (CRITERIA_SET_ID).
Common Use Cases and Queries
This table is frequently queried for reporting, data validation, and integration tasks. A common use case is to retrieve a list of all active ledgers with their core attributes for a data warehouse extract or reconciliation report. Developers often join GL_LEDGERS to GL_JE_HEADERS or GL_JE_LINES to enrich journal data with ledger details. Sample SQL to list ledger setups is:
- SELECT ledger_id, name, currency_code, chart_of_accounts_id FROM gl_ledgers WHERE completion_status_code = 'ACTIVE';
Another critical use case involves identifying the retained earnings account for a specific ledger during period-end closing or financial statement generation, requiring a join to GL_CODE_COMBINATIONS on the RET_EARN_CODE_COMBINATION_ID. The table is also central to security setups, as data access and segment value security are often governed by ledger assignments.
Related Objects
As indicated by the extensive foreign key relationships, GL_LEDGERS is a parent table to numerous core General Ledger entities. Key child tables include GL_JE_HEADERS and GL_JE_LINES, which store journal entries. It is referenced by subledger integration tables like GL_INTERFACE. Setup objects such as GL_ACCOUNT_HIERARCHIES, GL_INTERCOMPANY_ACCOUNTS, and GL_INTERCOMPANY_ACC_SETS are defined per ledger. The table has a mandatory relationship with GL_LEDGER_CONFIGURATIONS, which defines the accounting method, ledger processing options, and subledger accounting rules. Furthermore, it references foundational flexfield and currency tables like FND_FLEX_VALUE_SETS (for segment validation) and FND_CURRENCIES.
-
Table: GL_LEDGERS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
Table: GL_LEDGERS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGERS, object_name:GL_LEDGERS, status:VALID, product: GL - General Ledger , description: Ledger definition , implementation_dba_data: GL.GL_LEDGERS ,
-
Table: GL_LEDGER_RELATIONSHIPS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_RELATIONSHIPS, object_name:GL_LEDGER_RELATIONSHIPS, status:VALID, product: GL - General Ledger , description: Relationships between ledgers , implementation_dba_data: GL.GL_LEDGER_RELATIONSHIPS ,
-
Table: GL_LEDGER_RELATIONSHIPS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_RELATIONSHIPS, object_name:GL_LEDGER_RELATIONSHIPS, status:VALID, product: GL - General Ledger , description: Relationships between ledgers , implementation_dba_data: GL.GL_LEDGER_RELATIONSHIPS ,
-
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 ,
-
Table: GL_LEDGER_SET_NORM_ASSIGN
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_NORM_ASSIGN, object_name:GL_LEDGER_SET_NORM_ASSIGN, status:VALID, product: GL - General Ledger , description: Ledger set assignments , implementation_dba_data: GL.GL_LEDGER_SET_NORM_ASSIGN ,
-
Table: GL_LEDGER_SET_ASSIGNMENTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_ASSIGNMENTS, object_name:GL_LEDGER_SET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , description: Flattened ledger set assignments , implementation_dba_data: GL.GL_LEDGER_SET_ASSIGNMENTS ,
-
Table: GL_LEDGER_SET_REQUESTS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_REQUESTS, object_name:GL_LEDGER_SET_REQUESTS, status:VALID, product: GL - General Ledger , description: Ledger set child request status. , implementation_dba_data: GL.GL_LEDGER_SET_REQUESTS ,
-
Table: GL_LEDGER_SET_NORM_ASSIGN
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_NORM_ASSIGN, object_name:GL_LEDGER_SET_NORM_ASSIGN, status:VALID, product: GL - General Ledger , description: Ledger set assignments , implementation_dba_data: GL.GL_LEDGER_SET_NORM_ASSIGN ,
-
Table: GL_LEDGER_SET_ASSIGNMENTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_ASSIGNMENTS, object_name:GL_LEDGER_SET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , description: Flattened ledger set assignments , implementation_dba_data: GL.GL_LEDGER_SET_ASSIGNMENTS ,
-
View: GLFV_GL_BUDGET_ORGANIZATIONS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_GL_BUDGET_ASSIGNMENTS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_LEDGER_SET_REQUESTS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_SET_REQUESTS, object_name:GL_LEDGER_SET_REQUESTS, status:VALID, product: GL - General Ledger , description: Ledger set child request status. , implementation_dba_data: GL.GL_LEDGER_SET_REQUESTS ,
-
View: GLBV_GL_SETS_OF_BOOKS
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_BUDGETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGETS, object_name:GLFV_GL_BUDGETS, status:VALID, product: GL - General Ledger , description: General Ledger budgets are a collection of estimated amounts for a range of accounting periods. , implementation_dba_data: APPS.GLFV_GL_BUDGETS ,
-
View: GLFV_GL_BUDGET_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGET_ORGANIZATIONS, object_name:GLFV_GL_BUDGET_ORGANIZATIONS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_GL_BUDGET_ORGANIZATIONS ,
-
View: GLBV_GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_SETS_OF_BOOKS, object_name:GLBV_GL_SETS_OF_BOOKS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_SETS_OF_BOOKS ,
-
View: GLFV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_BUDGET_ASSIGNMENTS, object_name:GLFV_GL_BUDGET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , description: General Ledger budget assignements are accounts associated with a budget organization. , implementation_dba_data: APPS.GLFV_GL_BUDGET_ASSIGNMENTS ,
-
View: GLBV_ENCUMBRANCE_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ENCUMBRANCE_BALANCES, object_name:GLBV_ENCUMBRANCE_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ENCUMBRANCE_BALANCES ,
-
View: GLBV_GL_PERIOD_EXCHANGE_RATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_PERIOD_EXCHANGE_RATES, object_name:GLBV_GL_PERIOD_EXCHANGE_RATES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_PERIOD_EXCHANGE_RATES ,
-
View: GLFV_GL_BUDGETS
12.2.2
product: GL - General Ledger , description: General Ledger budgets are a collection of estimated amounts for a range of accounting periods. , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_GL_BUDGET_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_BUDGET_ASSIGNMENTS, object_name:GLBV_GL_BUDGET_ASSIGNMENTS, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_BUDGET_ASSIGNMENTS ,
-
View: GLFV_ENCUMBRANCE_BALANCES
12.2.2
product: GL - General Ledger , description: Encumbrance Balances are commitments, obligations, and other planned expenditures. You may only have functional currency encumbrance balances. , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ENCUMBRANCE_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_GL_PERIOD_EXCHANGE_RATES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_BUDGET_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_BUDGET_BALANCES, object_name:GLBV_BUDGET_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_BUDGET_BALANCES ,
-
View: GL_SRS_JI_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_JI_LEDGERS_V, object_name:GL_SRS_JI_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_JI_LEDGERS_V ,
-
View: GL_SRS_JI_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_JI_LEDGERS_V, object_name:GL_SRS_JI_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_JI_LEDGERS_V ,
-
View: GLFV_ENCUMBRANCE_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ENCUMBRANCE_BALANCES, object_name:GLFV_ENCUMBRANCE_BALANCES, status:VALID, product: GL - General Ledger , description: Encumbrance Balances are commitments, obligations, and other planned expenditures. You may only have functional currency encumbrance balances. , implementation_dba_data: APPS.GLFV_ENCUMBRANCE_BALANCES ,
-
View: GLFV_GL_PERIOD_EXCHANGE_RATES
12.2.2
product: GL - General Ledger , description: General Ledger period exchange rates are average, period-end, and revaluation conversion rates defined between any two currencies. , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_BUDGET_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_BUDGET_ASSIGNMENTS
12.2.2
product: GL - General Ledger , description: General Ledger budget assignements are accounts associated with a budget organization. , implementation_dba_data: Not implemented in this database ,
-
View: GL_SRS_DEL_JI_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_DEL_JI_LEDGERS_V, object_name:GL_SRS_DEL_JI_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_DEL_JI_LEDGERS_V ,
-
View: GLFV_GL_PERIOD_EXCHANGE_RATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_PERIOD_EXCHANGE_RATES, object_name:GLFV_GL_PERIOD_EXCHANGE_RATES, status:VALID, product: GL - General Ledger , description: General Ledger period exchange rates are average, period-end, and revaluation conversion rates defined between any two currencies. , implementation_dba_data: APPS.GLFV_GL_PERIOD_EXCHANGE_RATES ,
-
View: GL_SRS_DEL_JI_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SRS_DEL_JI_LEDGERS_V, object_name:GL_SRS_DEL_JI_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SRS_DEL_JI_LEDGERS_V ,
-
View: GLFV_BUDGET_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_BUDGET_BALANCES, object_name:GLFV_BUDGET_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_BUDGET_BALANCES ,
-
View: GLBV_BUDGET_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_ACTUAL_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_ACTUAL_BALANCES, object_name:GLBV_ACTUAL_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_ACTUAL_BALANCES ,
-
View: GL_CONSOLIDATION_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_NAMES_V, object_name:GL_CONSOLIDATION_NAMES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_NAMES_V ,
-
View: GLFV_ACTUAL_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLFV_GL_STANDARD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_GL_STANDARD_BALANCES, object_name:GLFV_GL_STANDARD_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_GL_STANDARD_BALANCES ,
-
View: GLBV_GL_STANDARD_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GLBV_GL_STANDARD_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLBV_GL_STANDARD_BALANCES, object_name:GLBV_GL_STANDARD_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLBV_GL_STANDARD_BALANCES ,
-
View: GLFV_GL_STANDARD_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
View: GL_CONSOLIDATION_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_CONSOLIDATION_NAMES_V, object_name:GL_CONSOLIDATION_NAMES_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_CONSOLIDATION_NAMES_V ,
-
View: GLFV_ACTUAL_BALANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GLFV_ACTUAL_BALANCES, object_name:GLFV_ACTUAL_BALANCES, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GLFV_ACTUAL_BALANCES ,
-
View: GLBV_ACTUAL_BALANCES
12.2.2
product: GL - General Ledger , implementation_dba_data: Not implemented in this database ,
-
Table: GL_JE_LINES_RECON
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_JE_LINES_RECON, object_name:GL_JE_LINES_RECON, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_JE_LINES_RECON ,
-
Table: GL_AUTOREV_CRITERIA_SETS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_AUTOREV_CRITERIA_SETS, object_name:GL_AUTOREV_CRITERIA_SETS, status:VALID, product: GL - General Ledger , description: Journal reversal criteria sets , implementation_dba_data: GL.GL_AUTOREV_CRITERIA_SETS ,