Search Results gl_ledger_le_bsv_specific_v
Overview
The GL_LEDGER_LE_BSV_SPECIFIC_V view, owned by the APPS schema and residing in the General Ledger (GL) module, provides a consolidated, reportable representation of the relationship between accounting ledgers and the legal entities and balancing segment values assigned to them. It is documented as a VALID view in Oracle EBS 12.1.1 and 12.2.2 and is referenced in the ETRM repository under the GL — General Ledger product group. The view is designed to expose ledger-level attributes alongside the legal entity and balancing segment value (BSV) that are specific to each ledger, thereby answering the common user search term "legal_entity_name" directly.
This view plays a critical role in reporting, integration, and ledger setup analysis. It allows users and developers to determine which legal entity name corresponds to a given balancing segment value within a specific ledger, a requirement frequently encountered in multi-organization and multi-entity accounting configurations.
Underlying Base Objects
The ETRM metadata documents the view as defined over three referenced base objects, exposed through public synonyms in the APPS schema:
- GL_LEDGERS — the ledger definition table, supplying ledger identity, name, short name, and category.
- GL_LEDGER_NORM_SEG_VALS — the normalized segment values table, filtered to balancing segment type ('B') and active statuses.
- XLE_ENTITY_PROFILES — the legal entity profile table, supplying the legal entity identifier and name.
The view is constructed as a join between these tables. The join between GL_LEDGERS and GL_LEDGER_NORM_SEG_VALS is on LEDGER_ID, restricted to complete ledgers (NVL(LG.COMPLETE_FLAG,'Y') = 'Y'). The join to XLE_ENTITY_PROFILES is an outer join (LE.LEGAL_ENTITY_ID (+) = BSV.LEGAL_ENTITY_ID), ensuring that a ledger/BSV combination without an assigned legal entity still appears, with a NULL legal entity name.
Key Columns
- LEDGER_ID — unique identifier of the ledger.
- LEDGER_NAME / LEDGER_SHORT_NAME — descriptive names of the ledger.
- LEGAL_ENTITY_ID — identifier of the legal entity assigned to the balancing segment value.
- LEGAL_ENTITY_NAME — the descriptive name of the legal entity, sourced from
XLE_ENTITY_PROFILES. This is the column most directly relevant to the user's search. - LEDGER_CATEGORY_CODE — the category of the ledger (e.g., PRIMARY, SECONDARY).
- SEGMENT_VALUE — the balancing segment value (BSV) associated with the ledger.
- START_DATE / END_DATE — the effective date range for the legal entity/BSV assignment.
Common Use Cases and Queries
A frequent requirement is to resolve the legal entity name for a specific ledger and balancing segment value, particularly when validating data or building custom reports:
- Identifying which legal entity owns a given balancing segment value in a ledger.
- Listing all ledgers and their associated legal entities for cross-validation during period close.
- Supporting tax, intercompany, and statutory reporting that requires a legal entity context.
A sample query retrieving ledger and legal entity information is:
SELECT ledger_name, ledger_short_name, legal_entity_name, segment_value, start_date, end_date FROM apps.gl_ledger_le_bsv_specific_v WHERE ledger_id = :p_ledger_id;
Because the view exposes both the balancing segment value and the legal entity name, it serves as a reliable reference for configuration audits and integration mappings in Oracle EBS 12.1.1 and 12.2.2.
-
View: GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V ,
-
View: GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V ,
-
PACKAGE BODY: APPS.FUN_BAL_UTILS_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_BAL_UTILS_GRP, status:VALID,
-
PACKAGE BODY: APPS.FUN_BAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_BAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.FUN_BAL_UTILS_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_BAL_UTILS_GRP, status:VALID,
-
SYNONYM: APPS.GL_LEDGER_NORM_SEG_VALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_NORM_SEG_VALS, status:VALID,
-
PACKAGE BODY: APPS.FUN_TRX_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_TRX_PUB, status:VALID,
-
PACKAGE BODY: APPS.FUN_TRX_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_TRX_PUB, 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.XLE_UTILITIES_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_UTILITIES_GRP, status:VALID,
-
SYNONYM: APPS.GL_LEDGER_NORM_SEG_VALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGER_NORM_SEG_VALS, status:VALID,
-
PACKAGE BODY: APPS.FUN_WEBADI_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_WEBADI_PKG, status:VALID,
-
PACKAGE BODY: APPS.FUN_WEBADI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_WEBADI_PKG, 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_BAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_BAL_PKG, status:VALID,
-
VIEW: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID,
-
VIEW: APPS.GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGER_LE_BSV_SPECIFIC_V, object_name:GL_LEDGER_LE_BSV_SPECIFIC_V, status:VALID,
-
PACKAGE BODY: APPS.FUN_TRX_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_TRX_PVT, status:VALID,
-
PACKAGE BODY: APPS.FUN_RECIPIENT_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_RECIPIENT_WF, status:VALID,
-
PACKAGE BODY: APPS.FUN_RECIPIENT_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_RECIPIENT_WF, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.XLE_ENTITY_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_ENTITY_PROFILES, status:VALID,
-
SYNONYM: APPS.XLE_ENTITY_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLE_ENTITY_PROFILES, status:VALID,
-
APPS.FUN_RECIPIENT_WF SQL Statements
12.1.1
-
APPS.FUN_RECIPIENT_WF SQL Statements
12.2.2
-
APPS.FUN_BAL_UTILS_GRP SQL Statements
12.1.1
-
APPS.FUN_BAL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.XLA_TP_BALANCE_RPT_PKG
12.2.2
-
APPS.FUN_RECIPIENT_WF dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_BAL_UTILS_GRP SQL Statements
12.2.2
-
APPS.FUN_BAL_UTILS_GRP dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_WEBADI_PKG dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_BAL_PKG dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_TRX_PVT SQL Statements
12.1.1
-
APPS.FUN_BAL_PKG dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_TRX_PUB dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_RECIPIENT_WF dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_TRX_PVT dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_TRX_PVT dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_WEBADI_PKG dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_TRX_PUB dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.1.1
-
APPS.FUN_BAL_UTILS_GRP dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.XLE_UTILITIES_GRP dependencies on GL_LEDGER_LE_BSV_SPECIFIC_V
12.2.2
-
APPS.FUN_TRX_PVT SQL Statements
12.2.2
-
APPS.FUN_BAL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JA_JP_TP_BAL_CTRL_RPT_PKG
12.2.2