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 ,
-
APPS.AP_BAL_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_RX_TRIAL_BALANCE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on GL_LEDGERS
12.1.1
-
APPS.OKL_ACCOUNT_DIST_PVT dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_RJE_ACCESS_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_CONSOLIDATION_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.PA_BUDGET_PUB dependencies on GL_LEDGERS
12.1.1
-
APPS.JA_CN_CFS_CONC_PROG dependencies on GL_LEDGERS
12.1.1
-
APPS.XLA_VALIDATIONS_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JE_BE_CSSR_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JA_CN_CFS_GENERATE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JAI_RCV_JOURNAL_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_JOURNALS_AUTOCOPY dependencies on GL_LEDGERS
12.1.1
-
APPS.JL_JGZZGLTRB_XMLP_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_LEDGER_SET_NORM_ASSIGN_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_ACCESS_SET_SECURITY_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JAI_RCV_ACCOUNTING_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.FUN_REPORT_PVT dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_JE_LINES_RECON_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_RGXRSETD_XMLP_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.FA_RES_LDG_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_GLXCAR_XMLP_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.ZX_JG_EXTRACT_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.FUN_BAL_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.ZX_PO_REC_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.XLA_ACCOUNTING_ENGINE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.CST_SLA_UPDATE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_SECURITY_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_GLXRBUDA_XMLP_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_CI_REMOTE_INVOKE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JA_CN_CFS_INT_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GMS_BUDGET_BALANCE dependencies on GL_LEDGERS
12.1.1
-
APPS.FUN_NET_EXTRACT_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JA_CN_GL_INTER_VALID_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JAI_PLSQL_CACHE_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JG_ZZ_VAT_PRE_REP_PROC_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.XLA_TRANSFER_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_BUDORG_BC_OPTIONS_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.FEM_GL_POST_BAL_PKG dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_FLATTEN_SETUP_DATA dependencies on GL_LEDGERS
12.1.1
-
APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on GL_LEDGERS
12.2.2
-
APPS.PA_CHECK_COMMITMENTS dependencies on GL_LEDGERS
12.2.2