Search Results gl_ledger_le_bsv_gt
Overview
GL_LEDGER_LE_BSV_GT is a Global Temporary Table (indicated by the "_GT" suffix) owned by the GL (General Ledger) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. The object name reflects its purpose: it stores ledger, legal entity, and balancing segment value (BSV) relationships used during General Ledger configuration and upgrade processing. The table plays a supporting role in the multi-organization architecture, where ledgers are associated with specific legal entities and balancing segment values to enforce accounting rules, security, and intercompany balancing.
Under the heuristic Data Vault classification mined from the foreign key structure, this object is classified as standalone. This modeling suggestion indicates that the table does not act as a strict hub or link within a Data Vault model, but rather as a transient staging or intermediate structure. Its Global Temporary Table nature reinforces this interpretation: rows are typically session-scoped and populated programmatically during upgrade or setup routines rather than persisted as master data.
Key Information Stored
The table contains 14 documented columns, the most significant of which include:
- LEDGER_ID – Surrogate identifier for the ledger associated with the row.
- LEDGER_NAME and LEDGER_SHORT_NAME – Descriptive attributes of the ledger for reporting and display.
- LEDGER_CATEGORY_CODE – Classification of the ledger (e.g., primary, secondary, reporting).
- CHART_OF_ACCOUNTS_ID – Foreign key to the chart of accounts structure; documented as referencing GL_MGT_SEG_UPGRADE_H.
- BAL_SEG_VALUE_OPTION_CODE – Governs how the balancing segment value is derived or validated.
- BAL_SEG_VALUE_SET_ID and BAL_SEG_COLUMN_NAME – Identify the value set and column used for balancing segments.
- BAL_SEG_VALUE – The actual balancing segment value associated with the ledger/legal entity combination.
- LEGAL_ENTITY_ID – Foreign key to FV_LEGAL_ENTITIES, linking the row to a specific legal entity.
- LEGAL_ENTITY_NAME – Descriptive name of the legal entity.
- START_DATE and END_DATE – Effective dating range for the relationship.
- RELATIONSHIP_ENABLED_FLAG – Indicates whether the ledger–legal entity–BSV relationship is active.
No surrogate primary key or unique index is documented in the ETRM metadata, consistent with the table's temporary, session-scoped nature. The business-key candidate is the combination of LEDGER_ID, LEGAL_ENTITY_ID, and BAL_SEG_VALUE, subject to the date range.
Common Use Cases and Queries
Typical use cases include validating ledger-to-legal-entity assignments during implementation, supporting the Ledger/Legal Entity/Balancing Segment Value setup flow in General Ledger, and driving upgrade scripts that convert legacy configuration into 12.2.2 multi-organization structures. A representative query pattern for reporting active relationships might resemble:
- SELECT ledger_name, legal_entity_name, bal_seg_value FROM gl_ledger_le_bsv_gt WHERE relationship_enabled_flag = 'Y' AND SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE);
- Joining to GL_LEDGERS on LEDGER_ID to enrich with ledger currency and period information.
- Joining to FV_LEGAL_ENTITIES on LEGAL_ENTITY_ID to obtain legal entity registration details.
Because the table is a GTT, queries normally execute within the same session that populates it, typically a concurrent program or setup form.
Related Objects
- GL_MGT_SEG_UPGRADE_H – Referenced via CHART_OF_ACCOUNTS_ID; used in management segment upgrade processing.
- FV_LEGAL_ENTITIES – Referenced via LEGAL_ENTITY_ID; provides legal entity master data.
- GL_LEDGERS – Logical parent for LEDGER_ID; source of ledger attributes.
- GL_LEDGER_RELATIONSHIPS – Persists similar ledger-legal entity relationships for ongoing use.
- GL_BALANCING_SEGMENT_VALUES – Maps balancing segment values used in the BAL_SEG columns.
- GL_CODE_COMBINATIONS – Consumes BSV definitions for account validation.
- XLA_LEDGER_RELATIONSHIPS – Subledger accounting references ledger/legal entity links.
-
Table: GL_LEDGER_LE_BSV_GT
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_GT, object_name:GL_LEDGER_LE_BSV_GT, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_LEDGER_LE_BSV_GT ,
-
Table: GL_LEDGER_LE_BSV_GT
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_GT, object_name:GL_LEDGER_LE_BSV_GT, status:VALID, product: GL - General Ledger , implementation_dba_data: GL.GL_LEDGER_LE_BSV_GT ,
-
SYNONYM: APPS.GL_LEDGER_LE_BSV_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_LE_BSV_GT, status:VALID,
-
SYNONYM: APPS.GL_LEDGER_LE_BSV_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_LE_BSV_GT, status:VALID,
-
TABLE: GL.GL_LEDGER_LE_BSV_GT
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_GT, object_name:GL_LEDGER_LE_BSV_GT, status:VALID,
-
TABLE: GL.GL_LEDGER_LE_BSV_GT
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_GT, object_name:GL_LEDGER_LE_BSV_GT, status:VALID,
-
APPS.GL_MC_INFO SQL Statements
12.1.1
-
APPS.GL_MC_INFO SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GL_MC_INFO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GL_MC_INFO, status:VALID,
-
PACKAGE BODY: APPS.GL_MC_INFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GL_MC_INFO, status:VALID,
-
PACKAGE BODY: APPS.XLE_UTILITIES_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_UTILITIES_GRP, status:VALID,
-
PACKAGE BODY: APPS.XLE_UTILITIES_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_UTILITIES_GRP, status:VALID,
-
PACKAGE BODY: APPS.FUN_TRX_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_TRX_PVT, status:VALID,
-
PACKAGE BODY: APPS.FUN_TRX_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_TRX_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GL_MC_INFO
12.2.2
-
PACKAGE BODY: APPS.GL_MC_INFO
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.FUN_TRX_PVT dependencies on GL_LEDGER_LE_BSV_GT
12.2.2
-
APPS.FUN_TRX_PVT SQL Statements
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on GL_LEDGER_LE_BSV_GT
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on GL_LEDGER_LE_BSV_GT
12.2.2
-
APPS.FUN_TRX_PVT SQL Statements
12.2.2
-
APPS.FUN_TRX_PVT dependencies on GL_LEDGER_LE_BSV_GT
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_LE_BSV_GT
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_LE_BSV_GT
12.2.2
-
APPS.XLE_UTILITIES_GRP SQL Statements
12.1.1
-
APPS.XLE_UTILITIES_GRP SQL Statements
12.2.2
-
APPS.GL_MC_INFO dependencies on GL_SECONDARY_LEDGER_RSHIPS_V
12.2.2
-
APPS.GL_MC_INFO dependencies on GL_SECONDARY_LEDGER_RSHIPS_V
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_NORM_SEG_VALS
12.2.2
-
APPS.GL_MC_INFO dependencies on GL_LEDGER_NORM_SEG_VALS
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_ALC_LEDGER_RSHIPS_V
12.1.1
-
APPS.GL_MC_INFO dependencies on GL_ALC_LEDGER_RSHIPS_V
12.2.2
-
PACKAGE BODY: APPS.FUN_TRX_PVT
12.1.1
-
PACKAGE BODY: APPS.FUN_TRX_PVT
12.2.2
-
PACKAGE BODY: APPS.XLE_UTILITIES_GRP
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
PACKAGE BODY: APPS.XLE_UTILITIES_GRP
12.2.2
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,