[Home] [Help]
[Dependency Information]
| Object Name: | WF_MESSAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_MESSAGES
|
| Subobject Name: | |
| Status: | VALID |
WF_MESSAGES contains the definitions of messages which may be sent out
as notifications.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_MESSAGES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
TYPE
NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TYPE | VARCHAR2 | (8) | Yes | Item type that owns the message |
| NAME | VARCHAR2 | (30) | Yes | Internal name of the message |
| PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
| CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
| DEFAULT_PRIORITY | NUMBER | Priority given to a message | ||
| READ_ROLE | VARCHAR2 | (320) | Not currently used | |
| WRITE_ROLE | VARCHAR2 | (320) | Not currently used | |
| SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TYPE
, NAME
, PROTECT_LEVEL
, CUSTOM_LEVEL
, DEFAULT_PRIORITY
, READ_ROLE
, WRITE_ROLE
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM APPLSYS.WF_MESSAGES;
APPLSYS.WF_MESSAGES does not reference any database object
APPLSYS.WF_MESSAGES is referenced by following:
APPLSYS
WF_MESSAGES#
|
|
|
|