CSO_SCH_ACTN_SUPP_IDS
This table stores suppressed search actions (currently not used)
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_SCH_ACTN_SUPP_IDS_PK |
ACTION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ACTION_ID | VARCHAR2 | 32 | Yes | This is the ID of the search action supressing another search action, a foreign key reference to RECORD_ID in CSO_SCH_MAN_ANS table. |
| SUPPRESED_IDS | VARCHAR2 | 255 | This is the ID of the search action being suppressed. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CSO_SCH_ACTN_SUPP_IDS | cso_sch_man_ans | ACTION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SCH_ACTN_SUPP_IDS_U1 | Unique | ACTION_ID |