HWR_WLNS_USER
The wellness user table stores wellness user data.
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWR_WLNS_USER_PK |
USER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
USER_ID | VARCHAR2 | 500 | Yes | This is the primary key for the wellness user table. | ||
LAST_UPDATE_DATE_ERGONOMIC | TIMESTAMP | Corresponds to the ERGONOMIC_STATUS field value change | ||||
ERGONOMIC_STATUS | VARCHAR2 | 100 | This column contains the User's Ergonomic Status. | |||
LAST_UPDATE_DATE_GUIDED | TIMESTAMP | Corresponds to the WELLBEING_LEVEL field value change | ||||
START_DATE | DATE | This is the start date of the wellness user. | ||||
BMI | NUMBER | 18 | This is the body mass index of the wellness user. | |||
AGE | NUMBER | 18 | This is the age of the wellness user. | Obsolete | ||
STATE | VARCHAR2 | 100 | This is the state in which the wellness user is located. | Obsolete | ||
SALARY | NUMBER | 18 | This is the salary of the wellness user. | Obsolete | ||
JOB_TITLE | VARCHAR2 | 500 | This is the job title of the wellness user. | Obsolete | ||
ORGANIZATION | VARCHAR2 | 500 | This is the organization of the wellness user. | Obsolete | ||
PROJECT_TYPE | VARCHAR2 | 500 | This is the project type of the wellness user. | Obsolete | ||
GENDER | VARCHAR2 | 20 | This is the gender of the wellness user. | Obsolete | ||
AVERAGE_STEPS | NUMBER | 18 | This is the average of steps per day of the wellness user. | Obsolete | ||
PERCENT_SEDENTARY | NUMBER | 18 | This is the percent of sedentary days of the wellness user. | Obsolete | ||
AVERAGE_SLEEP_TIME | NUMBER | 18 | This is the average sleep time of the wellness user. | Obsolete | ||
AVERAGE_TIMES_AWAKE | NUMBER | 18 | This is the average number of times awakened from sleep of the wellness user. | Obsolete | ||
AVERAGE_VERY_ACTIVE | NUMBER | 18 | This is the average very active time of the wellness user. | Obsolete | ||
SOURCE_ID | NUMBER | 18 | This is the source id of the wellness user table. | Obsolete | ||
TRACKING_SERVICE_SOURCE_ID | NUMBER | 18 | This column contains the source id of user's tracking sercvice. | |||
TRACKING_SOURCE_ADDED_DATE | TIMESTAMP | This column contains added date for Tracking source | ||||
HEIGHT | NUMBER | This column stores the height of the wellness user. | ||||
HEIGHT_UNIT | VARCHAR2 | 256 | This column stores the unit for user height information. | |||
WEIGHT | NUMBER | This column stores the weight of the wellness user. | ||||
WEIGHT_UNIT | VARCHAR2 | 256 | This column stores the unit for user weight information. | |||
WELLBEING_LEVEL | VARCHAR2 | 256 | This column stores the wellbeing status of the wellness user. | |||
UNIT_SYSTEM | VARCHAR2 | 40 | This column stores the unit system selected by the user (Metric/Imperial) | |||
ASSESSMENT_TYPE | VARCHAR2 | 100 | This column stores the last assessment type for well being . | |||
WELLBEING_CALC_RULE_CODE | VARCHAR2 | 30 | This column stores the wellbeing questionnaire calculation rule for calculating overall score. | |||
ERGONOMIC_CALC_RULE_CODE | VARCHAR2 | 30 | This column stores the ergonomic questionnaire calculation rule for calculating overall score. | |||
WELLBEING_SCORE | NUMBER | 20 | This column stores the wellbeing assessment score of the wellness user. | |||
ERGONOMIC_SCORE | NUMBER | 20 | This column contains the User's Ergonomic assessment score | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | ||
WELLBEING_TOTAL_SCORE | NUMBER | 20 | This column stores the wellbeing assesment total score of the wellness user. | |||
ERGONOMIC_TOTAL_SCORE | NUMBER | 20 | This column stores the ergonomic assessment total score. | |||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
hwr_wlns_tasks_xref | hwr_wlns_user | USER_ID |
hwr_calorie_activity_msr | hwr_wlns_user | USER_ID |
hwr_steps_activity_msr | hwr_wlns_user | USER_ID |
hwr_simple_activities | hwr_wlns_user | USER_ID |
hwr_distance_activity_msr | hwr_wlns_user | USER_ID |
hwr_active_activity_msr | hwr_wlns_user | USER_ID |
hwr_suv_respondent_x | hwr_wlns_user | USER_ID |
hwr_sleep_ptrn | hwr_wlns_user | USER_ID |
hwr_wlns_usr_sum | hwr_wlns_user | USER_ID |
hwr_suv_participant_b | hwr_wlns_user | USER_ID |
hwr_act_activity | hwr_wlns_user | USER_ID |
hwr_goal_user_xref | hwr_wlns_user | USER_ID |
hwr_activity_msr | hwr_wlns_user | USER_ID |
hwr_wlns_user_not_prf | hwr_wlns_user | USER_ID |
hwr_wlns_ledger | hwr_wlns_user | USER_ID |
hwr_bmr_activity_msr | hwr_wlns_user | USER_ID |
hwr_md_active_activity_msr | hwr_wlns_user | USER_ID |
hwr_lw_active_activity_msr | hwr_wlns_user | USER_ID |
hwr_comp_activities | hwr_wlns_user | USER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWR_WLNS_USER_U1 | Unique | FUSION_TS_TX_DATA | USER_ID |