CSO_SCH_COND_GROUP

This table stores business condition groups (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_COND_GROUP_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.
PROFILE_CONFIG_ID VARCHAR2 32 Profile ID of the business condition group, a foreign key reference to RECORD_ID in CSO_SCH_PROF table.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.

Indexes

Index Uniqueness Columns
CSO_SCH_COND_GROUP_U1 Unique RECORD_ID