Search Results ecx_hubs
Overview
The ECX_HUBS table is a core repository within the XML Gateway (ECX) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master definition table for all configured hubs. In the context of XML Gateway, a hub represents a logical communication endpoint or a trading partner that exchanges electronic documents (XML, EDI, etc.) with the EBS instance. This table is fundamental to the architecture, as it stores the essential metadata that defines how the system connects to and identifies each external entity in a B2B integration landscape.
Key Information Stored
The primary data stored in ECX_HUBS revolves around hub identification and configuration. The central column is HUB_ID, which serves as the unique primary key (via constraint ECX_HUBS_PK or SYS_C00497450) for every hub record. While the provided ETRM excerpt does not list additional columns, based on the module's standard implementation, this table typically contains fields such as HUB_NAME, PROTOCOL_TYPE, CONNECTION_DETAILS, and STATUS. These columns collectively define the hub's identity, the communication protocol (e.g., HTTP, FTP, SOAP), the technical address or endpoint details, and whether the hub is active for transaction processing.
Common Use Cases and Queries
This table is primarily referenced for setup, maintenance, and troubleshooting of trading partner connections. Common operational scenarios include validating hub configurations before initiating document transmissions and generating master lists of all defined trading partners for audit purposes. A typical query would retrieve all active hubs to verify their setup, or join with transaction tables to analyze traffic per hub. For example:
SELECT hub_id, hub_name, protocol_type, status FROM ecx_hubs WHERE status = 'ACTIVE' ORDER BY hub_name;
Another frequent use case involves troubleshooting failed document exchanges, where support personnel query this table to confirm the destination hub's connection parameters are correctly defined.
Related Objects
The ECX_HUBS table has a direct parent-child relationship with several other key XML Gateway tables. As indicated by the foreign key metadata, the ECX_HUB_USERS table references ECX_HUBS via its HUB_ID column. This link associates specific user accounts or security credentials with each defined hub. Furthermore, ECX_HUBS is intrinsically linked to transactional tables like ECX_OUTBOUND_LOGS and ECX_INBOUND_LOGS, where the HUB_ID is stored with each document transmission record to identify the trading partner involved. It also relates to mapping and definition tables (e.g., ECX_DOC_TRANSACTIONS) that define which document types are enabled for each hub.
-
Table: ECX_HUBS
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUBS, object_name:ECX_HUBS, status:VALID, product: ECX - XML Gateway , description: This table contains the hub definitions , implementation_dba_data: ECX.ECX_HUBS ,
-
Table: ECX_HUBS
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUBS, object_name:ECX_HUBS, status:VALID, product: ECX - XML Gateway , description: This table contains the hub definitions , implementation_dba_data: ECX.ECX_HUBS ,
-
APPS.CLN_CH_COLLABORATION_PKG dependencies on ECX_HUBS
12.1.1
-
APPS.ECX_INBOUND_TRIG dependencies on ECX_HUBS
12.2.2
-
APPS.ECX_INBOUND_TRIG dependencies on ECX_HUBS
12.1.1
-
APPS.ECX_DOCUMENT dependencies on ECX_HUBS
12.1.1
-
APPS.ECX_DOCUMENT dependencies on ECX_HUBS
12.2.2
-
APPS.CLN_CH_COLLABORATION_PKG dependencies on ECX_HUBS
12.2.2
-
APPS.ECX_TP_API dependencies on ECX_HUBS
12.1.1
-
APPS.ECX_TP_API dependencies on ECX_HUBS
12.2.2
-
APPS.CLN_CH_COLLABORATION_PKG dependencies on ECX_HUB_USERS
12.1.1
-
SYNONYM: APPS.ECX_HUBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_HUBS, status:VALID,
-
VIEW: ECX.ECX_HUBS#
12.2.2
owner:ECX, object_type:VIEW, object_name:ECX_HUBS#, status:VALID,
-
SYNONYM: APPS.ECX_HUBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_HUBS, status:VALID,
-
APPS.CLN_CH_COLLABORATION_PKG dependencies on ECX_HUB_USERS
12.2.2
-
VIEW: ECX.ECX_HUBS#
12.2.2
-
APPS.ECX_INBOUND_TRIG dependencies on ECX_HUB_USERS
12.2.2
-
APPS.ECX_INBOUND_TRIG dependencies on ECX_HUB_USERS
12.1.1
-
APPS.ECX_DOCUMENT dependencies on ECX_HUB_USERS
12.2.2
-
APPS.ECX_DOCUMENT dependencies on ECX_HUB_USERS
12.1.1
-
TABLE: ECX.ECX_HUBS
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUBS, object_name:ECX_HUBS, status:VALID,
-
VIEW: APPS.ECX_TP_DETAILS_V
12.2.2
-
TABLE: ECX.ECX_HUBS
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUBS, object_name:ECX_HUBS, status:VALID,
-
VIEW: APPS.ECX_TP_DETAILS_V
12.1.1
-
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 FND Design Data
12.1.1
-
Table: ECX_HUB_USERS
12.1.1
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUB_USERS, object_name:ECX_HUB_USERS, status:VALID, product: ECX - XML Gateway , description: This table contains the hub user definitions , implementation_dba_data: ECX.ECX_HUB_USERS ,
-
Table: ECX_HUB_USERS
12.2.2
owner:ECX, object_type:TABLE, fnd_design_data:ECX.ECX_HUB_USERS, object_name:ECX_HUB_USERS, status:VALID, product: ECX - XML Gateway , description: This table contains the hub user definitions , implementation_dba_data: ECX.ECX_HUB_USERS ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.CLN_CH_COLLABORATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CLN_CH_COLLABORATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.ECX_TP_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_TP_API, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.ECX_TP_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_TP_API, status:VALID,
-
PACKAGE BODY: APPS.ECX_DOCUMENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_DOCUMENT, status:VALID,
-
PACKAGE BODY: APPS.ECX_DOCUMENT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_DOCUMENT, status:VALID,
-
View: ECX_TP_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_TP_DETAILS_V, object_name:ECX_TP_DETAILS_V, status:VALID, product: ECX - XML Gateway , description: This view contains the trading partner detail information. , implementation_dba_data: APPS.ECX_TP_DETAILS_V ,
-
PACKAGE BODY: APPS.CLN_CH_COLLABORATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CLN_CH_COLLABORATION_PKG, status:VALID,
-
APPS.MSC_A2A_XML_WF SQL Statements
12.1.1
-
APPS.ECX_DOCUMENT SQL Statements
12.1.1
-
APPS.ECX_DOCUMENT SQL Statements
12.2.2
-
APPS.ECX_TP_API SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ECX_INBOUND_TRIG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_INBOUND_TRIG, status:VALID,
-
PACKAGE BODY: APPS.ECX_INBOUND_TRIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_INBOUND_TRIG, status:VALID,
-
View: ECX_TP_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_TP_DETAILS_V, object_name:ECX_TP_DETAILS_V, status:VALID, product: ECX - XML Gateway , description: This view contains the trading partner detail information. , implementation_dba_data: APPS.ECX_TP_DETAILS_V ,