Search Results ecx_xref_standards
Overview
The ECX_XREF_STANDARDS table is a core data object within the XML Gateway (ECX) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a master reference table for defining and storing code conversion categories. In the context of B2B and EDI integrations, disparate trading partners often use different code sets for identical business concepts (e.g., order statuses, unit of measure). The XML Gateway's code conversion framework maps these external values to internal EBS values. This table categorizes and groups these mappings, establishing a controlled vocabulary for conversion types. Its role is foundational, providing the structural definition that individual code conversion mappings reference, thereby ensuring consistency and accuracy in electronic document exchange.
Key Information Stored
The table's primary purpose is to define unique categories for code conversions. The key columns, as indicated by its constraints, are:
- XREF_STANDARD_ID: The primary key column, uniquely identifying each code conversion category record within the system.
- STANDARD_ID: A foreign key column linking to the ECX_STANDARDS table. This associates the conversion category with a specific messaging standard or protocol (e.g., cXML, OAG, a specific EDI standard).
- XREF_CATEGORY_ID: A foreign key column linking to the ECX_XREF_HDR table. This establishes the relationship to the header record that governs a specific set of code conversions, connecting the category definition to its practical implementation.
Common Use Cases and Queries
This table is primarily accessed for setup, maintenance, and troubleshooting of the code conversion engine. A common administrative task is querying all defined conversion categories for a particular messaging standard to audit the integration setup. For example: SELECT xrs.xref_standard_id, xrs.xref_category_id, es.standard_code FROM ecx_xref_standards xrs, ecx_standards es WHERE xrs.standard_id = es.standard_id ORDER BY es.standard_code;. During development or support, one might query to find the specific category ID for mapping "Customer Item Numbers" before investigating the actual mapped values in related tables. Troubleshooting a failed inbound document often involves verifying that a required conversion category exists and is correctly linked to the relevant trading partner setup.
Related Objects
ECX_XREF_STANDARDS is centrally connected to other critical XML Gateway tables via documented foreign key relationships, forming the core of the code conversion structure.
- ECX_STANDARDS: Linked via
ECX_XREF_STANDARDS.STANDARD_ID. This table defines the supported external messaging standards (like OAGIS or EDIFACT), providing the context for which standard a given conversion category applies. - ECX_XREF_HDR: Linked via
ECX_XREF_STANDARDS.XREF_CATEGORY_ID. This is a pivotal table that acts as the header for a specific set of conversion rules, typically tied to a trading partner and transaction type. The relationship ensures each category is part of a governed conversion map.
Consequently, this table sits between the definition of a standard (ECX_STANDARDS) and the header for a conversion map (ECX_XREF_HDR), with detail mapping tables like ECX_XREF_VALUES likely referencing the categories defined here.
-
Table: ECX_XREF_STANDARDS
12.1.1
product: ECX - XML Gateway , description: This table contains the code conversion category values. , implementation_dba_data: Not implemented in this database ,
-
Table: ECX_XREF_STANDARDS
12.2.2
product: ECX - XML Gateway , description: This table contains the code conversion category values. , implementation_dba_data: Not implemented in this database ,
-
APPS.ECX_CODE_CONVERSION_PVT dependencies on ECX_XREF_STANDARDS
12.2.2
-
APPS.ECX_XREF_API dependencies on ECX_XREF_STANDARDS
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_XREF_STANDARDS
12.2.2
-
APPS.ECX_CODE_CONVERSION_PVT dependencies on ECX_XREF_STANDARDS
12.1.1
-
APPS.ECX_CODE_CONVERSION_PVT SQL Statements
12.1.1
-
APPS.ECX_CODE_CONVERSION_PVT SQL Statements
12.2.2
-
APPS.ECX_CODE_CONVERSION_PVT dependencies on STANDARD
12.2.2
-
APPS.ECX_XREF_API dependencies on ECX_XREF_STANDARDS_S
12.1.1
-
APPS.ECX_CODE_CONVERSION_PVT dependencies on STANDARD
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_XREF_STANDARDS_S
12.2.2
-
APPS.ECX_XREF_STANDARDS_PKG dependencies on ECX_UTIL_API
12.2.2
-
APPS.ECX_XREF_STANDARDS_PKG dependencies on ECX_UTIL_API
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: ECX_XREF_HDR
12.2.2
product: ECX - XML Gateway , description: This table contains the code conversion categories. , implementation_dba_data: Not implemented in this database ,
-
APPS.ECX_XREF_API dependencies on ECX_OBJECT_ATTRIBUTES
12.2.2
-
Table: ECX_XREF_HDR
12.1.1
product: ECX - XML Gateway , description: This table contains the code conversion categories. , implementation_dba_data: Not implemented in this database ,
-
APPS.ECX_XREF_API SQL Statements
12.2.2
-
Table: ECX_STANDARDS
12.1.1
product: ECX - XML Gateway , description: This table contains the standards definitions , implementation_dba_data: Not implemented in this database ,
-
APPS.ECX_XREF_API SQL Statements
12.1.1
-
Table: ECX_STANDARDS
12.2.2
product: ECX - XML Gateway , description: This table contains the standards definitions , implementation_dba_data: Not implemented in this database ,
-
APPS.ECX_XREF_API dependencies on ECX_OBJECT_ATTRIBUTES
12.1.1
-
SYNONYM: APPS.ECX_XREF_STANDARDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_XREF_STANDARDS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.ECX_CODE_CONVERSION_PVT
12.2.2
-
SYNONYM: APPS.ECX_XREF_STANDARDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_XREF_STANDARDS, status:VALID,
-
VIEW: ECX.ECX_XREF_STANDARDS_B#
12.2.2
owner:ECX, object_type:VIEW, object_name:ECX_XREF_STANDARDS_B#, status:VALID,
-
PACKAGE BODY: APPS.ECX_CODE_CONVERSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_CODE_CONVERSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.ECX_CODE_CONVERSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_CODE_CONVERSION_PVT, 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.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,
-
12.2.2 DBA Data
12.2.2
-
APPS.ECX_XREF_API dependencies on STANDARD
12.1.1
-
APPS.ECX_XREF_API dependencies on STANDARD
12.2.2
-
TABLE: ECX.ECX_XREF_STANDARDS_B
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_XREF_STANDARDS_B, object_name:ECX_XREF_STANDARDS_B, status:VALID,
-
PACKAGE BODY: APPS.ECX_CODE_CONVERSION_PVT
12.1.1
-
PACKAGE BODY: APPS.ECX_XREF_API
12.1.1
-
PACKAGE BODY: APPS.ECX_XREF_API
12.2.2
-
APPS.ECX_XREF_API dependencies on ECX_UTIL_API
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_DEBUG
12.2.2
-
APPS.ECX_XREF_API dependencies on ECX_DEBUG
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_UTIL_API
12.2.2
-
APPS.ECX_XREF_STANDARDS_PKG dependencies on STANDARD
12.2.2
-
APPS.ECX_XREF_STANDARDS_PKG dependencies on STANDARD
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_XREF_DTL
12.1.1
-
APPS.ECX_XREF_API dependencies on ECX_XREF_DTL
12.2.2
-
PACKAGE BODY: APPS.ECX_XREF_STANDARDS_PKG
12.2.2
-
PACKAGE BODY: APPS.ECX_XREF_STANDARDS_PKG
12.1.1