PPM_FT_VALUE_AUDIT
This table stores whether the features are turned off or off.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
AUDIT_ID |
NOT NULL |
NUMBER |
System-generated identifier |
FEATURE_NAME |
NOT NULL |
VARCHAR2 |
Name of the feature in the PPM_FEATURE_TOGGLES table |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date when the record was last updated |
VALUE |
NOT NULL |
VARCHAR2 |
On: the feature is turned on Off: the feature is turned off |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C0081761 |
UNIQUE |
1 |
AUDIT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
PPM_FT_VALUE_AUDIT_S |
AUDIT_ID |