DESKTOP_SCHEDULE_TASKS 
Default Table Name  DESKTOP_SCHEDULE_TASKS 
Definition 
 Name: User Schedule Desktop Tasks .     Description: This table contains the user expense workflow schedule.
 

DESKTOP_SCHEDULE_TASKS Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EVENT_CD(PK)(FK)    VARCHAR(5)  NO 
Name: Event. Description: The event unique identifier.
 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee ID. Description: The Employee ID of the employee who was sent the task.
 
S_TASK_CD(PK)    VARCHAR(20)  NO 
Name: Task. Description: The type of task. The valid values are:LVAPPROVE – Approve Leave Request. 
 
TASK_DTT(PK)    DATE  NO 
Name: Task Due Date/Time. Description: The date and time the task was created.
 
TASK_EMPL_ID(PK)    VARCHAR(20)  NO 
Name: Task Employee ID. Description: Employee ID identifier for task.
 
TASK_WORK_SCHEDULE_CD(PK)    VARCHAR(10)  NO 
Name: Work Schedule. Description: Work schedule identifier for task.
 
TASK_SCHEDULE_DT(PK)    DATE  NO 
Name: Schedule Date. Description: Work schedule identifier for task.
 
MED_TASK_DTT    DATE  YES 
Name: Medium Priority Task Date/Time. Description: Date/time the task was upgraded to medium priority.
 
HIGH_TASK_DTT    DATE  YES 
Name: High Priority Task Date/Time. Description: Date/time the task was upgraded to high priority.
 
TASK_DESC    VARCHAR(120)  NO 
Name: Task Description. Description: The description of the task.
 
ORIGINATOR_NAME    VARCHAR(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    VARCHAR(4000)  YES 
Name: Task Text. Description: Notes/comments provided by originator.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Functional Role. Description: The functional role that the task was sent to.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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.
 
DELEGATED_FL    VARCHAR(1)  NO 
Name: Delegated Flag. Description: Logical as to whether task is delegated.
 

DESKTOP_SCHEDULE_TASKS Keys 
Key Name  Key Type  Keys 
RI_F00248  Inversion Entry  EVENT_CD 
RI_F00249  Inversion Entry  FUNCTIONAL_ROLE_CD 
RI_F00247  Inversion Entry  EMPL_ID 
PI_0194  PrimaryKey  EVENT_CD, EMPL_ID, S_TASK_CD, TASK_DTT, TASK_EMPL_ID, TASK_WORK_SCHEDULE_CD, TASK_SCHEDULE_DT, FUNCTIONAL_ROLE_CD 

DESKTOP_SCHEDULE_TASKS Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EMPL  Identifying  One To Zero or More        EMPL_ID  NO 
EVENT  Identifying  One To Zero or More        EVENT_CD  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More        FUNCTIONAL_ROLE_CD  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype