CSO_DATA_LIST_FILTER
This table is a deprecated table that we have here.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_DATA_LIST_FILTER_PK |
RECORD_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| DATA_LIST_ID | VARCHAR2 | 32 | Yes | This is the GUID reference to the associated data list definition. |
| 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. | |
| FILTER | VARCHAR2 | 64 | This has been deprecated from the schema. | |
| RECORD_ID | VARCHAR2 | 32 | Yes | This is the primary key of the table. |
| VALUE | VARCHAR2 | 255 | This has been deprecated from the schema. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_DATA_LIST_FILTER | cso_data_list | DATA_LIST_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_DATA_LIST_FILTER_U1 | Unique | RECORD_ID |
| CSO_DATA_LIST_FILTER_N1 | Non Unique | DATA_LIST_ID |