IEX_SCORE_HISTORIES

Stores historical data about collection scores.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

IEX_SCORE_HISTORIES_PK

SCORE_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
SCORE_HISTORY_ID NUMBER 18 Yes Primary key.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
STRATEGY_ASSIGNMENT_MATRIX_ID NUMBER 18 Identifier of a strategy assignment matrix.
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.
PROGRAM_ID NUMBER 18 Standard Who column.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.
SCORE_VALUE NUMBER Score value for this history entry.
SCORE_ID NUMBER 18 Foreign key to the IEX_SCORES table.
PARTY_ID NUMBER 18 Foreign key to the HZ_PARTIES table.
ICO_ID NUMBER 18 Not currently used.
DEL_DELINQUENCY_ID NUMBER Foreign key to IEX_DELINQUENCIES_ALL table.
SCORE_OBJECT_ID NUMBER 18 Identifier of the object to which the score applies.
SCORE_OBJECT_CODE VARCHAR2 25 The object code that describes the SCORE_OBJECT_ID column.
SECURITY_GROUP_ID NUMBER 18 Not currently used.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER 18 Standard Who column.
PROGRAM_UPDATE_DATE DATE Standard Who column.
CURRENT_RECORD_FLAG VARCHAR2 1 Identifier of the latest score for the score object, if the feature is enabled. If the score object has the latest score, the value is Y. Otherwise, the value is NULL.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_SCORE_HISTORIES iex_scores SCORE_ID
iex_score_data_point_histories iex_score_histories SCORE_HISTORY_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_SCORE_HISTORIES_N1 Non Unique Default SCORE_ID
IEX_SCORE_HISTORIES_N2 Non Unique Default SCORE_OBJECT_CODE, SCORE_OBJECT_ID, CREATION_DATE
IEX_SCORE_HISTORIES_N3 Non Unique Default REQUEST_ID
IEX_SCORE_HISTORIES_U1 Unique Default SCORE_HISTORY_ID