Search Results vendor table
The WSH_ITM_VENDOR_STYLESHEETS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Warehouse Management (WSH) module, specifically designed to manage vendor-specific stylesheet mappings for item master data integration. This table plays a pivotal role in facilitating seamless data exchange between Oracle EBS and external vendor systems by defining transformation rules for item attributes during inbound or outbound transactions. Below is a detailed technical breakdown of its purpose, structure, and functional significance.
Purpose and Functional Context
TheWSH_ITM_VENDOR_STYLESHEETS
table stores metadata that governs how item data is formatted or transformed when interfacing with third-party vendors. It is primarily utilized in scenarios where Oracle EBS must adhere to vendor-specific data formats, such as Electronic Data Interchange (EDI) transactions, Advanced Shipment Notices (ASNs), or procurement integrations. By maintaining stylesheet mappings, the table ensures compatibility between Oracle's internal item representation and external vendor requirements, reducing manual data reconciliation efforts.
Table Structure and Key Columns
The table's schema includes columns that define vendor-specific stylesheet associations, transformation rules, and contextual metadata. Key columns typically include:- VENDOR_ID: Foreign key linking to
AP_SUPPLIERS
, identifying the vendor. - STYLESHEET_ID: Unique identifier for the stylesheet, often referencing XML or XSLT files.
- ITEM_ID: Optional reference to specific items in
MTL_SYSTEM_ITEMS_B
for granular control. - ORGANIZATION_ID: Links to
HR_ORGANIZATION_UNITS
, scoping stylesheets to specific inventory orgs. - ENABLED_FLAG: Boolean indicating whether the mapping is active.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record lifecycle.
Integration with Oracle EBS Modules
The table interacts with several EBS components:- Inventory (INV): Stylesheets may transform item attributes like UOM or serialization during vendor receipts.
- Purchasing (PO): Ensures purchase order item data aligns with vendor expectations.
- Order Management (OM): Facilitates outbound shipment documentation formatting.
Technical Implementation
Stylesheets referenced in this table are typically XSLT files stored in Oracle's concurrent program file system or the database as BLOBs. During runtime, the Oracle Integration Repository or custom PL/SQL logic applies these transformations using Oracle XDK (XML Developer Kit) utilities. For example, an ASN generated via theWSH_ASN_PUB
API might leverage a vendor-specific stylesheet to reformat item descriptions or codes before transmission.
Customization and Extension Points
Organizations often extend this table's functionality by:- Adding custom columns (via descriptive flexfields) to support proprietary vendor requirements.
- Developing triggers or APIs to dynamically select stylesheets based on business rules.
- Integrating with Oracle SOA Suite for advanced transformation scenarios.
Version-Specific Considerations
In EBS 12.2.2, enhancements to the WebLogic middleware layer may impact stylesheet processing performance, while 12.1.1 relies more heavily on database-tier transformations. Both versions maintain backward compatibility with the table's core structure, though 12.2.2 introduces improved logging via FND_LOG.Best Practices
To optimize usage:- Index
VENDOR_ID
andORGANIZATION_ID
for join performance. - Validate stylesheet syntax using Oracle XML Publisher utilities.
- Leverage Oracle's seeded stylesheets as templates for custom developments.
-
Table: WSH_ITM_VENDOR_STYLESHEETS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_STYLESHEETS, object_name:WSH_ITM_VENDOR_STYLESHEETS, status:VALID, product: WSH - Shipping Execution , description: The Request and Response Stylesheet names for a Vendor are stored in this table. If the vendor does not support Oracle ITM XML API and if Oracle has special integration with the Vendor these stylesheets are applied on the Oracle ITM XML API , implementation_dba_data: WSH.WSH_ITM_VENDOR_STYLESHEETS ,
-
Table: WSH_ITM_VENDOR_STYLESHEETS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_VENDOR_STYLESHEETS, object_name:WSH_ITM_VENDOR_STYLESHEETS, status:VALID, product: WSH - Shipping Execution , description: The Request and Response Stylesheet names for a Vendor are stored in this table. If the vendor does not support Oracle ITM XML API and if Oracle has special integration with the Vendor these stylesheets are applied on the Oracle ITM XML API , implementation_dba_data: WSH.WSH_ITM_VENDOR_STYLESHEETS ,
-
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_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 ,
-
Table: WSH_ITM_SERVICE_PARAMETERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_SERVICE_PARAMETERS, object_name:WSH_ITM_SERVICE_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Stores additional parameters of a service (for every vendor) as name value pairs. , implementation_dba_data: WSH.WSH_ITM_SERVICE_PARAMETERS ,
-
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_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_SERVICE_PARAMETERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_SERVICE_PARAMETERS, object_name:WSH_ITM_SERVICE_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Stores additional parameters of a service (for every vendor) as name value pairs. , implementation_dba_data: WSH.WSH_ITM_SERVICE_PARAMETERS ,
-
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 ,
-
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_SERVICE_PREFERENCES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_SERVICE_PREFERENCES, object_name:WSH_ITM_SERVICE_PREFERENCES, status:VALID, product: WSH - Shipping Execution , description: Stores the service preferences of a Master Organization, Application. Service Preferemnces include specifying which Vendor to post for a particular service and the priority of these requests , implementation_dba_data: WSH.WSH_ITM_SERVICE_PREFERENCES ,
-
Table: WSH_ITM_SERVICE_PREFERENCES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_SERVICE_PREFERENCES, object_name:WSH_ITM_SERVICE_PREFERENCES, status:VALID, product: WSH - Shipping Execution , description: Stores the service preferences of a Master Organization, Application. Service Preferemnces include specifying which Vendor to post for a particular service and the priority of these requests , implementation_dba_data: WSH.WSH_ITM_SERVICE_PREFERENCES ,
-
Table: WSH_FREIGHT_COSTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
Table: WSH_CC_REQUEST_SETUPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CC_REQUEST_SETUPS, object_name:WSH_CC_REQUEST_SETUPS, status:VALID, product: WSH - Shipping Execution , description: Request Setup Information , implementation_dba_data: WSH.WSH_CC_REQUEST_SETUPS ,
-
Table: WSH_FTE_DLVY_HDR_INTERFACE
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: WSH_ZONE_REGIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ZONE_REGIONS, object_name:WSH_ZONE_REGIONS, status:VALID, product: WSH - Shipping Execution , description: Stores hierarchy for zones. Each region component of a zone has a record in this table. , implementation_dba_data: WSH.WSH_ZONE_REGIONS ,
-
Table: WSH_FOLDER_EXTENSIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FOLDER_EXTENSIONS, object_name:WSH_FOLDER_EXTENSIONS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: WSH.WSH_FOLDER_EXTENSIONS ,
-
Table: WSH_GRANTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_GRANTS, object_name:WSH_GRANTS, status:VALID, product: WSH - Shipping Execution , description: Grants in Roles and Users , implementation_dba_data: WSH.WSH_GRANTS ,
-
Table: WSH_TRANSACTIONS_HISTORY
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRANSACTIONS_HISTORY, object_name:WSH_TRANSACTIONS_HISTORY, status:VALID, product: WSH - Shipping Execution , description: Transaction History , implementation_dba_data: WSH.WSH_TRANSACTIONS_HISTORY ,
-
Table: WSH_ITM_DENIED_PARTIES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_DENIED_PARTIES, object_name:WSH_ITM_DENIED_PARTIES, status:VALID, product: WSH - Shipping Execution , description: In WSH_ITM_RESPONSE_LINES we store the scanning results of all the parties in a request. If a Denied Party match is found for any of the parties the corresponding details of the match are stored in this table , implementation_dba_data: WSH.WSH_ITM_DENIED_PARTIES ,
-
Table: WSH_CC_SERVICE_SETUPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CC_SERVICE_SETUPS, object_name:WSH_CC_SERVICE_SETUPS, status:VALID, product: WSH - Shipping Execution , description: Service Setup Information , implementation_dba_data: WSH.WSH_CC_SERVICE_SETUPS ,
-
Table: WSH_REGION_LOCATIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGION_LOCATIONS, object_name:WSH_REGION_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Stores mapping of locations to regions. This includes separate records for the most specific region mapped as well as records for its parents. , implementation_dba_data: WSH.WSH_REGION_LOCATIONS ,
-
Table: WSH_FTE_TRANSACTION_EXCEPTIONS
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
Table: WSH_REGIONS_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGIONS_INTERFACE, object_name:WSH_REGIONS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Regions interface table - used to store region data before upload into regular region tables , implementation_dba_data: WSH.WSH_REGIONS_INTERFACE ,
-
Table: WSH_CC_TRANS_CONTROL
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CC_TRANS_CONTROL, object_name:WSH_CC_TRANS_CONTROL, status:VALID, product: WSH - Shipping Execution , description: Transaction Control Table , implementation_dba_data: WSH.WSH_CC_TRANS_CONTROL ,
-
Table: WSH_DELIVERY_ASSIGNMENTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignments , implementation_dba_data: WSH.WSH_DELIVERY_ASSIGNMENTS ,
-
Table: WSH_ITM_REQUEST_CONTROL
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_REQUEST_CONTROL, object_name:WSH_ITM_REQUEST_CONTROL, status:VALID, product: WSH - Shipping Execution , description: This table acts as the Request Interface table for ITM requests , implementation_dba_data: WSH.WSH_ITM_REQUEST_CONTROL ,
-
Table: WSH_ITM_ITEMS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_ITEMS, object_name:WSH_ITM_ITEMS, status:VALID, product: WSH - Shipping Execution , description: Stores item information required for license determination. Submitting a request to ITM Adapter for license determination involves creating a row in WSH_ITM_REQUEST_CONTROL and all the items involved in this transaction have to be populated , implementation_dba_data: WSH.WSH_ITM_ITEMS ,
-
Table: WSH_OTM_LOCATIONS_GTMP
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_OTM_LOCATIONS_GTMP, object_name:WSH_OTM_LOCATIONS_GTMP, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: WSH.WSH_OTM_LOCATIONS_GTMP ,
-
Table: WSH_NEW_DEL_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DEL_INTERFACE, object_name:WSH_NEW_DEL_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Deliveries Interface Table , implementation_dba_data: WSH.WSH_NEW_DEL_INTERFACE ,
-
Table: WSH_SAVED_QUERIES_TL
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SAVED_QUERIES_TL, object_name:WSH_SAVED_QUERIES_TL, status:VALID, product: WSH - Shipping Execution , description: Translated Saved Queries , implementation_dba_data: WSH.WSH_SAVED_QUERIES_TL ,
-
Table: WSH_CARRIER_SERVICES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SERVICES, object_name:WSH_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services Information , implementation_dba_data: WSH.WSH_CARRIER_SERVICES ,
-
Table: WSH_TRIP_STOPS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIP_STOPS_INTERFACE, object_name:WSH_TRIP_STOPS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Trip Stops Interface Table , implementation_dba_data: WSH.WSH_TRIP_STOPS_INTERFACE ,
-
Table: WSH_ACTIVITY_GROUPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ACTIVITY_GROUPS, object_name:WSH_ACTIVITY_GROUPS, status:VALID, product: WSH - Shipping Execution , description: Activity Groups , implementation_dba_data: WSH.WSH_ACTIVITY_GROUPS ,
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_SAVED_QUERIES_B
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SAVED_QUERIES_B, object_name:WSH_SAVED_QUERIES_B, status:VALID, product: WSH - Shipping Execution , description: Base table for Saved Queries , implementation_dba_data: WSH.WSH_SAVED_QUERIES_B ,
-
Table: WSH_PICK_SEQUENCE_RULES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICK_SEQUENCE_RULES, object_name:WSH_PICK_SEQUENCE_RULES, status:VALID, product: WSH - Shipping Execution , description: Pick Sequence Rules , implementation_dba_data: WSH.WSH_PICK_SEQUENCE_RULES ,
-
Table: WSH_GRANTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_GRANTS, object_name:WSH_GRANTS, status:VALID, product: WSH - Shipping Execution , description: Grants in Roles and Users , implementation_dba_data: WSH.WSH_GRANTS ,
-
Table: WSH_ITM_DENIED_PARTIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ITM_DENIED_PARTIES, object_name:WSH_ITM_DENIED_PARTIES, status:VALID, product: WSH - Shipping Execution , description: In WSH_ITM_RESPONSE_LINES we store the scanning results of all the parties in a request. If a Denied Party match is found for any of the parties the corresponding details of the match are stored in this table , implementation_dba_data: WSH.WSH_ITM_DENIED_PARTIES ,
-
Table: WSH_CC_SERVICE_SETUPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CC_SERVICE_SETUPS, object_name:WSH_CC_SERVICE_SETUPS, status:VALID, product: WSH - Shipping Execution , description: Service Setup Information , implementation_dba_data: WSH.WSH_CC_SERVICE_SETUPS ,
-
Table: WSH_CC_RESPONSE_HEADERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CC_RESPONSE_HEADERS, object_name:WSH_CC_RESPONSE_HEADERS, status:VALID, product: WSH - Shipping Execution , description: Response Header Information , implementation_dba_data: WSH.WSH_CC_RESPONSE_HEADERS ,
-
Table: WSH_CARRIER_SITES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SITES, object_name:WSH_CARRIER_SITES, status:VALID, product: WSH - Shipping Execution , description: Carrier Sites , implementation_dba_data: WSH.WSH_CARRIER_SITES ,
-
Table: WSH_REGION_LOCATIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGION_LOCATIONS, object_name:WSH_REGION_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Stores mapping of locations to regions. This includes separate records for the most specific region mapped as well as records for its parents. , implementation_dba_data: WSH.WSH_REGION_LOCATIONS ,
-
Table: WSH_ORG_CARRIER_SERVICES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ORG_CARRIER_SERVICES, object_name:WSH_ORG_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services enabled in Organizations , implementation_dba_data: WSH.WSH_ORG_CARRIER_SERVICES ,
-
Table: WSH_DELIVERY_LEG_ACTIVITIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_LEG_ACTIVITIES, object_name:WSH_DELIVERY_LEG_ACTIVITIES, status:VALID, product: WSH - Shipping Execution , description: Delivery Leg Activities , implementation_dba_data: WSH.WSH_DELIVERY_LEG_ACTIVITIES ,
-
Table: WSH_LOCATION_OWNERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_LOCATION_OWNERS, object_name:WSH_LOCATION_OWNERS, status:VALID, product: WSH - Shipping Execution , description: Stores information about location owners , implementation_dba_data: WSH.WSH_LOCATION_OWNERS ,
-
Table: WSH_DEL_DETAILS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_DETAILS_INTERFACE, object_name:WSH_DEL_DETAILS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Detail interface Table , implementation_dba_data: WSH.WSH_DEL_DETAILS_INTERFACE ,
-
Table: WSH_ROLES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ROLES, object_name:WSH_ROLES, status:VALID, product: WSH - Shipping Execution , description: Roles for Roles and Users , implementation_dba_data: WSH.WSH_ROLES ,
-
Table: WSH_FTE_ACK_INTERFACE
12.2.2
product: WSH - Shipping Execution , description: Oracle Transportation Integration Acknowledgement Interface , implementation_dba_data: Not implemented in this database ,