Search Results xref_standard_id
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 ,
-
Table: ECX_XREF_STANDARDS_TL
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_XREF_STANDARDS_TL, object_name:ECX_XREF_STANDARDS_TL, status:VALID, product: ECX - XML Gateway , implementation_dba_data: ECX.ECX_XREF_STANDARDS_TL ,
-
Table: 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, product: ECX - XML Gateway , description: This table contains the code conversion category values. , implementation_dba_data: ECX.ECX_XREF_STANDARDS_B ,
-
Table: ECX_XREF_STANDARDS_TL
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_XREF_STANDARDS_TL, object_name:ECX_XREF_STANDARDS_TL, status:VALID, product: ECX - XML Gateway , implementation_dba_data: ECX.ECX_XREF_STANDARDS_TL ,
-
Table: ECX_XREF_STANDARDS_B
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_XREF_STANDARDS_B, object_name:ECX_XREF_STANDARDS_B, status:VALID, product: ECX - XML Gateway , description: This table contains the code conversion category values. , implementation_dba_data: ECX.ECX_XREF_STANDARDS_B ,
-
View: ECX_XREF_STANDARDS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_STANDARDS_VL, object_name:ECX_XREF_STANDARDS_VL, status:VALID, product: ECX - XML Gateway , description: Code conversion standard detail , implementation_dba_data: APPS.ECX_XREF_STANDARDS_VL ,
-
View: ECX_XREF_STANDARDS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_XREF_STANDARDS_VL, object_name:ECX_XREF_STANDARDS_VL, status:VALID, product: ECX - XML Gateway , description: Code conversion standard detail , implementation_dba_data: APPS.ECX_XREF_STANDARDS_VL ,