CSO_SCH_CONT_VALUE

This table stores context variable values (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_CONT_VALUE_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
DATE_ADDED TIMESTAMP Yes This is the datetime when the record was added.
DATE_MODIFIED TIMESTAMP Yes This is the datetime when the record was last modified.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
REQUEST_USE_CASE_ID VARCHAR2 32 This is the Request use case ID, a foreign key reference to RECORD_ID in CSO_SCH_REQ_USE_CASE table.
VALUE VARCHAR2 255 Yes This is the Context variable value.
VARIABLE_KEY_ID VARCHAR2 32 This is the Context variable key ID, a foreign key reference to RECORD_ID in CSO_SCH_CONT_VAR table.

Indexes

Index Uniqueness Columns
CSO_SCH_CONT_VALUE_U1 Unique RECORD_ID