CSO_SCH_COND

This table stores business conditions to tailor search results based on context, such as the user’s identity, location, or date and time of the query (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_COND_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
CONDITION_GROUP_ID VARCHAR2 32 This is the Business condtion group ID, a foreign key reference to RECORD_ID in CSO_SCH_COND_GROUP table.
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.
OPERATOR VARCHAR2 64 Yes Operator of the business condition (e.g. greater than)
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
VALUE VARCHAR2 255 Yes Value of the business condition (e.g. 2016/02/12)
VARIABLE_NAME VARCHAR2 64 Yes This is the Name of the business condition variable (e.g. date)

Indexes

Index Uniqueness Columns
CSO_SCH_COND_U1 Unique RECORD_ID