CSO_SCH_MAN_ANS

This table stores Managed Answers, including Intent Responses.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_MAN_ANS_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
ACTION_DATE TIMESTAMP Yes This column is not currently being used and may go away.
ACTION_ID VARCHAR2 32 This column is not currently being used and may go away.
CONFIG_CREATE_DATE TIMESTAMP This is the datetime when the config object was created (This value can be initially set by the user)
CONFIG_UPDATE_DATE TIMESTAMP This is the datetime when the config object was last modified (This value can be initially set by the user)
CREATE_USER_LOGIN VARCHAR2 255 This is the user that created the record.
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.
DOC_ID VARCHAR2 32 IM document ID referenced by Managed Answer.
DOMAIN_ID VARCHAR2 32 A foreign key reference to RECORD_ID in CSO_SCH_DOM table.
ENABLED NUMBER Yes A boolean flag indicating whether the config object is enabled.
INTENT_ID VARCHAR2 32 Intent ID, a foreign key reference to RECORD_ID in CSO_SCH_INTENT table.
MANAGED_ANS_COLLECTION_ID VARCHAR2 32 This is the Managed Answer collection ID, a foreign key reference to RECORD_ID in CSO_SCH_MAN_ANS_COL table.
NOTES VARCHAR2 4000 These are the Notes for the config object.
NUM_MATCHED_RESULTS NUMBER Yes This column is not currently being used and may go away.
PRIORITY VARCHAR2 4000 Yes This column is not currently being used and may go away.
PURPOSE_ID VARCHAR2 32 This is the Answer Purpose ID, a foreign ker reference to RECORD_ID in CSO_SCH_PURPOSE table.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
REFERENCE_KEY VARCHAR2 255 Non localized reference key for the config object.
SAVE_MESSAGE VARCHAR2 255 This is the Commentary for saving the record.
STOP_HERE VARCHAR2 255 Yes This column is not currently being used and may go away.
SUPPRESS_PARENT NUMBER Yes This column is not currently being used and may go away.
SUPPRESS_SEARCH NUMBER Yes This column is not currently being used and may go away.
TOTAL_NUM_RESULTS NUMBER Yes This column is not currently being used and may go away.
UPDATE_USER_LOGIN VARCHAR2 255 This is the user that updated the record.
VERSION NUMBER This is the revision number for this record.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_SCH_MAN_ANS cso_sch_dom DOMAIN_ID
CSO_SCH_MAN_ANS cso_sch_intent INTENT_ID
CSO_SCH_MAN_ANS cso_sch_man_ans_col MANAGED_ANS_COLLECTION_ID
CSO_SCH_MAN_ANS cso_sch_purpose PURPOSE_ID
cso_sch_man_ans_rconcepts cso_sch_man_ans MANAGED_ANS_ID
cso_sch_actn_base_prof cso_sch_man_ans ACTION_ID
cso_sch_man_ans_res cso_sch_man_ans RESOURCE_ID
cso_sch_actn_supp_ids cso_sch_man_ans ACTION_ID

Indexes

Index Uniqueness Columns
CSO_SCH_MAN_ANS_U1 Unique RECORD_ID