[Home] [Help]
[Dependency Information]
| Object Name: | WSH_ITM_PARAMETER_SETUPS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| FND Design Data: | WSH.WSH_ITM_PARAMETER_SETUPS_TL
|
| Subobject Name: | |
| Status: | VALID |
WSH_ITM_PARAMETER_SETUPS_TL stores the translatebale information for the Parameters.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WSH_ITM_PARAMETER_SETUPS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Foreign Key to WSH_ITM_PARAMETER_SETUPS_B.PARAMETER_ID | |
| SOURCE_LANG | VARCHAR2 | (30) | Yes | The Environment Language |
| LANGUAGE | VARCHAR2 | (240) | Yes | Database Language |
| DESCRIPTION | VARCHAR2 | (240) | A brief description of the parameter | |
| USER_PARAMETER_NAME | VARCHAR2 | (240) | User Parameter Name | |
| 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
, SOURCE_LANG
, LANGUAGE
, DESCRIPTION
, USER_PARAMETER_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM WSH.WSH_ITM_PARAMETER_SETUPS_TL;
WSH.WSH_ITM_PARAMETER_SETUPS_TL does not reference any database object
WSH.WSH_ITM_PARAMETER_SETUPS_TL is referenced by following:
WSH
WSH_ITM_PARAMETER_SETUPS_TL#
|
|
|
|