CSO_SCH_ACTN_SUPP_IDS_HI
This table stores the history of 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_HI_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. |
| ROW_END | TIMESTAMP | This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active) | ||
| ROW_START | TIMESTAMP | This is the datetime when a specific version of the config object was added. | ||
| SUPPRESED_IDS | VARCHAR2 | 255 | This is the ID of the search action being suppressed. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_SCH_ACTN_SUPP_IDS_HI_U1 | Unique | ACTION_ID |