FUN_ALLOC_STEP_EXEC_HISTORY

This table contains the status or result for each step of the allocation process that is processed.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: fun_alloc_step_exec_history

Primary Key

Name Columns

FUN_ALLOC_STEP_EXEC_HISTORY_PK

STEP_EXECUTION_ID

Columns

Name Datatype Length Precision Not-null Comments
STEP_EXECUTION_ID NUMBER 18 Yes Unique identifier for allocation process step execution history.
PROCESS_EXECUTION_ID NUMBER 18 Yes Identifies the Allocation Process Execution.
STEP_ID NUMBER 18 Yes Identifies the Allocation Process Step.
STEP_NAME VARCHAR2 100 Yes Indicates the name of Allocation Step.
STEP_DESCRIPTION VARCHAR2 512 Description of the Allocation Process Step.
STEP_TYPE_CODE VARCHAR2 30 Yes Type of the Allocation Process Step. Possible values are Allocation, Formula, and Reclass.
CONTROL_POINT_STEP_ID NUMBER 18 Yes Identifies the Allocation Step which refers to control point step.
CONTROL_POINT_EXECUTION_ID NUMBER 18 Yes Identifies the Allocation Step which refers to control point step.
RESULT_SET_ID NUMBER 18 Identifies the Result Set of Allocation Process Type.
STATUS_CODE VARCHAR2 30 Yes Status of Step Execution. Possible values are COMPLETED, RUNNING, and FAILED.
ERROR_MESSAGE BLOB Error message details when the step fails.
START_TIME TIMESTAMP Yes Start time of the step execution history
END_TIME TIMESTAMP End time of the step execution history
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_ALLOC_STEP_EXEC_HISTORY FUN_PROCESS_EXEC_HISTORY PROCESS_EXECUTION_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_ALLOC_STEP_EXEC_HIS_U1 Unique FUN_ALLOC_STEP_EXEC_HIS_U1 STEP_EXECUTION_ID