SBS_WORKFLOW_EXEC_REQUESTS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SBS_WORKFLOW_EXEC_REQUESTS_PK |
WF_EXECUTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
WF_EXECUTION_ID | NUMBER | 18 | Yes | The identifier column for every workflow request submitted via the job scheduler | |
WF_DEFINITION_NAME | VARCHAR2 | 100 | Yes | The name of the workflow definition for this execution request | |
SPECTRA_SERVICE_NAME | VARCHAR2 | 100 | Yes | The spectra service that owns this workflow | |
WF_DEFINITION_VERSION | VARCHAR2 | 100 | version of the workflow definition | ||
WF_SUBMITTER | VARCHAR2 | 128 | Yes | workflow exec request submitting user | |
START_TIME | TIMESTAMP | The start time of the workflow execution | |||
END_TIME | TIMESTAMP | The end time of the workflow execution | |||
LAST_ACTION_TIME | TIMESTAMP | Timestamp for last action | |||
LAST_ACTION | VARCHAR2 | 30 | Last action name, 'ENQUEUE_REQUEST', 'ENQUEUE_CANCEL_REQUEST' | ||
WORKFLOW_EXECUTION_STATUS | VARCHAR2 | 25 | Yes | This column displays the status of the workflow request. Valid values are Submitted, Running, Succeed, Failed | |
WF_PROGRESS | BLOB | This column store the near real-time progress information for the workflow request | |||
DATA_INPUT_PAYLOAD | BLOB | This column stores the attributes for Spectra Workflow submission that are part of the payload for Workflow request submission | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SBS_WORKFLOW_EXEC_REQUESTS_N1 | Non Unique | Default | WF_DEFINITION_NAME, SPECTRA_SERVICE_NAME |
SBS_WORKFLOW_EXEC_REQUESTS_U1 | Unique | Default | WF_EXECUTION_ID |