Data Dictionary
>
FPSBASE Tables
> FPSBASE.FR_W_WORKFLOW
Table FPSBASE.FR_W_WORKFLOW"
LogicNets stores all instances workflows in this table. Each instance of a workflow is uniquely identified by its id, this id will be used throughout the other tables for linking to the workflow.
-
Schema: FPSBASE
-
Tablespace: FPSDATA
-
Primary key: ID
-
Referenced by: FPSAPP.FR_W_WORKFLOW_STORAGE (ID) FPSAPP.FR_W_WORKFLOW_TASK (ID)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
ID |
NUMBER(16) |
N |
|
|
CREATED_DATE |
NUMBER(14,6) |
||
|
CREATED_USER |
VARCHAR2(200) |
||
|
FINISHED_DATE |
NUMBER(14,6) |
||
|
ORIGIN |
VARCHAR2(50) |
||
|
PARENT |
NUMBER(16) |