[Home] [Help]
[Dependency Information]
| Object Name: | WSH_ITM_PARAMETER_SETUPS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| FND Design Data: | WSH.WSH_ITM_PARAMETER_SETUPS_B
|
| Subobject Name: | |
| Status: | VALID |
WSH_ITM_PARAMETER_SETUPS_B stores the basic Non-translatable information for the Parameter Setup. These parameters are used to configure the java middle tier of the adapter
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSH_ITM_PARAMETER_SETUPS_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Primary Key | |
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | Parameter Name |
| VALUE | VARCHAR2 | (240) | Parameter Value | |
| DEFAULT_VALUE | VARCHAR2 | (240) | Default seeded value | |
| USER_SETTABLE | VARCHAR2 | (1) | Yes | Y/N. User cannot change the parameter value if this field is 'N'. |
| 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 PARAMETER_ID
, PARAMETER_NAME
, VALUE
, DEFAULT_VALUE
, USER_SETTABLE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM WSH.WSH_ITM_PARAMETER_SETUPS_B;
WSH.WSH_ITM_PARAMETER_SETUPS_B does not reference any database object
WSH.WSH_ITM_PARAMETER_SETUPS_B is referenced by following:
WSH
WSH_ITM_PARAMETER_SETUPS_B#
|
|
|
|