TASK_EMPL 
Default Table Name  TASK_EMPL 
Definition 
Name: TASK EMPL  Description: This table contains the assignments for the workflow tasks that are applicable for object based on business rules and role based security.
 

TASK_EMPL Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
TASK_ID(PK)(FK)    VARCHAR(40)  NO 
Name: Task ID  Description: The unique ID for task.
 
EMPL_ID(PK)(FK)    VARCHAR(20)  NO 
Name: Employee  Description: The employees that can be assigned task.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR(10)  NO 
Name: Functional Role  Description: The functional role that assignment is for.
 
BACKUP_FL    VARCHAR(1)  NO 
Name: Backup Assignment Indicator  Description: Indicates whether user assignment is backup role assignment or not.
 
ASSIGNED_FL    VARCHAR(1)  NO 
Name: Current Assignment Indicator  Description: .
 
DELEGATED_FL    VARCHAR(1)  NO 
Name:   Description: Y N indicator as to whether employee task assignment is currently active.
 
USER_DIRECTED_FL    VARCHAR(1)  NO 
Name: User Directed Assignment Indicator  Description: Y N indicator as to whether employee task assignment is user directed .
 
LOW_NOTIFY_NO    NUMERIC(10, 0)  NO 
Name: Low priority Notifications  Description: The number of times employee has been notified when task was low priority.
 
MED_NOTIFY_NO    NUMERIC(10, 0)  NO 
Name: Medium Priority Notifications  Description: The number of times employee has been notified when task was medium priority.
 
HIGH_NOTIFY_NO    NUMERIC(10, 0)  NO 
Name: High Priority Notifications  Description: The number of times employee has been notified when task was high priority.
 
MODIFIED_BY    VARCHAR(20)  NO 
 
ROWVERSION    NUMERIC(10, 0)  NO 
 
TIME_STAMP    DATE  NO 
 

TASK_EMPL Keys 
Key Name  Key Type  Keys 
PI_O241  PrimaryKey  TASK_ID, EMPL_ID, FUNCTIONAL_ROLE_CD 
SI_0118  Inversion Entry  FUNCTIONAL_ROLE_CD 
SI_0117  Inversion Entry  EMPL_ID 
SI_0116  Inversion Entry  TASK_ID 

TASK_EMPL Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
TASK  Identifying  One To Zero or More        TASK_ID  NO 
EMPL  Identifying  One To Zero or More        EMPL_ID  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