SDM_DATA_SET_CLMN_LIST_VAL
This table sores all list values of data set attribute, when data type of attribute is List.
Details
Object type: TABLE
Primary Key
Table 4-29 Primary Key Table
| Constraint Name | Columns |
|---|---|
| SDM_DS_CLMN_LSTVAL_PK | DATASET_COLUMN_LIST_VAL_ID |
Foreign Key
Table 4-30 Foreign Key Table
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| SDM_DATA_SET_CLMN_LIST_VAL | SDM_DATA_SET_COLUMN | DATA_SET_COLUMN_ID |
Columns
Table 4-31 Column Details Table
| Name | Data Type | Length | Precision | Scale | Null Allowed | Comments |
|---|---|---|---|---|---|---|
| DATASET_COLUMN_LIST_VAL_ID | NUMBER | 18 | 0 | No | Unique identifier of the record. | |
| DATA_SET_COLUMN_ID | NUMBER | 18 | 0 | No | Data Set attribute, to which, this list belongs. Refers to DATA_SET_COLUMN_ID of SDM_DATA_SET_COLUMN table. | |
| LIST_VALUE | VARCHAR2 | 255 | No | Value of the list. | ||
| LIST_ORDER | NUMBER | 4 | 0 | No | Indicates the order, in which, list should be displayed. | |
| MASTER_ID | NUMBER | 18 | 0 | Yes | During deploy, copy record is created. This field is populated in copy record to point to the master record. Refers to primary key of this same table. | |
| DCP_ID | NUMBER | 18 | 0 | Yes | Data Collection Period, to which, this copy record belongs. Refers to DCP_ID of SDM_DATA_COLLECTION_PERIOD table. | |
| APP_ID | NUMBER | 1 | 0 | No | Identifier for the application to which the row corresponds to, for example, SDM:4. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 0 | No | 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. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 255 | Yes | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 255 | No | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_DATE | DATE | No | Who column: indicates the date and time of the last update of the row. | |||
| CREATED_BY | VARCHAR2 | 255 | No | Who column: indicates the user who created the row. | ||
| CREATION_DATE | DATE | No | Who column: indicates the date and time of the creation of the row. |
Indexes
Table 4-32 Index Table
| Index | Uniqueness | Columns |
|---|---|---|
| SDM_DS_CLMN_LSTVAL_PK | UNIQUE | DATASET_COLUMN_LIST_VAL_ID |
| SDM_DS_CLMN_LST_U1_CID_LST | UNIQUE | DATA_SET_COLUMN_ID, SYS_NC00014$ |
| SDM_DS_CLMN_LST_U2_MSTR_DCP | UNIQUE | MASTER_ID, DCP_ID |