HWR_WLNS_TASKS_XREF
this table that stores wellness tasks completion records by user
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWR_WLNS_TASKS_XREF_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | This is the primary key of the table | |
TASK_ID | NUMBER | 18 | Yes | This column is a foreign key to HWR_WLNS_TASKS_B.TASK_ID | |
USER_ID | VARCHAR2 | 64 | Yes | This column is a foreign key to HWR_WLNS_USER.USER_ID | |
REWARD_STATUS_ID | NUMBER | 18 | This column is a foreign key to HWR_REWARD_STATUS.REWARD_STATUS_ID. | ||
COMPLETION_DATE | TIMESTAMP | Yes | This column stores the completion date of the corresponding task | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
HWR_WLNS_TASKS_XREF | hwr_reward_status | REWARD_STATUS_ID |
HWR_WLNS_TASKS_XREF | hwr_wlns_tasks_b | TASK_ID |
HWR_WLNS_TASKS_XREF | hwr_wlns_user | USER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWR_WLNS_TASKS_XREF_N1 | Non Unique | Default | USER_ID |
HWR_WLNS_TASKS_XREF_U1 | Unique | FUSION_TS_TX_DATA | ID |