ColumnName |
Domain |
Datatype |
NULL |
Definition |
EMPL_ID |
|
VARCHAR2(20) |
NO |
Name: Employee ID. Description: The Employee ID of the employee who was sent the task. |
S_TASK_CD |
|
VARCHAR2(20) |
NO |
Name: Task. Description: The type of task that should be generated. The valid values are:CONFIRMLE- Confirm Life Event. CONFIRMBE – Confirm Benefit Enrollment. |
TASK_DTT |
|
DATE |
NO |
Name: Task Date/Time. Description: The date and time the task was created. |
LIFE_EVENT_CD |
|
VARCHAR2(12) |
YES |
Name: Life Event. Description: The life event that the employee must confirm. Field shall be null if Benefit Enrollment. |
LIFE_EVENT_DT |
|
DATE |
YES |
Name: Life Event Date. Description: The date of life event. Part of key to lookup life event in Costpoint database. |
TASK_DESC |
|
VARCHAR2(120) |
NO |
Name: Task Description. Description: The description of the task. |
FUNCTIONAL_ROLE_CD |
|
VARCHAR2(10) |
NO |
Name: Functional Role. Description: The functional role that the task was sent to. |
ORIGINATOR_NAME |
|
VARCHAR2(65) |
NO |
Name: Originator Name. Description: Name of person that originated task. It could be the last name of the employee or "System" if the task was originated by system. |
TASK_TEXT |
|
VARCHAR2(4000) |
YES |
Name: Task Text. Description: Notes/comments provided by originator. |
NOTIFY_MEDIUM_FL |
|
VARCHAR2(1) |
NO |
Name: Medium Priority Notify Flag. Description: Logical as to whether employee has received notification of task reaching medium priority. |
MED_TASK_DTT |
|
DATE |
NO |
Name: Medium Priority Task Date/Time. Description: Date/time the task was upgraded to medium priority. |
NOTIFY_HIGH_FL |
|
VARCHAR2(1) |
NO |
Name: High Priority Notify Flag. Description: Logical as to whether employee has received notification of task reaching high priority. |
HIGH_TASK_DTT |
|
DATE |
NO |
Name: High Priority Task Date/Time. Description: Date/time the task was upgraded to high priority. |
DUE_DTT |
|
DATE |
NO |
Name: Due Date/Time. Description: The last date that task can be completed. |
MODIFIED_BY |
|
VARCHAR2(20) |
NO |
Name: Modified By. Description: The User ID of the person who last modified this record. |
ROWVERSION |
|
NUMBER(10, 0) |
NO |
Name: Row Version. Description: The number of times this record has been updated. |
TIME_STAMP |
|
DATE |
NO |
Name: Time Stamp. Description: Date and time the record was last modified. |
NOTIFY_LOW_FL |
|
VARCHAR2(1) |
NO |
Name: Low Priority Notify Flag. Description: Logical as to whether employee has received notification of task at low priority. |