[Home] [Help]
[Dependency Information]
Object Name: | WSH_ITM_VENDOR_STYLESHEETS |
---|---|
Object Type: | TABLE |
Owner: | WSH |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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 to send the requests in the Vendor specific format. Currently this table will have only one seeeded row for the service provider 'CLEARCROSS'.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WSH_ITM_VENDOR_STYLESHEETS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SERVICE_TYPE | VARCHAR2 | (35) | Yes | Service Type |
SERVICE_PROVIDER | VARCHAR2 | (100) | Yes | Partner ITM Application |
VENDOR_SERVICE_ID | NUMBER | Yes | Foreign Key to WSH_ITM_VENDOR_SERVICES.VENDOR_SERVICE_ID. | |
REQ_STYLESHEET | VARCHAR2 | (100) | Yes | The Stylesheet that is applied on the Generic Request to produce Vendor Specific Request. |
RES_STYLESHEET | VARCHAR2 | (100) | Yes | The Stylesheet(XSL File) that is applied on the Vendors Response to obtain Generic Response. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SERVICE_TYPE
, SERVICE_PROVIDER
, VENDOR_SERVICE_ID
, REQ_STYLESHEET
, RES_STYLESHEET
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM WSH.WSH_ITM_VENDOR_STYLESHEETS;
WSH.WSH_ITM_VENDOR_STYLESHEETS does not reference any database object
WSH.WSH_ITM_VENDOR_STYLESHEETS is referenced by following:
|
|
|