[Home] [Help]
[Dependency Information]
Object Name: | WF_ITEM_TYPES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The WF_ITEM_TYPES table defines an item that is transitioning through
a workflow process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_ITEM_TYPES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (8) | Yes | Internal name of the item type |
PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
WF_SELECTOR | VARCHAR2 | (240) | Selector function | |
READ_ROLE | VARCHAR2 | (320) | Not currently used | |
WRITE_ROLE | VARCHAR2 | (320) | Not currently used | |
EXECUTE_ROLE | VARCHAR2 | (320) | Not currently used | |
PERSISTENCE_TYPE | VARCHAR2 | (8) | Yes | Indicates whether item type is temporary or permanent |
PERSISTENCE_DAYS | NUMBER | Number of days until purge if persistence is temporary | ||
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
NUM_ACTIVE | NUMBER | Active Work Items | ||
NUM_ERROR | NUMBER | Errored Work Items | ||
NUM_DEFER | NUMBER | Deferred Work Items | ||
NUM_SUSPEND | NUMBER | Suspended Work Items | ||
NUM_COMPLETE | NUMBER | Completed Work Items | ||
NUM_PURGEABLE | NUMBER | Purgeable Work Items | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, PROTECT_LEVEL
, CUSTOM_LEVEL
, WF_SELECTOR
, READ_ROLE
, WRITE_ROLE
, EXECUTE_ROLE
, PERSISTENCE_TYPE
, PERSISTENCE_DAYS
, SECURITY_GROUP_ID
, NUM_ACTIVE
, NUM_ERROR
, NUM_DEFER
, NUM_SUSPEND
, NUM_COMPLETE
, NUM_PURGEABLE
, ZD_EDITION_NAME
FROM APPLSYS.WF_ITEM_TYPES;
APPLSYS.WF_ITEM_TYPES does not reference any database object
APPLSYS.WF_ITEM_TYPES is referenced by following:
|
|
|