Search Results wsh_itm_vendors
Overview
The WSH_ITM_VENDORS table is a core reference table within the Oracle E-Business Suite Shipping Execution (WSH) module. It functions as the master repository for registering and managing partner Integrated Transportation Management (ITM) applications. ITM refers to the framework for integrating external transportation and logistics service providers, such as carriers or freight forwarders, directly into the EBS shipping workflow. This table is essential for enabling automated rate shopping, shipment booking, tracking, and label generation by defining the universe of available external logistics partners that the system can interact with.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the primary key is documented as VENDOR_ID. Based on its function and standard Oracle EBS design patterns, this table typically stores key identifiers for each logistics partner. Common columns in such a reference table would include a unique VENDOR_ID, the VENDOR_NAME, and codes or identifiers used by the partner's external system. It may also contain configuration flags to indicate the vendor's active status, the types of services supported (e.g., LTL, Parcel), and integration method details. The VENDOR_ID serves as the critical foreign key link to all associated configuration and transaction data stored in related ITM tables.
Common Use Cases and Queries
This table is primarily accessed for setup, configuration, and operational reporting of transportation partners. Common administrative tasks include querying all configured vendors or checking the status of a specific partner. A typical query would retrieve a list of all active ITM vendors: SELECT vendor_id, vendor_name FROM wsh_itm_vendors WHERE enabled_flag = 'Y' ORDER BY vendor_name;. For troubleshooting integration issues, support personnel often join this table to related setup tables to verify that a vendor's parameters and services are correctly defined. The table is also central to any custom report analyzing carrier usage or performance across shipments, requiring joins to delivery and trip tables via the related ITM transaction structures.
Related Objects
The WSH_ITM_VENDORS table sits at the top of a hierarchy of ITM configuration tables, as evidenced by its foreign key relationships. Its primary key (VENDOR_ID) is referenced by the following tables, which store more granular setup and transactional data for each vendor:
- WSH_ITM_USER_SETUPS: Links vendors to specific EBS user accounts and their preferences.
- WSH_ITM_VENDOR_PARAMETERS: Stores configuration parameters required for communicating with the vendor's application (e.g., URLs, authentication keys).
- WSH_ITM_VENDOR_SERVICES: Defines the specific transportation services (like "Next Day Air") offered by the vendor.
- WSH_ITM_RESPONSE_HEADERS: Logs high-level responses received from the vendor's system for requests like rating or booking.
- WSH_ITM_RESPONSE_RULES: Contains rules for parsing and interpreting the structured data within vendor responses.
-
Table: WSH_ITM_VENDORS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDORS, object_name:WSH_ITM_VENDORS, status:VALID, product: WSH - Shipping Execution , description: This table stores the list of all the partner ITM Applications. , implementation_dba_data: WSH.WSH_ITM_VENDORS ,
-
Table: WSH_ITM_VENDORS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDORS, object_name:WSH_ITM_VENDORS, status:VALID, product: WSH - Shipping Execution , description: This table stores the list of all the partner ITM Applications. , implementation_dba_data: WSH.WSH_ITM_VENDORS ,
-
APPS.WSH_WSHRDIST_XMLP_PKG dependencies on WSH_ITM_VENDORS
12.2.2
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_VENDORS
12.1.1
-
APPS.WSH_WSHRDIST_XMLP_PKG dependencies on WSH_ITM_VENDORS
12.1.1
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_VENDORS
12.2.2
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_VENDOR_SERVICES
12.2.2
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_VENDOR_SERVICES
12.1.1
-
View: WSH_ITM_USER_SETUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_USER_SETUPS_V, object_name:WSH_ITM_USER_SETUPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_USER_SETUPS_V ,
-
VIEW: APPS.WSH_ITM_USER_SETUPS_V
12.2.2
-
VIEW: APPS.WSH_ITM_USER_SETUPS_V
12.1.1
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_SERVICE_PREFERENCES
12.2.2
-
VIEW: APPS.WSH_ITM_RESPONSE_RULES_V
12.2.2
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_SERVICE_PREFERENCES
12.1.1
-
VIEW: WSH.WSH_ITM_VENDORS#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_ITM_VENDORS#, status:VALID,
-
View: WSH_ITM_USER_SETUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_USER_SETUPS_V, object_name:WSH_ITM_USER_SETUPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_USER_SETUPS_V ,
-
APPS.WSH_ITM_UTIL SQL Statements
12.1.1
-
SYNONYM: APPS.WSH_ITM_VENDORS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_ITM_VENDORS, status:VALID,
-
SYNONYM: APPS.WSH_ITM_VENDORS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_ITM_VENDORS, status:VALID,
-
APPS.WSH_ITM_UTIL SQL Statements
12.2.2
-
VIEW: APPS.WSH_ITM_RESPONSE_RULES_V
12.1.1
-
VIEW: WSH.WSH_ITM_VENDORS#
12.2.2
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_REQUEST_CONTROL
12.1.1
-
TABLE: WSH.WSH_ITM_VENDORS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDORS, object_name:WSH_ITM_VENDORS, status:VALID,
-
Table: WSH_ITM_RESPONSE_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_RESPONSE_RULES, object_name:WSH_ITM_RESPONSE_RULES, status:VALID, product: WSH - Shipping Execution , description: This table stores the combinations of error code, error types for a vendor and their interpreted meanings. , implementation_dba_data: WSH.WSH_ITM_RESPONSE_RULES ,
-
Table: WSH_ITM_VENDOR_PARAMETERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_PARAMETERS, object_name:WSH_ITM_VENDOR_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Stores additional parameters (like Request Version, Request Handler) of a vendor as name value pairs. , implementation_dba_data: WSH.WSH_ITM_VENDOR_PARAMETERS ,
-
Table: WSH_ITM_RESPONSE_HEADERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_RESPONSE_HEADERS, object_name:WSH_ITM_RESPONSE_HEADERS, status:VALID, product: WSH - Shipping Execution , description: The response header stores general information about the response. For every request a response Header is created. , implementation_dba_data: WSH.WSH_ITM_RESPONSE_HEADERS ,
-
APPS.WSH_ITM_UTIL dependencies on WSH_ITM_REQUEST_CONTROL
12.2.2
-
TABLE: WSH.WSH_ITM_VENDORS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDORS, object_name:WSH_ITM_VENDORS, status:VALID,
-
PACKAGE BODY: APPS.WSH_ITM_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_ITM_UTIL, status:VALID,
-
Table: WSH_ITM_RESPONSE_RULES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_RESPONSE_RULES, object_name:WSH_ITM_RESPONSE_RULES, status:VALID, product: WSH - Shipping Execution , description: This table stores the combinations of error code, error types for a vendor and their interpreted meanings. , implementation_dba_data: WSH.WSH_ITM_RESPONSE_RULES ,
-
APPS.WSH_WSHRDIST_XMLP_PKG SQL Statements
12.1.1
-
Table: WSH_ITM_VENDOR_SERVICES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_SERVICES, object_name:WSH_ITM_VENDOR_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Stores all the services provided by a Vendor(Partner ITM Applications) , implementation_dba_data: WSH.WSH_ITM_VENDOR_SERVICES ,
-
APPS.WSH_WSHRDIST_XMLP_PKG SQL Statements
12.2.2
-
Table: WSH_ITM_VENDOR_PARAMETERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_PARAMETERS, object_name:WSH_ITM_VENDOR_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Stores additional parameters (like Request Version, Request Handler) of a vendor as name value pairs. , implementation_dba_data: WSH.WSH_ITM_VENDOR_PARAMETERS ,
-
Table: WSH_ITM_VENDOR_SERVICES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_SERVICES, object_name:WSH_ITM_VENDOR_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Stores all the services provided by a Vendor(Partner ITM Applications) , implementation_dba_data: WSH.WSH_ITM_VENDOR_SERVICES ,
-
Table: WSH_ITM_RESPONSE_HEADERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_RESPONSE_HEADERS, object_name:WSH_ITM_RESPONSE_HEADERS, status:VALID, product: WSH - Shipping Execution , description: The response header stores general information about the response. For every request a response Header is created. , implementation_dba_data: WSH.WSH_ITM_RESPONSE_HEADERS ,
-
View: WSH_ITM_RESPONSE_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_RESPONSE_RULES_V, object_name:WSH_ITM_RESPONSE_RULES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_RESPONSE_RULES_V ,
-
View: WSH_ITM_RESPONSE_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_RESPONSE_RULES_V, object_name:WSH_ITM_RESPONSE_RULES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_RESPONSE_RULES_V ,
-
PACKAGE BODY: APPS.WSH_ITM_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_ITM_UTIL, status:VALID,
-
Table: WSH_ITM_USER_SETUPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_USER_SETUPS, object_name:WSH_ITM_USER_SETUPS, status:VALID, product: WSH - Shipping Execution , description: Stores the login information of different partner ITM Applications. We allow registration at mutiple levels. A company may choose to have single login for entire company, or a separate login for each of its organizations or a separate login , implementation_dba_data: WSH.WSH_ITM_USER_SETUPS ,
-
PACKAGE BODY: APPS.WSH_WSHRDIST_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_WSHRDIST_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.WSH_WSHRDIST_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_WSHRDIST_XMLP_PKG, status:VALID,
-
Table: WSH_ITM_USER_SETUPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_USER_SETUPS, object_name:WSH_ITM_USER_SETUPS, status:VALID, product: WSH - Shipping Execution , description: Stores the login information of different partner ITM Applications. We allow registration at mutiple levels. A company may choose to have single login for entire company, or a separate login for each of its organizations or a separate login , implementation_dba_data: WSH.WSH_ITM_USER_SETUPS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.WSH_ITM_RESPONSE_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_RESPONSE_RULES_V, object_name:WSH_ITM_RESPONSE_RULES_V, status:VALID,
-
PACKAGE BODY: APPS.WSH_ITM_UTIL
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2