SBS_WORKFLOW_EXECUTIONS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
| Name | Columns |
|---|---|
|
SBS_WORKFLOW_EXECUTIONS_PK |
WF_EXEC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| WF_EXEC_ID | NUMBER | 18 | Yes | The identifier column for every step executed under the same workflow execution Id. | |
| WF_REQUEST_ID | NUMBER | 18 | Yes | Foreign key reference to workflow job requests identifier | |
| WF_EXEC_NAME | VARCHAR2 | 100 | Yes | This column for every workflow/step job name | |
| WF_EXEC_STATUS | VARCHAR2 | 25 | Yes | This column stores the status ot the step(s) execution like Running, Successful, Failed, Cancelled | |
| WF_EXEC_CONTEXT | BLOB | The column stores the job execution context such as job request etc., | |||
| WF_LEVEL_EXEC_ID | NUMBER | 18 | ID of the main workflow execution record that represents the overal workflow job. | ||
| START_TIIME | TIMESTAMP | Actual start time of job | |||
| END_TIME | TIMESTAMP | Actual end time of the job. | |||
| LAST_PUBLISHED_STATUS | VARCHAR2 | 25 | Column to track last published status for job scheduler to consume | ||
| 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_EXECUTIONS_U1 | Unique | DEFAULT | WF_EXEC_ID |