FFS_TOGGLABLE_FEATURE

Contains a configuration of togglable features for the instance.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_TOGGLABLE_FEATURE_PK

LABEL

Columns

Name Datatype Length Not-null Comments
LABEL VARCHAR2 320 Yes Unique text identifier of the Togglable feature.
STATUS VARCHAR2 8 Togglable feature enable status (active, inactive).
RELEASE_STATUS VARCHAR2 12 Togglable feature status if the feature released or not.
NAME VARCHAR2 320 Togglable feature name represented on screen.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_TOGGLABLE_FEATURE_PK Unique DATA LABEL