[Home] [Help]
[Dependency Information]
| Object Name: | WF_ACTIVITY_TRANSITIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_ACTIVITY_TRANSITIONS
|
| Subobject Name: | |
| Status: | VALID |
The WF_ACTIVITY_TRANSITIONS table defines the transitions from one
activity to another in a process. Each row includes the activities at
the beginning and end of the transition, as well as the result code
and physical location of the transition in the process window.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_ACTIVITY_TRANSITIONS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
FROM_PROCESS_ACTIVITY
RESULT_CODE
TO_PROCESS_ACTIVITY
ZD_EDITION_NAME
|
| WF_ACTIVITY_TRANSITIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
TO_PROCESS_ACTIVITY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FROM_PROCESS_ACTIVITY | NUMBER | Yes | Origin activity of the transition | |
| RESULT_CODE | VARCHAR2 | (30) | Yes | Y or N code asociated with the transition |
| TO_PROCESS_ACTIVITY | NUMBER | Yes | Destination activity of the transition | |
| PROTECT_LEVEL | NUMBER | Yes | Level at which the data is protected | |
| CUSTOM_LEVEL | NUMBER | Yes | Level of user who last updated the row | |
| ARROW_GEOMETRY | VARCHAR2 | (2000) | Coordinates of the transition arrow | |
| 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 FROM_PROCESS_ACTIVITY
, RESULT_CODE
, TO_PROCESS_ACTIVITY
, PROTECT_LEVEL
, CUSTOM_LEVEL
, ARROW_GEOMETRY
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM APPLSYS.WF_ACTIVITY_TRANSITIONS;
APPLSYS.WF_ACTIVITY_TRANSITIONS does not reference any database object
APPLSYS.WF_ACTIVITY_TRANSITIONS is referenced by following:
APPLSYS
WF_ACTIVITY_TRANSITIONS#
|
|
|
|