This table requires activation of Advanced Collections functional area. Stores details about what items make a score for Advanced Collections.
Module: Advanced Collections
SCORE_COMPONENT_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| SCORE_COMPONENT_ID | NUMBER | 38 | 0 | True | Primary key. | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Source record identifier. | ||||
| SCORE_ID | NUMBER | 38 | 0 | Foreign key to the score definition. | DW_AC_IEX_SCORES_D | SCORE_ID | |
| SCORE_COMP_TYPE_ID | NUMBER | 38 | 0 | Foreign key to the scoring component type. | DW_AC_IEX_SCORE_COMP_TYPES_TL | SCORE_COMP_TYPE_ID | |
| SCORE_COMP_WEIGHT | NUMBER | The weight of this component on the whole score engine. | |||||
| ENABLED_FLAG | VARCHAR2 | 16 | Indicates if the scoring component is enabled for use. | DW_AC_IEX_YES_NO_TL | IEX_YES_NO_CODE | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||||
| LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | |||||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. |
Copyright © 2019, 2026, Oracle and/or its affiliates.