This table requires activation of Advanced Collections functional area. Stores range and value details of scoring components for Advanced Collections.
Module: Advanced Collections
SCORE_COMP_DET_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| SCORE_COMP_DET_ID | NUMBER | 38 | 0 | True | Primary key. | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Source record identifier. | ||||
| SCORE_COMPONENT_ID | NUMBER | 38 | 0 | Foreign key to the score component. | DW_AC_IEX_SCORE_COMPONENTS_D | SCORE_COMPONENT_ID | |
| RANGE_LOW | NUMBER | Lower bound of the scoring component range. | |||||
| RANGE_HIGH | NUMBER | Upper bound of the scoring component range. | |||||
| NEW_VALUE | VARCHAR2 | 999 | Replacement value used by the scoring component detail. | ||||
| 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.