TEMP_EXP_RPT_TASKS_EMPL 
Default Table Name  TEMP_EXP_RPT_TASKS_EMPL 
Definition 
 Name: Expense Report Tasks User Directed Employees.     Description: This table contains a temporary list of employees for which a task has been user directed on an expense report tasks. This is a temporary table that is populated pre-save for use with pre-save stored procedure. Table shall never have any permanent data.
 

TEMP_EXP_RPT_TASKS_EMPL Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_ID    VARCHAR(10)  YES 
Name: Expense Report ID. Description: The unique identifier for the expense report.
 
ALLOCATION_ID    NUMERIC(10, 0)  YES 
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    VARCHAR(10)  YES 
Name: Functional Role. Description: The functional role that must perform the task.
 
S_TASK_CD    VARCHAR(20)  YES 
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    VARCHAR(20)  YES 
Name: Employee ID. Description: The employee that should have this task directed to.
 
MODIFIED_BY    VARCHAR(20)  YES 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(10, 0)  YES 
Name: Row Version. Description: The number of times this record has been updated.
 
TIME_STAMP    DATE  YES 
Name: Time Stamp. Description: Date and time the record was last modified.
 

TEMP_EXP_RPT_TASKS_EMPL Keys 
Key Name  Key Type  Keys 

TEMP_EXP_RPT_TASKS_EMPL Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype