Search Results gl_ledger_config_details
Overview
The GL_LEDGER_CONFIG_DETAILS table is a core repository for the structural relationships within the Oracle E-Business Suite General Ledger's accounting setup. It serves as the central table that defines and stores the associations between a primary ledger and its related accounting entities. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the Accounting Setup Manager (ASM), which provides a unified interface for configuring financial reporting structures. Its primary role is to maintain the complete configuration details for a ledger, mapping it to its associated secondary ledgers, legal entities, and reporting currencies, thereby establishing the framework for transaction processing and financial consolidation.
Key Information Stored
The table's structure is designed to link a primary ledger to its related components. While the full column list is not detailed in the provided metadata, the foreign key relationship indicates the presence of a critical column, CONFIGURATION_ID. This key links each detail record to its parent definition in the GL_LEDGER_CONFIGURATIONS table. Based on its documented purpose, the table is expected to store columns that identify the primary ledger and the specific type and identifier of each associated entity. This typically includes fields for the ledger ID, the associated object type (e.g., secondary ledger, legal entity, reporting currency), the associated object's identifier, and the configuration sequence or status. It acts as the junction table that materializes the many-to-many relationships defined during the accounting setup.
Common Use Cases and Queries
This table is essential for reporting and validation on the accounting configuration. Common use cases include generating a summary report of all entities linked to a specific primary ledger, validating setup completeness before period close, and supporting data migration scripts. A fundamental query pattern involves joining GL_LEDGER_CONFIG_DETAILS with GL_LEDGERS to resolve ledger names.
- List all configurations for a ledger:
SELECT * FROM gl_ledger_config_details WHERE configuration_id = (SELECT configuration_id FROM gl_ledger_configurations WHERE ledger_id = <ledger_id>); - Find all secondary ledgers for a primary ledger: A query would join GL_LEDGER_CONFIG_DETAILS to GL_LEDGERS, filtering on the object type column for secondary ledgers.
- Audit Setup: Queries against this table are used to ensure every primary ledger has at least one legal entity assigned and that reporting currencies are correctly defined.
Related Objects
The GL_LEDGER_CONFIG_DETAILS table has a direct and critical dependency on the GL_LEDGER_CONFIGURATIONS table, as defined by its foreign key on CONFIGURATION_ID. GL_LEDGER_CONFIGURATIONS acts as the header record for a ledger's overall setup. Furthermore, this detail table is intrinsically linked to core GL tables such as GL_LEDGERS (for ledger details), XLE_ENTITY_PROFILES (for legal entities), and GL_JE_HEADERS (which may be filtered by the legal entities defined here). It is also referenced by various Accounting Setup Manager forms and underlying APIs, making it a pivotal point for any customization or extension of the standard accounting configuration.
-
Table: GL_LEDGER_CONFIG_DETAILS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIG_DETAILS, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID, product: GL - General Ledger , description: Primary ledgers and their associated secondary ledgers, legal entities, reporting currencies and setup. , implementation_dba_data: GL.GL_LEDGER_CONFIG_DETAILS ,
-
Table: GL_LEDGER_CONFIG_DETAILS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIG_DETAILS, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID, product: GL - General Ledger , description: Primary ledgers and their associated secondary ledgers, legal entities, reporting currencies and setup. , implementation_dba_data: GL.GL_LEDGER_CONFIG_DETAILS ,
-
APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.GL_GLOBAL dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.JG_JGZZGLJRB_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.GL_GLOBAL dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.JG_JGZZGLJRN_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.JL_JGZZGLTRB_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.JG_JGZZGLJRN_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.JG_JGZZGLJRB_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.1.1
-
APPS.JL_JGZZGLTRB_XMLP_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_CONFIG_DETAILS
12.2.2
-
APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGER_CONFIGURATIONS
12.2.2
-
APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGER_RELATIONSHIPS
12.2.2
-
VIEW: APPS.JA_CN_LEDGER_LE_BANK_V
12.2.2
-
VIEW: APPS.GL_LEDGER_LE_V
12.1.1
-
VIEW: GL.GL_LEDGER_CONFIG_DETAILS#
12.2.2
owner:GL, object_type:VIEW, object_name:GL_LEDGER_CONFIG_DETAILS#, status:VALID,
-
APPS.JA_CN_SYSOPS_BANK_PKG dependencies on GL_LEDGERS
12.2.2
-
APPS.GL_LEDGERS_PKG dependencies on GL_LE_VALUE_SETS
12.2.2
-
View: JA_CN_LEDGER_LE_BANK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JA_CN_LEDGER_LE_BANK_V, object_name:JA_CN_LEDGER_LE_BANK_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JA_CN_LEDGER_LE_BANK_V ,
-
VIEW: APPS.GL_LEDGER_LE_V
12.2.2
-
SYNONYM: APPS.GL_LEDGER_CONFIG_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID,
-
SYNONYM: APPS.GL_LEDGER_CONFIG_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID,
-
VIEW: GL.GL_LEDGER_CONFIG_DETAILS#
12.2.2
-
APPS.GL_LEDGERS_PKG dependencies on GL_LE_VALUE_SETS
12.1.1
-
View: GL_LEDGER_LE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_V ,
-
VIEW: APPS.GMF_LEGAL_ENTITIES
12.2.2
-
VIEW: APPS.GMF_LEGAL_ENTITIES
12.1.1
-
TABLE: GL.GL_LEDGER_CONFIG_DETAILS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIG_DETAILS, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID,
-
View: GL_LEDGER_LE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_V, object_name:GL_LEDGER_LE_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_V ,
-
APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_CONFIGURATIONS
12.1.1
-
TABLE: GL.GL_LEDGER_CONFIG_DETAILS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIG_DETAILS, object_name:GL_LEDGER_CONFIG_DETAILS, status:VALID,
-
APPS.GL_GLOBAL dependencies on GL_LEDGER_CONFIGURATIONS
12.1.1
-
APPS.JA_CN_SYSOPS_BANK_PKG SQL Statements
12.2.2
-
VIEW: APPS.XLE_LE_FROM_REGISTRATIONS
12.2.2
-
Table: GL_LEDGER_CONFIGURATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIGURATIONS, object_name:GL_LEDGER_CONFIGURATIONS, status:VALID, product: GL - General Ledger , description: Primary ledgers , implementation_dba_data: GL.GL_LEDGER_CONFIGURATIONS ,
-
Table: GL_LEDGER_CONFIGURATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_CONFIGURATIONS, object_name:GL_LEDGER_CONFIGURATIONS, status:VALID, product: GL - General Ledger , description: Primary ledgers , implementation_dba_data: GL.GL_LEDGER_CONFIGURATIONS ,
-
APPS.JA_CN_SYSOPS_BANK_PKG dependencies on XLE_ENTITY_PROFILES
12.2.2
-
APPS.GL_GLOBAL dependencies on GL_LEDGERS
12.1.1
-
APPS.GL_GLOBAL dependencies on GL_LEDGERS
12.2.2
-
APPS.GL_LEDGERS_PKG dependencies on GL_LEDGER_CONFIGURATIONS
12.2.2
-
VIEW: APPS.XLE_LE_FROM_REGISTRATIONS
12.1.1
-
VIEW: APPS.XLE_FP_OU_LEDGER_V
12.2.2
-
APPS.GL_GLOBAL dependencies on GL_LEDGER_CONFIGURATIONS
12.2.2
-
APPS.GL_GLOBAL SQL Statements
12.1.1
-
VIEW: APPS.XLE_LE_OU_LEDGER_V
12.2.2
-
View: XLE_LE_FROM_REGISTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_LE_FROM_REGISTRATIONS, object_name:XLE_LE_FROM_REGISTRATIONS, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_LE_FROM_REGISTRATIONS ,