Search Results ecx_tp_details_v
Overview
The view APPS.ECX_TP_DETAILS_V is a reporting and integration object within the Oracle E-Business Suite XML Gateway module (product code ECX). It exposes trading partner detail information consolidated from several XML Gateway configuration tables. In EBS 12.1.1 and 12.2.2, the ECX schema stores the setup that governs how outbound and inbound business documents are exchanged with external trading partners over various transport protocols. The base configuration is spread across header, detail, process, standard, and hub-related tables; ECX_TP_DETAILS_V denormalizes this structure into a single, query-friendly result set. The view is documented as VALID in the APPS schema and its description states simply that it "contains the trading partner detail information." It is used by XML Gateway runtime code and by administrators and consultants who need to inspect, report on, or troubleshoot trading partner communication setup without joining the underlying tables manually.
Underlying Base Objects
The view is defined over six base objects, all referenced through synonyms owned by APPS in the documented metadata: ECX_TP_DETAILS, ECX_EXT_PROCESSES, ECX_TRANSACTIONS_B, ECX_STANDARDS_B, ECX_HUB_USERS, and ECX_HUBS. ECX_TP_DETAILS is the driving (primary) table, aliased TPD, holding the trading partner mapping and connection detail rows. It is joined to ECX_EXT_PROCESSES (EP) on EXT_PROCESS_ID, which in turn links to ECX_TRANSACTIONS_B (ET) on TRANSACTION_ID and to ECX_STANDARDS_B (ES) on STANDARD_ID, supplying the transaction type, subtype, and standard code. The hub user table ECX_HUB_USERS (EHU) and hub table ECX_HUBS (EH) are outer-joined using NVL(...,0) predicates, so rows without a hub user or hub are still returned. This outer-join pattern is central to the view's behavior, since it applies DECODE logic based on whether HUB_USER_ID and HUB_ID are populated.
Key Columns
The view exposes 27 columns. Identification columns include TP_HEADER_ID, TP_DETAIL_ID, MAP_ID, EXT_PROCESS_ID, and HUB_ID. Transaction classification is provided by TRANSACTION_TYPE, TRANSACTION_SUBTYPE, STANDARD_CODE, EXT_TYPE, EXT_SUBTYPE, and DIRECTION (listed in the column metadata as TRANSACTION_DIRECTION). Connection attributes include CONNECTION_TYPE, HUB_USER_ID, PROTOCOL_TYPE, PROTOCOL_ADDRESS, USERNAME, PASSWORD, ROUTING_ID, and CONFIRMATION. The DECODE expressions are significant: when CONNECTION_TYPE is 'DIRECT', protocol type and address are taken from the detail row; otherwise they are drawn from the hub. Similarly, when HUB_USER_ID is null, username, password, and source location come from the detail row, otherwise from the hub user record. Audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and OMB_SYNC and location codes complete the projection.
Common Use Cases and Queries
Typical uses include verifying partner connectivity setup, auditing protocol and credential assignment, and tracing which transaction types and standards a given trading partner detail row supports.
- List all trading partner connections with protocol and direction:
SELECT tp_detail_id, transaction_type, standard_code, connection_type, protocol_type, protocol_address, direction FROM apps.ecx_tp_details_v ORDER BY tp_detail_id; - Identify direct-connect partners and their addresses:
SELECT tp_detail_id, ext_type, protocol_type, protocol_address, username, source_tp_location_code FROM apps.ecx_tp_details_v WHERE connection_type = 'DIRECT'; - Find connections routed through a hub user:
SELECT tp_detail_id, hub_id, hub_user_id, username, protocol_type, external_tp_location_code FROM apps.ecx_tp_details_v WHERE hub_user_id IS NOT NULL;
Because the view masks stored values for direct versus hub-based credentials, it should be treated as configuration-sensitive data, consistent with the Oracle Proprietary, Confidential Information marking on the source documentation.
-
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 ,
-
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 ,
-
APPS.M4R_OM_CONF_PKG SQL Statements
12.1.1
-
VIEW: APPS.AR_DOCUMENT_TRANSFERS_V
12.1.1
-
APPS.M4R_OM_CONF_PKG SQL Statements
12.2.2
-
APPS.HR_KI_WF_MISC SQL Statements
12.2.2
-
VIEW: APPS.AR_DOCUMENT_TRANSFERS_V
12.2.2
-
View: AR_DOCUMENT_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
View: AR_DOCUMENT_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_TRANSFERS_V, object_name:AR_DOCUMENT_TRANSFERS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_TRANSFERS_V ,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.ECX_HUB_USERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_HUB_USERS, status:VALID,
-
PACKAGE BODY: APPS.OKL_XMLGEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_XMLGEN_PVT, status:VALID,
-
PACKAGE BODY: APPS.HR_KI_WF_MISC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_KI_WF_MISC, status:VALID,
-
SYNONYM: APPS.ECX_STANDARDS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_STANDARDS_B, status:VALID,
-
PACKAGE BODY: APPS.XNB_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XNB_UTIL_PVT, status:VALID,
-
APPS.OKL_ESG_TRANSPORT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKL_XMLGEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_XMLGEN_PVT, status:VALID,
-
APPS.XNB_UTIL_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ECX_TRADING_PARTNER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_TRADING_PARTNER_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKL_ESG_TRANSPORT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ESG_TRANSPORT_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.XNB_SALES_ORDER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XNB_SALES_ORDER_PVT, status:VALID,
-
APPS.HR_KI_WF_MISC SQL Statements
12.1.1
-
SYNONYM: APPS.ECX_TRANSACTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_TRANSACTIONS_B, status:VALID,
-
SYNONYM: APPS.ECX_HUBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_HUBS, status:VALID,
-
SYNONYM: APPS.ECX_TRANSACTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_TRANSACTIONS_B, status:VALID,
-
SYNONYM: APPS.ECX_STANDARDS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_STANDARDS_B, status:VALID,
-
APPS.OKL_XMLGEN_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.ECX_HUBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_HUBS, status:VALID,
-
PACKAGE BODY: APPS.XNB_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNB_UTIL_PVT, status:VALID,
-
SYNONYM: APPS.ECX_HUB_USERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_HUB_USERS, status:VALID,
-
APPS.OKL_XMLGEN_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HR_KI_WF_MISC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_KI_WF_MISC, status:VALID,
-
SYNONYM: APPS.ECX_EXT_PROCESSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_EXT_PROCESSES, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_WF, status:VALID,
-
APPS.XNB_UTIL_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.M4R_OM_CONF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:M4R_OM_CONF_PKG, status:VALID,
-
PACKAGE BODY: APPS.M4R_OM_CONF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:M4R_OM_CONF_PKG, status:VALID,
-
PACKAGE BODY: APPS.ECX_TRADING_PARTNER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ECX_TRADING_PARTNER_PVT, status:VALID,
-
SYNONYM: APPS.ECX_EXT_PROCESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ECX_EXT_PROCESSES, status:VALID,
-
PACKAGE BODY: APPS.XNB_SALES_ORDER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XNB_SALES_ORDER_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ESG_TRANSPORT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ESG_TRANSPORT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_PRE_PROCESS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_PRE_PROCESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.HR_KI_INTEGRATIONS_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_KI_INTEGRATIONS_API, status:VALID,
-
PACKAGE BODY: APPS.HR_KI_INTEGRATIONS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_KI_INTEGRATIONS_API, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_IMPORT_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_IMPORT_WF, status:VALID,
-
SYNONYM: APPS.ECX_TP_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ECX_TP_DETAILS, status:VALID,
-
APPS.ECX_TRADING_PARTNER_PVT SQL Statements
12.1.1