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


TABLE: WSH.WSH_ITM_PARAMETER_SETUPS_TL

Object Details
Object Name: WSH_ITM_PARAMETER_SETUPS_TL
Object Type: TABLE
Owner: WSH
FND Design Data: TableWSH.WSH_ITM_PARAMETER_SETUPS_TL
Subobject Name:
Status: VALID


WSH_ITM_PARAMETER_SETUPS_TL stores the translatebale information for the Parameters.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WSH_ITM_PARAMETER_SETUPS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARAMETER_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

WSH.WSH_ITM_PARAMETER_SETUPS_TL does not reference any database object

WSH.WSH_ITM_PARAMETER_SETUPS_TL is referenced by following:

SchemaWSH
ViewWSH_ITM_PARAMETER_SETUPS_TL#