BEN_FEATURE_PREFS

BEN_FEATURE_PREFS contains benefits feature preference information.

Details

  • Schema: FUSION

  • Object owner: BEN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

BEN_FEATURE_PREFS_PK

PREF_ID

Columns

Name Datatype Length Precision Not-null Comments
PREF_ID NUMBER 18 Yes System generated primary key column.
BUSINESS_GROUP_ID NUMBER 18 Yes This column holds foreign Key to HR_ORGANIZATION_UNITS.
FEATURE_CODE VARCHAR2 150 Yes This column is used to store feature code.
FEATURE_NAME VARCHAR2 240 Yes This column is used to store feature name.
FEATURE_TYPE VARCHAR2 60 Yes This column is used to store feature type.
IS_ACTIVE_FEATURE VARCHAR2 30 Yes This column is used to store the status of the feature.
PREFERENCE_STATUS VARCHAR2 60 Yes This column is used to store preference status.
APPLICABILITY VARCHAR2 240 Yes This column is used to store the applicability of the feature specific to various modules and dimensions within benefits product.
START_DATE DATE Yes This column holds the start date of the row.
END_DATE DATE Yes This column holds the end date of the row.
LEGISLATION_CODE VARCHAR2 30 This column holds legislation code.
REGION VARCHAR2 150 This column contains the region or province name.
VISIBLE VARCHAR2 30 Yes Visibility status of the record.
NOTES VARCHAR2 4000 This column is used to store the notes.
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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.
CONFIG_NUM_1 NUMBER Template number field for future use.
CONFIG_NUM_2 NUMBER Template number field for future use.
CONFIG_CHAR_1 VARCHAR2 4000 Template character field for future use.
CONFIG_CHAR_2 VARCHAR2 4000 Template character field for future use.
CONFIG_CHAR_3 VARCHAR2 4000 Template character field for future use.
CONFIG_CHAR_4 VARCHAR2 4000 Template character field for future use.
CONFIG_CHAR_5 VARCHAR2 4000 Template character field for future use.
CONFIG_DATE_1 DATE Template date field for future use.
CONFIG_DATE_2 DATE Template date field for future use.
CONFIG_DATE_3 DATE Template date field for future use.
CONFIG_DATE_4 DATE Template date field for future use.
CONFIG_DATE_5 DATE Template date field for future use.
CONFIG_ID_1 NUMBER 18 Template ID field for future use.
CONFIG_ID_2 NUMBER 18 Template ID field for future use.
CONFIG_ID_3 NUMBER 18 Template ID field for future use.

Indexes

Index Uniqueness Tablespace Columns
BEN_FEATURE_PREFS_N1 Non Unique BEN_FEATURE_PREFS_N1 FEATURE_CODE, START_DATE, PREFERENCE_STATUS
BEN_FEATURE_PREFS_N2 Non Unique BEN_FEATURE_PREFS_N2 FEATURE_NAME, START_DATE
BEN_FEATURE_PREFS_PK Unique BEN_FEATURE_PREFS_PK PREF_ID