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


TABLE: APPLSYS.WF_MESSAGE_ATTRIBUTES_TL

Object Details
Object Name: WF_MESSAGE_ATTRIBUTES_TL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.WF_MESSAGE_ATTRIBUTES_TL
Subobject Name:
Status: VALID


Translation table for the WF_MESSAGE_ATTRIBUTES table.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WF_MESSAGE_ATTRIBUTES_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMESSAGE_TYPE
ColumnMESSAGE_NAME
ColumnNAME
ColumnLANGUAGE
ColumnZD_EDITION_NAME
WF_MESSAGE_ATTRIBUTES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDISPLAY_NAME
ColumnMESSAGE_TYPE
ColumnMESSAGE_NAME
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
MESSAGE_TYPE VARCHAR2 (8) Yes Item type of the message
MESSAGE_NAME VARCHAR2 (30) Yes Internal name of the message
NAME VARCHAR2 (30) Yes Internal name
LANGUAGE VARCHAR2 (4) Yes Language
DISPLAY_NAME VARCHAR2 (80) Yes Name displayed to the user
PROTECT_LEVEL NUMBER
Yes Level at which the data is protected
CUSTOM_LEVEL NUMBER
Yes Level of user who last updated the row
DESCRIPTION VARCHAR2 (240)
Description
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
SECURITY_GROUP_ID VARCHAR2 (32)
identifier reserved for hosting environment
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT MESSAGE_TYPE
,      MESSAGE_NAME
,      NAME
,      LANGUAGE
,      DISPLAY_NAME
,      PROTECT_LEVEL
,      CUSTOM_LEVEL
,      DESCRIPTION
,      SOURCE_LANG
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM APPLSYS.WF_MESSAGE_ATTRIBUTES_TL;

Dependencies

[top of page]

APPLSYS.WF_MESSAGE_ATTRIBUTES_TL does not reference any database object

APPLSYS.WF_MESSAGE_ATTRIBUTES_TL is referenced by following:

SchemaAPPLSYS
ViewWF_MESSAGE_ATTRIBUTES_TL#