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

TASK_EMPL Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_O241  PrimaryKey  TASK_ID, EMPL_ID, FUNCTIONAL_ROLE_CD 

TASK_EMPL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
TASK  Identifying  One To Zero or More  F00488      TASK_ID  NO  NO 
EMPL  Identifying  One To Zero or More  F00489      EMPL_ID  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00490      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable