CSO_SCH_MAN_ANS_RCONCEPTS
This table stores root concept for Intent Response (currently not used)
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SCH_MAN_ANS_RCONCEPTS_PK |
MANAGED_ANS_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| MANAGED_ANS_ID | VARCHAR2 | 32 | Yes | This is the Managed Answer ID, a foreign key reference to RECORD_ID in CSO_SCH_MAN_ANS table. |
| NAME | VARCHAR2 | 255 | This is the record Name of this object. | |
| VALUE | VARCHAR2 | 255 | This is the value that we store for this record. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SCH_MAN_ANS_RCONCEPTS | cso_sch_man_ans | MANAGED_ANS_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SCH_MAN_ANS_RCONCEPTS_U1 | Unique | MANAGED_ANS_ID |