IEX_SCORE_COMP_PARAMS

Stores parameters to the scoring components. The parameters are in the form of name and value pairs.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IEX_SCORE_COMP_PARAMS_PK

SCORE_COMP_PARAM_ID

Columns

Name Datatype Length Precision Not-null Comments
SCORE_COMP_PARAM_ID NUMBER 18 Yes Primary key.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
SECURITY_GROUP_ID NUMBER Not currently used.
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.
PROGRAM_ID NUMBER 18 Standard Who column.
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.
REQUEST_ID NUMBER Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER Standard Who column.
PROGRAM_UPDATE_DATE DATE Standard Who column.
SCORE_COMPONENT_ID NUMBER 18 Foreign key to the IEX_SCORE_COMPONENTS table.
CODE VARCHAR2 40 Code that defines the parameter.
VALUE VARCHAR2 240 Scoring component parameter value.
DESCRIPTION VARCHAR2 240 Description of the parameter.
ACTIVE_FLAG VARCHAR2 1 Indicates if this parameter is active and can be used by the scoring engine.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_SCORE_COMP_PARAMS iex_score_components SCORE_COMPONENT_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_SCORE_COMP_PARAMS_N1 Non Unique Default SCORE_COMPONENT_ID
IEX_SCORE_COMP_PARAMS_U1 Unique Default SCORE_COMP_PARAM_ID