CORRECT_TASK_EMPL 
Default Table Name  CORRECT_TASK_EMPL 
Definition 
Name: CORRECT TASK EMPL  Description: This table contains the workflow tasks were associated to a previously corrected expense report object and expense.
 

CORRECT_TASK_EMPL Columns 
ColumnName  Domain  Datatype  NULL  Definition 
TASK_ID(PK)(FK)    VARCHAR2(40)  NO 
Name: Task ID  Description: The unique ID for task.
 
CORRECTION_NO(PK)(FK)    NUMBER(10, 0)  NO 
Name: Correction Number  Description: .
 
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: Y N indicator as to whether employee task assignment is currently active.
 
DELEGATED_FL    VARCHAR2(1)  NO 
Name: Delegated Assignment Indicator  Description: Y N indicator as to whether employee task assignment is delegated.
 
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 
 

CORRECT_TASK_EMPL Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_O242  PrimaryKey  TASK_ID, CORRECTION_NO, EMPL_ID, FUNCTIONAL_ROLE_CD 

CORRECT_TASK_EMPL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CORRECT_TASK  Identifying  One To Zero or More  F00491      TASK_ID, CORRECTION_NO  NO  NO 
EMPL  Identifying  One To Zero or More  F00492      EMPL_ID  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00493      FUNCTIONAL_ROLE_CD  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable