CSO_DATA_LIST_ITEM
This table contains entries for all static data list records that are not part of a channel.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_DATA_LIST_ITEM_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| SORT_ORDER | NUMBER | The numeric sort order of the data list elements. | ||
| DATA_LIST_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to the associated data list. |
| DATE_ADDED | TIMESTAMP | Yes | This is the date that the record was added to the repository. | |
| DATE_MODIFIED | TIMESTAMP | Yes | This is the date that the record was modified. | |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| DEFAULT_VALUE | CHAR | 1 | Flag indicating if the current row is the default value for the datalist. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_DATA_LIST_ITEM | cso_data_list | DATA_LIST_ID |
| cso_data_list_item_res | cso_data_list_item | DATA_LIST_ITEM_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_DATA_LIST_ITEM_U1 | Unique | RECORD_ID |
| CSO_DATA_LIST_ITEM_N1 | Non Unique | DATA_LIST_ID |