This table stores all the band parameters and their values from BI Configuration
Module:
RANGE_ID, DATASOURCE_CODE, BAND_NAME
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
DATASOURCE_CODE | VARCHAR2 | 32 | True | Datasource code. | |||
BAND_NAME | VARCHAR2 | 128 | True | Band Name from BI Configuration | |||
RANGE_ID | NUMBER | 38 | 0 | True | Band Range Id from BI Configuration | ||
SOURCE_RECORD_ID | VARCHAR2 | 1024 | Source record identifier. | ||||
RANGE_LABEL | VARCHAR2 | 128 | Band Range Label | ||||
MIN_RANGE | NUMBER | 38 | 0 | The lowest value in the range defined | |||
MAX_RANGE | NUMBER | 38 | 0 | The highest value in the range defined |