CORRECT_EXP_RPT_TASKS_EMPL 
Default Table Name  CORRECT_EXP_RPT_TASKS_EMPL 
Definition 
Name: Correct Expense Report Tasks User Directed Employees. Description: This table contains the list of employees for which a task has been user directed on the corrected expense report.
 

CORRECT_EXP_RPT_TASKS_EMPL Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_ID(PK)(FK)    VARCHAR2(10)  NO 
Name: Expense Report ID. Description: The unique identifier for the expense report.
 
CORRECTION_NO(PK)(FK)    NUMBER(10, 0)  NO 
Name: Correction Number. Description: The correction number used for this expense report.
 
ALLOCATION_ID(PK)(FK)    NUMBER(10, 0)  NO 
Name: Allocation ID. Description: Identifies the charge number that is approved during line level approval process. If task is not Line Level Approve, then value shall be zero.
 
FUNCTIONAL_ROLE_CD(PK)(FK)    VARCHAR2(10)  NO 
Name: Functional Role. Description: The functional role that must perform the task.
 
S_TASK_CD(PK)(FK)    VARCHAR2(20)  NO 
Name: Task. Description: The type of task that the functional role must perform. The valid values are:, NONE – None, ERAPPROVEEXPENSE – Approve Expense, EROPEN – Review Expense Report, ERAPPROVE – Approve Expense Report, ERRECEIPT – Record Receipts, ERIMAGERECEIPT – image receipts.
 
EMPL_ID(PK)(FK)    VARCHAR2(20)  NO 
Name: Employee ID. Description: The employee that should have this task directed to.
 
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.
 

CORRECT_EXP_RPT_TASKS_EMPL Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0296  PrimaryKey  EXP_RPT_ID, CORRECTION_NO, ALLOCATION_ID, FUNCTIONAL_ROLE_CD, S_TASK_CD, EMPL_ID 

CORRECT_EXP_RPT_TASKS_EMPL Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
CORRECT_EXP_RPT_TASKS  Identifying  One To Zero or More  F00434      EXP_RPT_ID, CORRECTION_NO, ALLOCATION_ID, FUNCTIONAL_ROLE_CD, S_TASK_CD  NO  NO 
FUNCTIONAL_ROLE  Identifying  One To Zero or More  F00435      FUNCTIONAL_ROLE_CD  NO  NO 
EMPL  Identifying  One To Zero or More  F00436      EMPL_ID  NO  NO 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable