[Home] [Help]
[Dependency Information]
Object Name: | WF_EVENTS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Translatable portions of events for Business Event System
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_EVENTS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT GUID
, LANGUAGE
, DISPLAY_NAME
, DESCRIPTION
, SOURCE_LANG
, SECURITY_GROUP_ID
FROM APPLSYS.WF_EVENTS_TL;
APPLSYS.WF_EVENTS_TL does not reference any database object
APPLSYS.WF_EVENTS_TL is referenced by following:
|
|
|