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


TABLE: WMS.WMS_PARAMETERS_TL

Object Details
Object Name: WMS_PARAMETERS_TL
Object Type: TABLE
Owner: WMS
FND Design Data: TableWMS.WMS_PARAMETERS_TL
Subobject Name:
Status: VALID


WMS_PARAMETERS_TL stores language dependent information about parameters usable within WMS rules.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WMS_PARAMETERS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARAMETER_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
PARAMETER_ID NUMBER
Yes Parameter identifier
LANGUAGE VARCHAR2 (4) Yes Language code
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
SOURCE_LANG VARCHAR2 (4) Yes Source language code
NAME VARCHAR2 (110) Yes Parameter name
DESCRIPTION VARCHAR2 (320)
Parameter description
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARAMETER_ID
,      LANGUAGE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      NAME
,      DESCRIPTION
FROM WMS.WMS_PARAMETERS_TL;

Dependencies

[top of page]

WMS.WMS_PARAMETERS_TL does not reference any database object

WMS.WMS_PARAMETERS_TL is referenced by following:

SchemaAPPS
SynonymWMS_PARAMETERS_TL