[Home] [Help]
[Dependency Information]
Object Name: | WF_ITEMS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WF_ITEMS is the runtime table for workflow processes. Each row
defines one work item within the system.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_ITEMS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
WF_ITEMS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
WF_ITEMS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
WF_ITEMS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
WF_ITEMS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
WF_ITEMS_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
WF_ITEMS_N6 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_TYPE | VARCHAR2 | (8) | Yes | Internal name for the Item Type |
ITEM_KEY | VARCHAR2 | (240) | Yes | Holds the primary key generated for the item type |
ROOT_ACTIVITY | VARCHAR2 | (30) | Yes | Top level proces it is running |
ROOT_ACTIVITY_VERSION | NUMBER | Yes | Version of the top level process | |
OWNER_ROLE | VARCHAR2 | (320) | Role of user who launched process | |
PARENT_ITEM_TYPE | VARCHAR2 | (8) | Identifies components of the parent process | |
PARENT_ITEM_KEY | VARCHAR2 | (240) | Identifies components of the parent process | |
PARENT_CONTEXT | VARCHAR2 | (2000) | Identifies components of the parent process | |
BEGIN_DATE | DATE | Yes | Start date | |
END_DATE | DATE | Date finished | ||
USER_KEY | VARCHAR2 | (240) | User friendly key | |
HA_MIGRATION_FLAG | VARCHAR2 | (1) | Supports Workflow migration for the High Availability project. | |
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, ITEM_KEY
, ROOT_ACTIVITY
, ROOT_ACTIVITY_VERSION
, OWNER_ROLE
, PARENT_ITEM_TYPE
, PARENT_ITEM_KEY
, PARENT_CONTEXT
, BEGIN_DATE
, END_DATE
, USER_KEY
, HA_MIGRATION_FLAG
, SECURITY_GROUP_ID
FROM APPLSYS.WF_ITEMS;
APPLSYS.WF_ITEMS does not reference any database object
APPLSYS.WF_ITEMS is referenced by following:
|
|
|