
Database Schema Reference
Table
Name | Index Null? Type | Description |
PROCESSID
ACTIVITYID
✔
✔
NUMBER(38) | Unique identifier for the process instance |
| in which this activity instance occurs. |
NUMBER(38) | Identifier for the activity instance in the |
| process instance designated by |
| PROCESSID. |
Table B-9 WFHControl
Name | Index Null? Type | Description |
|
|
|
NEXTSESSIONID | NUMBER(38) | System maintained sequence for session |
|
| ID values. |
NEXTPROCESSID | NUMBER(38) | System maintained sequence for process |
|
| ID values. |
NEXTTIMERID | NUMBER(38) | System maintained sequence for timer |
|
| ID values. |
HISTORYDETAIL | NUMBER(38) | Internal use only. |
|
|
|
Table B-10 WFHLocks
Name | Index Null? Type | Description |
PROCESSID
ATTNAME
ACTIVITYID
✔
✔
NUMBER(38) | Unique identifier for the process instance |
| in which this process attribute occurs. |
VARCHAR2(64) | Name of the process attribute. |
NUMBER(38) | If the access to the process attribute is |
| associated with an activity, the unique |
| identifier for this activity instance. |
SESSIONID | NUMBER(38) | If the access to the process attribute is |
|
| associated with a user session, the |
|
| unique identifier for this session. |
|
|
|
Appendix B Engine Database Schema 337