Search Results xle_associations
Overview
XLE.XLE_ASSOCIATIONS is a core table within the Oracle E-Business Suite Legal Entity Configurator (XLE) module. It stores legal associations established between legal entities and other entities or reference subjects across the EBS data model. The table functions as the central repository for relationship records that govern how legal entities interact with one another, with operating units, and with external or internal subjects. In EBS 12.1.1 and 12.2.2, this table underpins the Legal Entity Configurator's ability to model hierarchical, temporal, and typed relationships between business entities.
Each row represents a single association between a subject and an object, qualified by an association type and bounded by an effective date range. The design supports auditing, versioning, and multi-context extensions through the ASSOCIATION_ID surrogate key and the flexfield-style ASSOC_INFORMATION_CONTEXT / ASSOC_INFORMATION1–20 attribute columns. The metadata classifies this object heuristically as standalone in Data Vault terms. In practice, it behaves like a link table: it connects a subject (via SUBJECT_ID, with optional SUBJECT_PARENT_ID) to an object (via OBJECT_ID), qualified by ASSOCIATION_TYPE_ID and temporal bounds. Analysts may alternatively model it as a link, though the absence of a native parent hub within XLE limits that interpretation.
Key Information Stored
The table contains 34 columns, of which the following are the most significant for functional and reporting purposes:
ASSOCIATION_ID— surrogate primary key, uniquely identifying each association row (unique indexXLE_ASSOCIATIONS_U1).ASSOCIATION_TYPE_ID— foreign reference to the association type defining the nature of the relationship.SUBJECT_ID— the entity acting as the source of the association; documented FK targetsIGS_UC_COM_EBL_SUBJ.SUBJECT_PARENT_ID— parent subject, enabling hierarchical or nested associations.OBJECT_ID— the target entity of the association.EFFECTIVE_FROM/EFFECTIVE_TO— date-bounded validity of the association.OBJECT_VERSION_NUMBER— optimistic locking value used by the OAF/Forms layer.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard audit columns.ASSOC_INFORMATION_CONTEXTandASSOC_INFORMATION1–20— descriptive flexfield segments for extensible attributes.
The business key is captured by unique index XLE_ASSOCIATIONS_U2 over (ASSOCIATION_TYPE_ID, SUBJECT_ID, OBJECT_ID, EFFECTIVE_FROM), meaning no two identical typed associations between the same subject and object may begin on the same date. This uniqueness rule is critical when inserting or merging association records.
Common Use Cases and Queries
Typical scenarios include resolving which legal entities are associated with a given subject, auditing association history over time, and reporting on hierarchical relationships. A representative query lists all currently active associations for a subject:
SELECT a.association_id, a.association_type_id, a.subject_id, a.object_id, a.effective_from, a.effective_to FROM xle.xle_associations a WHERE a.subject_id = :subject_id AND TRUNC(SYSDATE) BETWEEN a.effective_from AND NVL(a.effective_to, SYSDATE);- Date-range reports join the table against association type lookups to produce human-readable labels.
- Reconciliation queries test for duplicate business keys using the
XLE_ASSOCIATIONS_U2columns. - Extensibility reports query
ASSOC_INFORMATION_CONTEXTand the numbered segments when custom attributes are populated.
Because OBJECT_ID and SUBJECT_ID are generic references, joins must be directed to the appropriate subject or object table depending on ASSOCIATION_TYPE_ID.
Related Objects
IGS_UC_COM_EBL_SUBJ— referenced byXLE_ASSOCIATIONS.SUBJECT_ID; provides subject canonical data.XLE_ASSOCIATION_TYPES(or equivalent lookup) — suppliesASSOCIATION_TYPE_IDmeaning.XLE_ENTITY_PROFILES— the customary source of legal entity records participating as subjects or objects.XLE_ETB_PROFILES— establishing-business profiles frequently referenced via object identifiers.HR_OPERATING_UNITS— operating units associated to legal entities through these rows.- Legal Entity Configurator OAF pages and
XLE_ASSOCIATIONS_PKGPL/SQL APIs — responsible for controlled inserts, updates, and effective-date validation.
Together these objects form the relationship fabric underpinning legal entity reporting, intercompany setup, and regulatory compliance in Oracle EBS.
-
Table: XLE_ASSOCIATIONS
12.2.2
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_ASSOCIATIONS, object_name:XLE_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , description: XLE_ASSOCIATIONS stores the Legal Associations , implementation_dba_data: XLE.XLE_ASSOCIATIONS ,
-
Table: XLE_ASSOCIATIONS
12.1.1
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_ASSOCIATIONS, object_name:XLE_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , description: XLE_ASSOCIATIONS stores the Legal Associations , implementation_dba_data: XLE.XLE_ASSOCIATIONS ,
-
VIEW: APPS.XLE_ASSOCIATIONS_V
12.2.2
-
APPS.XLE_ASSOC_VALIDATIONS_PVT SQL Statements
12.1.1
-
VIEW: APPS.XLE_ASSOCIATIONS_V
12.1.1
-
View: XLE_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_ASSOCIATIONS_V, object_name:XLE_ASSOCIATIONS_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_ASSOCIATIONS_V ,
-
APPS.XLE_ASSOC_VALIDATIONS_PVT SQL Statements
12.2.2
-
View: XLE_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_ASSOCIATIONS_V, object_name:XLE_ASSOCIATIONS_V, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_ASSOCIATIONS_V ,
-
SYNONYM: APPS.XLE_ASSOCIATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLE_ASSOCIATIONS, status:VALID,
-
VIEW: XLE.XLE_ASSOCIATIONS#
12.2.2
owner:XLE, object_type:VIEW, object_name:XLE_ASSOCIATIONS#, status:VALID,
-
SYNONYM: APPS.XLE_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLE_ASSOCIATIONS, status:VALID,
-
APPS.XLE_ASSOCIATIONS_INFO SQL Statements
12.1.1
-
APPS.XLE_ASSOCIATIONS_INFO SQL Statements
12.2.2
-
VIEW: APPS.XLE_BSV_ASSOCIATIONS
12.1.1
-
VIEW: APPS.XLE_BSV_ASSOCIATIONS
12.2.2
-
VIEW: APPS.XLE_TAX_ASSOCIATIONS
12.2.2
-
VIEW: APPS.XLE_TAX_ASSOCIATIONS
12.1.1
-
VIEW: XLE.XLE_ASSOCIATIONS#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: XLE.XLE_ASSOCIATIONS
12.2.2
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_ASSOCIATIONS, object_name:XLE_ASSOCIATIONS, status:VALID,
-
TABLE: XLE.XLE_ASSOCIATIONS
12.1.1
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_ASSOCIATIONS, object_name:XLE_ASSOCIATIONS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.XLE_ASSOCIATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOCIATION_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.XLE_ASSOCIATIONS_INFO
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XLE_ASSOCIATIONS_INFO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.XLE_ASSOCIATIONS_INFO
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XLE_ASSOCIATIONS_INFO, status:VALID,
-
PACKAGE BODY: APPS.XLE_ASSOCIATIONS_INFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOCIATIONS_INFO, status:VALID,
-
PACKAGE BODY: APPS.XLE_ASSOCIATIONS_INFO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOCIATIONS_INFO, status:VALID,
-
View: XLE_BSV_ASSOCIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_BSV_ASSOCIATIONS, object_name:XLE_BSV_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_BSV_ASSOCIATIONS ,
-
PACKAGE BODY: APPS.XLE_ASSOCIATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOCIATION_PKG, status:VALID,
-
View: XLE_BSV_ASSOCIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_BSV_ASSOCIATIONS, object_name:XLE_BSV_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_BSV_ASSOCIATIONS ,
-
PACKAGE BODY: APPS.XLE_ASSOC_VALIDATIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOC_VALIDATIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLE_ASSOC_VALIDATIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLE_ASSOC_VALIDATIONS_PVT, status:VALID,
-
View: XLE_TAX_ASSOCIATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_TAX_ASSOCIATIONS, object_name:XLE_TAX_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_TAX_ASSOCIATIONS ,
-
APPS.XLE_ASSOCIATION_PKG SQL Statements
12.1.1
-
APPS.XLE_ASSOCIATION_PKG SQL Statements
12.2.2
-
View: XLE_TAX_ASSOCIATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_TAX_ASSOCIATIONS, object_name:XLE_TAX_ASSOCIATIONS, status:VALID, product: XLE - Legal Entity Configurator , implementation_dba_data: APPS.XLE_TAX_ASSOCIATIONS ,
-
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.ZX_PTP_MIGRATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_PTP_MIGRATE_PKG, 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: APPS.XLE_ASSOCIATIONS_INFO
12.2.2
-
PACKAGE: APPS.XLE_ASSOCIATIONS_INFO
12.1.1
-
eTRM - XLE Tables and Views
12.2.2
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,