MSC_BOR_STATISTICS

Table to monitor the statistics of Create Bills of Resources ESS job.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_BOR_STATISTICS_PK

REFRESH_NUMBER, TASK_CODE

Columns

Name Datatype Length Precision Not-null Comments
REFRESH_NUMBER NUMBER Yes Unique number of Create Bills of Resource job.
TASK_CODE VARCHAR2 100 Yes Unique task code of a task in Create Bills of Resource job.
TASK_TYPE NUMBER Yes Task type represents the type of the task, example: single, multiple, profile etc.
START_TIME TIMESTAMP Start time represents the start date and time when the task is started.
END_TIME TIMESTAMP End time represents the end date and time when the task is completed.
EXECUTION_TIME VARCHAR2 100 Represents the total time taken for completing the task.
COUNT NUMBER Number of times the task is performed.
TASK_DETAILS VARCHAR2 3200 Task details provide more information about the task.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_BOR_STATISTICS_U1 Unique Default REFRESH_NUMBER, TASK_CODE