TEMP_EXP_RPT_EXPENSE_ATTENDEE 
Default Table Name  TEMP_EXP_RPT_EXPENSE_ATTENDEE 
Definition 
 Name: Expense Report Expense Attendees.     Description: This table contains temporary attendee detail for a specific expense on an expense report. 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_EXPENSE_ATTENDEE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_ID    VARCHAR2(10)  YES 
Name: Expense Report ID. Description: Unique identifier for expense report.
 
EXPENSE_ID    NUMBER(10, 0)  YES 
Name: Expense ID. Description: The unique identifier for the expense.
 
ATTENDEE_SEQ_NO    NUMBER(10, 0)  YES 
Name: Sequence Number. Description: Synthetic.
 
EMPL_ID    VARCHAR2(20)  YES 
Name: Employee ID. Description: The employee ID of the attendee.
 
ATTENDEE_NAME    VARCHAR2(65)  YES 
Name: Attendee Name. Description: Name of the Attendee.
 
COMPANY_NAME    VARCHAR2(30)  YES 
Name: Company Name. Description: Company of the Attendee.
 
TITLE_DESC    VARCHAR2(30)  YES 
Name: Attendee Title. Description: Title of the Attendee.
 
MODIFIED_BY    VARCHAR2(20)  YES 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMBER(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.
 
ATTENDEE_NOTES_DESC    VARCHAR2(60)  YES 
Name: Attendee Comment. Description: Notes describing reason Attendee is included in the expense.
 
LOCATION_DESC    VARCHAR2(30)  YES 
Name: Location Description. Description: The location of the employee
 
COMPANY_USER_INPUT_FL    VARCHAR2(1)  YES 
Name: Company User Input Flag. Description: Logical as to whether the employee’s company was defaulted in from Employee Default screen. 
 
TITLE_USER_INPUT_FL    VARCHAR2(1)  YES 
Name: Title User Input Flag. Description: Logical as to whether the employee’s title was defaulted in from Employee Default screen. 
 
LOCATION_USER_INPUT_FL    VARCHAR2(1)  YES 
Name: Location User Input Flag. Description: Logical as to whether the employee’s location was defaulted in from Employee Default screen. 
 

TEMP_EXP_RPT_EXPENSE_ATTENDEE Primary and Unique Keys 
Key Name  Key Type  Keys 

TEMP_EXP_RPT_EXPENSE_ATTENDEE Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable