ZCH_SCORING_CALCULATIONS_INT

ZCH_SCORING_CALCULATIONS_INT is the interface table that stores the score for each object and used for updating the score.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
MODEL_UUID VARCHAR2 36 Yes The model id that the score is calculated for.
RECORD_ID NUMBER 18 Yes Primary Key of the record that the score is calculated for.
SCORE NUMBER 9 Yes Score that is calculated based on the model
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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
ZCH_SCORING_CALC_INT_U1 Unique Default MODEL_UUID, RECORD_ID