Search Results ecx_object_attributes
Overview
The ECX_OBJECT_ATTRIBUTES table is a core data repository within the Oracle E-Business Suite XML Gateway (ECX) module. It functions as the detailed mapping registry for individual data attributes during electronic document transformation and exchange. When XML Gateway executes a mapping to translate data between a source (e.g., an EBS table) and a target (e.g., an outbound XML transaction), this table stores the granular, attribute-level mapping rules that define how specific fields are processed, transformed, and populated. Its role is critical for ensuring the accurate and structured flow of business data in B2B and A2A integrations.
Key Information Stored
The table's structure is centered on defining mappings at the attribute level within a specific object level of a larger mapping definition. The primary key is a composite of MAP_ID, ATTRIBUTE_ID, and OBJECTLEVEL_ID, guaranteeing uniqueness for each mapped attribute within its context. Key columns include MAP_ID, which links to the parent mapping definition in ECX_MAPPINGS; OBJECTLEVEL_ID, a crucial identifier that specifies the hierarchical level or specific object instance within the mapping structure to which this attribute belongs; and ATTRIBUTE_ID, which identifies the specific attribute or field being mapped. Additional columns (not fully detailed in the excerpt but implied by the table's purpose) would typically hold transformation logic, source and target identifiers, and sequencing information.
Common Use Cases and Queries
This table is primarily accessed for integration development, troubleshooting, and auditing mapping logic. A common scenario involves analyzing all attribute mappings for a specific transaction map or object level. For example, to retrieve all attribute mappings for a given MAP_ID and a specific OBJECTLEVEL_ID (as referenced in the user's search), a developer or analyst might execute:
SELECT ATTRIBUTE_ID, <other_attribute_columns> FROM ECX.ECX_OBJECT_ATTRIBUTES WHERE MAP_ID = <map_value> AND OBJECTLEVEL_ID = <level_value> ORDER BY <sequence_column>;
This query helps validate the completeness of a mapping setup or diagnose data issues where a particular segment of an outgoing or incoming document is incorrectly populated. Reporting use cases often involve joining with ECX_MAPPINGS to provide business context for technical mapping data.
Related Objects
The table maintains a direct foreign key relationship with the ECX_MAPPINGS table, which serves as the parent definition for the overall transformation map. The relationship is documented as:
- Foreign Key from ECX_OBJECT_ATTRIBUTES to ECX_MAPPINGS: The MAP_ID column in ECX_OBJECT_ATTRIBUTES references the primary key in ECX_MAPPINGS. This enforces that every attribute-level mapping must belong to a valid, higher-level mapping definition. Queries between these tables are fundamental for understanding the full mapping architecture.
-
Table: ECX_OBJECT_ATTRIBUTES
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_OBJECT_ATTRIBUTES, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID, product: ECX - XML Gateway , description: This table contains the source and target object Attributes , implementation_dba_data: ECX.ECX_OBJECT_ATTRIBUTES ,
-
Table: ECX_OBJECT_ATTRIBUTES
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_OBJECT_ATTRIBUTES, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID, product: ECX - XML Gateway , description: This table contains the source and target object Attributes , implementation_dba_data: ECX.ECX_OBJECT_ATTRIBUTES ,
-
APPS.ECX_UTILS dependencies on ECX_OBJECT_ATTRIBUTES
12.2.2
-
APPS.ECX_UTILS dependencies on ECX_OBJECT_ATTRIBUTES
12.1.1
-
APPS.ECX_UTILS dependencies on ECX_OBJECT_ATTRIBUTES
12.2.2
-
APPS.ECX_UTILS dependencies on ECX_OBJECT_ATTRIBUTES
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_OBJECT_ATTRIBUTES
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_OBJECT_ATTRIBUTES
12.2.2
-
SYNONYM: APPS.ECX_OBJECT_ATTRIBUTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID,
-
VIEW: ECX.ECX_OBJECT_ATTRIBUTES#
12.2.2
owner:ECX, object_type:VIEW, object_name:ECX_OBJECT_ATTRIBUTES#, status:VALID,
-
VIEW: APPS.EDR_XMLMAP_ELEMENTS_V
12.2.2
-
SYNONYM: APPS.ECX_OBJECT_ATTRIBUTES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID,
-
VIEW: APPS.ECX_XREF_HDR_MAPPED_V
12.1.1
-
TRIGGER: APPS.ECX_OBJECT_ATTRIBUTES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:ECX_OBJECT_ATTRIBUTES+, status:VALID,
-
VIEW: APPS.ECX_XREF_HDR_MAPPED_V
12.2.2
-
VIEW: APPS.EDR_XMLMAP_ELEMENTS_V
12.1.1
-
TRIGGER: APPS.ECX_OBJECT_ATTRIBUTES+
12.2.2
-
VIEW: ECX.ECX_OBJECT_ATTRIBUTES#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
FUNCTION: APPS.ECX_OBJECT_ATTRIBUTES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: ECX.ECX_OBJECT_ATTRIBUTES
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_OBJECT_ATTRIBUTES, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: ECX.ECX_OBJECT_ATTRIBUTES
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_OBJECT_ATTRIBUTES, object_name:ECX_OBJECT_ATTRIBUTES, status:VALID,
-
FUNCTION: APPS.ECX_OBJECT_ATTRIBUTES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:ECX_OBJECT_ATTRIBUTES=, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: ECX_XREF_HDR_MAPPED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_HDR_MAPPED_V, object_name:ECX_XREF_HDR_MAPPED_V, status:VALID, product: ECX - XML Gateway , description: View showing code categories for maps , implementation_dba_data: APPS.ECX_XREF_HDR_MAPPED_V ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: ECX_XREF_HDR_MAPPED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_HDR_MAPPED_V, object_name:ECX_XREF_HDR_MAPPED_V, status:VALID, product: ECX - XML Gateway , description: View showing code categories for maps , implementation_dba_data: APPS.ECX_XREF_HDR_MAPPED_V ,
-
12.2.2 FND Design Data
12.2.2
-
Table: ECX_MAPPINGS
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_MAPPINGS, object_name:ECX_MAPPINGS, status:VALID, product: ECX - XML Gateway , description: The table contains the definitions of the maps that are used by XML Gateway , implementation_dba_data: ECX.ECX_MAPPINGS ,
-
Table: ECX_MAPPINGS
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_MAPPINGS, object_name:ECX_MAPPINGS, status:VALID, product: ECX - XML Gateway , description: The table contains the definitions of the maps that are used by XML Gateway , implementation_dba_data: ECX.ECX_MAPPINGS ,
-
View: EDR_XMLMAP_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EDR.EDR_XMLMAP_ELEMENTS_V, object_name:EDR_XMLMAP_ELEMENTS_V, status:VALID, product: EDR - E-Records , description: View containing X-ref of XML element and dtd root elements , implementation_dba_data: APPS.EDR_XMLMAP_ELEMENTS_V ,
-
View: EDR_XMLMAP_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EDR.EDR_XMLMAP_ELEMENTS_V, object_name:EDR_XMLMAP_ELEMENTS_V, status:VALID, product: EDR - E-Records , description: View containing X-ref of XML element and dtd root elements , implementation_dba_data: APPS.EDR_XMLMAP_ELEMENTS_V ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.ECX_XREF_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_XREF_API, status:VALID,
-
PACKAGE BODY: APPS.ECX_XREF_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_XREF_API, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ECX_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_UTILS, status:VALID,
-
PACKAGE BODY: APPS.ECX_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_UTILS, status:VALID,
-
APPS.ECX_UTILS SQL Statements
12.2.2
-
VIEW: APPS.EDR_XMLMAP_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EDR.EDR_XMLMAP_ELEMENTS_V, object_name:EDR_XMLMAP_ELEMENTS_V, status:VALID,
-
VIEW: APPS.EDR_XMLMAP_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EDR.EDR_XMLMAP_ELEMENTS_V, object_name:EDR_XMLMAP_ELEMENTS_V, status:VALID,
-
VIEW: APPS.ECX_XREF_HDR_MAPPED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_HDR_MAPPED_V, object_name:ECX_XREF_HDR_MAPPED_V, status:VALID,
-
VIEW: APPS.ECX_XREF_HDR_MAPPED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_HDR_MAPPED_V, object_name:ECX_XREF_HDR_MAPPED_V, status:VALID,
-
APPS.ECX_UTILS SQL Statements
12.1.1