HWR_WLNS_ESS_ALERT_B

This table will be used to store main information of the wellness ess job evoked alerts

Details

  • Schema: FUSION

  • Object owner: HWR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

HWR_WLNS_ESS_ALERT_B_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes This is the primary key for the wellness ess job alert table
ALERT_NAME VARCHAR2 100 Yes Wellness Alert Enum name.
ALERT_OBJECT_ATTRS VARCHAR2 4000 Yes All attributes related to wellness alert domain objects will be mapped to this column in a separated fashion.
RECIPIENT_USERNAME VARCHAR2 2000 This is a comma separated list of Username(s) of wellness alerts.
IS_SENT NUMBER 18 Yes This indicates if the alert is sent or not. 0 --> not sent; 1 --> sent.
WLNS_ALERT_ATTR_1 VARCHAR2 2000 WLNS_ALERT_ATTR_1. This is the extra attribute in case if needed.
WLNS_ALERT_ATTR_2 VARCHAR2 1000 WLNS_ALERT_ATTR_2. This is the extra attribute in case if needed.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
HWR_WLNS_ESS_ALERT_B_N1 Non Unique Default ALERT_NAME, ALERT_OBJECT_ATTRS
HWR_WLNS_ESS_ALERT_B_U1 Unique Default ID