PPM_CONFIG_RECO_HIDDEN
This table stores information on the recommendations that have been hidden by administrators in the PPM Advisor.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| CONFIG_KEY | NOT NULL | VARCHAR2(500) | Key of the recommendation |
| CONFIG_TYPE | NOT NULL | VARCHAR2(50) | Type of the recommendation |
| CREATED_BY | NOT NULL | NUMBER | User ID of the user that hid this recommendation |
| CREATION_DATE | NOT NULL | DATE | Date when the recommendation was hidden |
| HIDING_COMMENT | NOT NULL | VARCHAR2(4000) | Optional comment captured by the admin when they decided to hide the recommendation |
Indexes
| Index Name | Index Type | Sequence | Column Name |
|---|---|---|---|
| PPM_CONFIG_RECO_HIDDEN_PK | Primary Key | CONFIG_KEY, CONFIG_TYPE |
Sequences
This table uses no sequences.

