Search Results le_effective_from
Overview
APPS.XLE_FP_LEDGER_V is a reporting view in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments that joins ledger configuration data with the legal entity profile information that governs a given ledger's balancing segment value. The view presents, for each ledger, its ledger identifier, name, short name, category, and the balancing segment value used by that ledger, alongside the legal entity responsible for that balancing segment and the country in which that legal entity is registered.
The view belongs to the Subledger Accounting / E-Business Tax (XLE) family of objects. Its name prefix XLE_FP (Legal Entity, Financials Profile) indicates that it is intended to expose the relationship between a ledger and its associated legal entity. This makes it a convenient denormalized source for reports, extracts, and integrations that need to determine which legal entity owns a ledger or a specific balancing segment value without having to re-create the multi-table join themselves.
Underlying Base Objects
The view is defined over five objects, all referenced through APPS synonyms:
- GL_LEDGERS — the primary ledger definition (LEDGER_ID, NAME, SHORT_NAME, LEDGER_CATEGORY_CODE, CONFIGURATION_ID).
- GL_LEDGER_CONFIGURATIONS — the ledger configuration header; the view filters out configurations whose COMPLETION_STATUS_CODE is 'IN_PROGRESS', so only fully configured ledgers appear.
- GL_LEDGER_NORM_SEG_VALS — the normalized segment value assignments for the ledger; the view restricts to the balancing segment (SEGMENT_TYPE_CODE = 'B') and excludes deleted assignments (NVL(STATUS_CODE,'I') <> 'D').
- XLE_ENTITY_PROFILES — the legal entity profile, supplying the legal entity name, identifier, effective dates, and geography.
- HZ_GEOGRAPHIES — the geography master, restricted to geography type 'COUNTRY', providing the country code of the legal entity.
The join between the balancing segment value and the legal entity is deliberately forgiving: the view uses NVL(bsv.LEGAL_ENTITY_ID, xlep.LEGAL_ENTITY_ID) so that a legal entity assigned directly on the segment value takes precedence, while the legal entity assigned at the ledger level is used as a fallback.
Key Columns
- LEDGER_ID, LEDGER_NAME, LEDGER_SHORT_NAME, LEDGER_CATEGORY_CODE — identify and classify the ledger.
- LEGAL_ENTITY_ID, LEGAL_ENTITY_NAME, LEGAL_ENTITY_IDENTIFIER — the legal entity resolved for the ledger/balancing segment combination.
- LEGAL_ENTITY_COUNTRY — the country code derived from the legal entity's registered country geography.
- LE_EFFECTIVE_FROM — mapped from XLE_ENTITY_PROFILES.EFFECTIVE_FROM; the date from which the legal entity assignment is effective. This is the column most commonly retrieved by users searching on le_effective_from.
- LE_EFFECTIVE_TO — the corresponding end date of the legal entity assignment.
- SEGMENT_VALUE, START_DATE, END_DATE — from GL_LEDGER_NORM_SEG_VALS; the balancing segment value and the date range for which that value is valid for the ledger.
Common Use Cases and Queries
Typical uses include determining the legal entity and country for a ledger, validating effective dating of legal entity assignments, and driving tax or subledger reporting that must be grouped by legal entity.
To list the legal entity and its effective dates for a specific ledger:
- SELECT ledger_id, ledger_name, legal_entity_name, legal_entity_country, le_effective_from, le_effective_to FROM apps.xle_fp_ledger_v WHERE ledger_id = :p_ledger_id;
To find legal entities effective as of a given date:
- SELECT ledger_name, segment_value, legal_entity_name, le_effective_from FROM apps.xle_fp_ledger_v WHERE :p_date BETWEEN le_effective_from AND NVL(le_effective_to, :p_date);
Because the view already filters incomplete ledger configurations and deleted segment values, it is generally safe to query directly, though additional filtering on ledger category or country is common in multi-entity reporting.
-
VIEW: APPS.XLE_FP_LEDGER_V
12.2.2
-
VIEW: APPS.XLE_FP_LEDGER_V
12.1.1
-
VIEW: APPS.XLE_LE_OU_LEDGER_V
12.2.2
-
VIEW: APPS.XLE_FP_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_LEDGER_V, object_name:XLE_FP_LEDGER_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
-
VIEW: APPS.XLE_FP_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_LEDGER_V, object_name:XLE_FP_LEDGER_V, status:VALID,
-
View: XLE_FP_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_LEDGER_V, object_name:XLE_FP_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FP_LEDGER_V ,
-
View: XLE_FP_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_LEDGER_V, object_name:XLE_FP_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FP_LEDGER_V ,
-
VIEW: APPS.XLE_FP_OU_LEDGER_V
12.2.2
-
PACKAGE: APPS.XLE_BUSINESSINFO_GRP
12.2.2
-
VIEW: APPS.XLE_LE_OU_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_LE_OU_LEDGER_V, object_name:XLE_LE_OU_LEDGER_V, status:VALID,
-
VIEW: APPS.XLE_FP_OU_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_OU_LEDGER_V, object_name:XLE_FP_OU_LEDGER_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
-
VIEW: APPS.XLE_LE_OU_LEDGER_V
12.1.1
-
VIEW: APPS.XLE_FP_OU_LEDGER_V
12.1.1
-
PACKAGE: APPS.XLE_BUSINESSINFO_GRP
12.1.1
-
VIEW: APPS.XLE_FP_OU_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_OU_LEDGER_V, object_name:XLE_FP_OU_LEDGER_V, status:VALID,
-
VIEW: APPS.XLE_LE_OU_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_LE_OU_LEDGER_V, object_name:XLE_LE_OU_LEDGER_V, status:VALID,
-
APPS.ZX_TCM_CONTROL_PKG SQL Statements
12.1.1
-
View: XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FIRSTPARTY_INFORMATION_V ,
-
View: XLE_LE_OU_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_LE_OU_LEDGER_V, object_name:XLE_LE_OU_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_LE_OU_LEDGER_V ,
-
APPS.ZX_TCM_CONTROL_PKG SQL Statements
12.2.2
-
View: XLE_FP_OU_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_OU_LEDGER_V, object_name:XLE_FP_OU_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FP_OU_LEDGER_V ,
-
View: XLE_FP_OU_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FP_OU_LEDGER_V, object_name:XLE_FP_OU_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FP_OU_LEDGER_V ,
-
View: XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_FIRSTPARTY_INFORMATION_V ,
-
View: XLE_LE_OU_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_LE_OU_LEDGER_V, object_name:XLE_LE_OU_LEDGER_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_LE_OU_LEDGER_V ,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
PACKAGE BODY: APPS.XLE_BUSINESSINFO_GRP
12.1.1
-
PACKAGE BODY: APPS.XLE_BUSINESSINFO_GRP
12.2.2
-
PACKAGE BODY: APPS.ZX_TCM_CONTROL_PKG
12.1.1
-
eTRM - XLE Tables and Views
12.2.2
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
APPS.ZX_TCM_CONTROL_PKG dependencies on XLE_FIRSTPARTY_INFORMATION_V
12.1.1
-
PACKAGE BODY: APPS.ZX_TCM_CONTROL_PKG
12.2.2
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
APPS.ZX_TCM_CONTROL_PKG dependencies on XLE_FIRSTPARTY_INFORMATION_V
12.2.2
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_REGISTRATIONS
12.2.2
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_ENTITY_PROFILES
12.1.1
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_ENTITY_PROFILES
12.2.2
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_JURISDICTIONS_VL
12.2.2
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_REGISTRATIONS
12.1.1
-
APPS.XLE_BUSINESSINFO_GRP dependencies on XLE_JURISDICTIONS_VL
12.1.1
-
PACKAGE: APPS.XLE_UTILITIES_GRP
12.1.1
-
PACKAGE: APPS.XLE_UTILITIES_GRP
12.2.2
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_ENTITY_PROFILES
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_ENTITY_PROFILES
12.2.2
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_JURISDICTIONS_VL
12.2.2
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_JURISDICTIONS_VL
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_REGISTRATIONS
12.1.1
-
APPS.XLE_UTILITIES_GRP dependencies on XLE_REGISTRATIONS
12.2.2