[Home] [Help]
[Dependency Information]
Object Name: | WSH_ITM_SERVICE_PARAMETERS |
---|---|
Object Type: | TABLE |
Owner: | WSH |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores additional parameters of a service (for every vendor) as name value pairs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WSH_ITM_SERVICE_PARAMETERS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
WSH_ITM_SERVICE_PARAMETERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SERVICE_PARAMETER_ID | NUMBER | Yes | Primary Key | |
VENDOR_SERVICE_ID | NUMBER | Yes | Foreign Key to WSH_ITM_VENDOR_SERVICES.VENDOR_SERVICE_ID | |
PARAMETER_NAME | VARCHAR2 | (30) | Yes | Name of the Parameter. (Ex: Service Handler, Service Version) |
PARAMETER_VALUE | VARCHAR2 | (240) | Yes | Value of the Parameter |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT SERVICE_PARAMETER_ID
, VENDOR_SERVICE_ID
, PARAMETER_NAME
, PARAMETER_VALUE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM WSH.WSH_ITM_SERVICE_PARAMETERS;
WSH.WSH_ITM_SERVICE_PARAMETERS does not reference any database object
WSH.WSH_ITM_SERVICE_PARAMETERS is referenced by following:
|
|
|