EXP_RPT_EXPENSE_ATTENDEE 
Default Table Name  EXP_RPT_EXPENSE_ATTENDEE 
Definition 
 Name: Expense Report Expense Attendees.     Description: This table contains the attendee detail for a specific expense.
 

EXP_RPT_EXPENSE_ATTENDEE Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Report ID. Description: Unique identifier for expense report.
 
EXPENSE_ID(PK)(FK)    NUMERIC(10, 0)  NO 
Name: Expense ID. Description: The unique identifier for the expense.
 
ATTENDEE_SEQ_NO(PK)    NUMERIC(10, 0)  NO 
Name: Sequence Number. Description: Synthetic.
 
EMPL_ID(FK)    VARCHAR(20)  YES 
Name: Employee ID. Description: The employee ID of the attendee.
 
ATTENDEE_NAME    VARCHAR(65)  YES 
Name: Attendee Name. Description: Name of the Attendee.
 
COMPANY_NAME    VARCHAR(30)  YES 
Name: Company Name. Description: Company of the Attendee.
 
TITLE_DESC    VARCHAR(30)  YES 
Name: Attendee Title. Description: Title of the Attendee.
 
MODIFIED_BY    VARCHAR(20)  NO 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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.
 
ATTENDEE_NOTES_DESC    VARCHAR(60)  YES 
Name: Attendee Comment. Description: Notes describing reason Attendee is included in the expense.
 
LOCATION_DESC    VARCHAR(30)  YES 
Name: Location Description. Description: The location of the employee
 
COMPANY_USER_INPUT_FL    VARCHAR(1)  NO 
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    VARCHAR(1)  NO 
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    VARCHAR(1)  NO 
Name: Location User Input Flag. Description: Logical as to whether the employee’s location was defaulted in from Employee Default screen. 
 

EXP_RPT_EXPENSE_ATTENDEE Keys 
Key Name  Key Type  Keys 
RI_F00230  Inversion Entry  EXP_RPT_ID, EXPENSE_ID 
PI_0187  PrimaryKey  EXP_RPT_ID, EXPENSE_ID, ATTENDEE_SEQ_NO 
RI_F00231  Inversion Entry  EMPL_ID 

EXP_RPT_EXPENSE_ATTENDEE Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_RPT_EXPENSE  Identifying  One To Zero or More        EXP_RPT_ID, EXPENSE_ID  NO 
EMPL  Non-Identifying  Zero or One to Zero or More        EMPL_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype