SBS_WORKFLOW_EXEC_STEPS

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SBS_WORKFLOW_EXEC_STEPS_PK

WF_EXECUTION_STEP_ID

Columns

Name Datatype Length Precision Not-null Comments
WF_EXECUTION_STEP_ID NUMBER 18 Yes The identifier column for every step executed under the same workflow execution Id.
WF_EXECUTION_ID NUMBER 18 Yes The column for every workflow request submitted via the job scheduler, acts as a foreign key.
WF_EXECUTION_STEP_STATUS VARCHAR2 100 Yes This column displays the status of the step under the workflow request.
WF_EXECUTION_STEP_PAYLOAD CLOB This column stores the attributes for Spectra Workflow submission that are part of the payload for a particular step
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_STEPS_U1 Unique Default WF_EXECUTION_STEP_ID