[Home] [Help]
[Dependency Information]
| Object Name: | WF_EVENT_GROUPS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_EVENT_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
Groups of events for Business Event System
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_EVENT_GROUPS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
MEMBER_GUID
GROUP_GUID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_GUID | RAW | (16) | Yes | Event group global unique id |
| MEMBER_GUID | RAW | (16) | Yes | Event global unique id that belongs to above group |
| SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_GUID
, MEMBER_GUID
, SECURITY_GROUP_ID
FROM APPLSYS.WF_EVENT_GROUPS;
APPLSYS.WF_EVENT_GROUPS does not reference any database object
APPLSYS.WF_EVENT_GROUPS is referenced by following:
APPS
WF_EVENT_GROUPS
|
|
|
|