DBA Data[Home] [Help] [Dependency Information]


TABLE: WSH.WSH_ITM_VENDOR_STYLESHEETS

Object Details
Object Name: WSH_ITM_VENDOR_STYLESHEETS
Object Type: TABLE
Owner: WSH
FND Design Data: TableWSH.WSH_ITM_VENDOR_STYLESHEETS
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'.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
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
Query Text

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
FROM WSH.WSH_ITM_VENDOR_STYLESHEETS;

Dependencies

[top of page]

WSH.WSH_ITM_VENDOR_STYLESHEETS does not reference any database object

WSH.WSH_ITM_VENDOR_STYLESHEETS is referenced by following:

SchemaAPPS
SynonymWSH_ITM_VENDOR_STYLESHEETS