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


TABLE: APPLSYS.WF_EVENTS_TL

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


Translatable portions of events for Business Event System


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WF_EVENTS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnGUID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
GUID RAW (16) Yes Global Unique ID
LANGUAGE VARCHAR2 (4) Yes Language code that indicates what language these columns are in
DISPLAY_NAME VARCHAR2 (80) Yes Display name of event
DESCRIPTION VARCHAR2 (2000)
Description of event
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 GUID
,      LANGUAGE
,      DISPLAY_NAME
,      DESCRIPTION
,      SOURCE_LANG
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM APPLSYS.WF_EVENTS_TL;

Dependencies

[top of page]

APPLSYS.WF_EVENTS_TL does not reference any database object

APPLSYS.WF_EVENTS_TL is referenced by following:

SchemaAPPLSYS
ViewWF_EVENTS_TL#