[Home] [Help]
[Dependency Information]
Object Name: | WF_ITEM_ACTIVITY_STATUSES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The WF_ITEM_ACTIVITY_STATUSES TABLE is the runtime table for a work
item. Each row includes the start and end date, result code, and any
error information an activity generates.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WF_ITEM_ACTIVITY_STATUSES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
WF_ITEM_ACTIVITY_STATUSES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
WF_ITEM_ACTIVITY_STATUSES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
WF_ITEM_ACTIVITY_STATUSES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
WF_ITEM_ACTIVITY_STATUSES_N4 | 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 |
PROCESS_ACTIVITY | NUMBER | Yes | Activity in process | |
ACTIVITY_STATUS | VARCHAR2 | (8) | Status determines how an activity should run & what it should be after it was run | |
ACTIVITY_RESULT_CODE | VARCHAR2 | (30) | The result code that determines which path to take to next activity | |
ASSIGNED_USER | VARCHAR2 | (320) | Role assigned at runtime | |
NOTIFICATION_ID | NUMBER | Notification identifier | ||
BEGIN_DATE | DATE | Activity's start date | ||
END_DATE | DATE | Activity's end date | ||
EXECUTION_TIME | NUMBER | Used to sequence activities while running | ||
ERROR_NAME | VARCHAR2 | (30) | Internal message name | |
ERROR_MESSAGE | VARCHAR2 | (2000) | Translated message text | |
ERROR_STACK | VARCHAR2 | (4000) | Stack of function calls | |
OUTBOUND_QUEUE_ID | RAW | (16) | Identifier for workflow outbound advanced queue | |
DUE_DATE | DATE | Date after which activity is timed out | ||
SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment | |
ACTION | VARCHAR2 | (30) | ACTION | |
PERFORMED_BY | VARCHAR2 | (320) | PERFORMED_BY | |
INST_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_TYPE
, ITEM_KEY
, PROCESS_ACTIVITY
, ACTIVITY_STATUS
, ACTIVITY_RESULT_CODE
, ASSIGNED_USER
, NOTIFICATION_ID
, BEGIN_DATE
, END_DATE
, EXECUTION_TIME
, ERROR_NAME
, ERROR_MESSAGE
, ERROR_STACK
, OUTBOUND_QUEUE_ID
, DUE_DATE
, SECURITY_GROUP_ID
, ACTION
, PERFORMED_BY
, INST_ID
FROM APPLSYS.WF_ITEM_ACTIVITY_STATUSES;
APPLSYS.WF_ITEM_ACTIVITY_STATUSES does not reference any database object
APPLSYS.WF_ITEM_ACTIVITY_STATUSES is referenced by following:
|
|
|