EXP_RPT_EXPENSE_OTHER 
Default Table Name  EXP_RPT_EXPENSE_OTHER 
Definition 
 Name: Expense Report Expense Other Expenses.     Description: This table contains the other expenses detail for a specific expense.
 

EXP_RPT_EXPENSE_OTHER Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_RPT_ID(PK)(FK)    VARCHAR(10)  NO 
Name: Expense Report ID. Description: The unique identifier for the expense report.
 
EXPENSE_ID(PK)(FK)    NUMERIC(10, 0)  NO 
Name: Expense ID. Description: The unique identifier for the expense.
 
OTHER_SEQ_NO(PK)    NUMERIC(10, 0)  NO 
Name: Sequence Number. Description: Synthetic.
 
CHILD_EXPENSE_ID    NUMERIC(10, 0)  YES 
Name: Child Expense ID. Description: The key of the expense created based on this other expense
 
EXP_TYPE_CD(FK)    VARCHAR(10)  NO 
Name: Expense Type. Description: The unique identifier for the expense type.
 
OTHER_EXPENSE_CD(FK)    VARCHAR(10)  NO 
Name: Other Expense Code. Description: The unique identifier for the other expense.
 
EXP_DT    DATE  NO 
Name: Expense Date. Description: The date of the expense.
 
PERSONAL_FL    VARCHAR(1)  NO 
Name: Personal Flag. Description: Logical as to whether this expense is personal.
 
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.
 
NOTES_TEXT    VARCHAR(60)  YES 
Name: Notes. Description: The notes regarding the other lodging expense.
 
TRANS_AMT    NUMERIC(15, 5)  NO 
Name: Transaction Currency Amount. Description: The amount in transaction currency.
 
PAY_AMT    NUMERIC(15, 5)  NO 
Name: Pay Currency Amount. Description: The amount in pay currency
 
BASE_AMT    NUMERIC(15, 5)  NO 
Name: Base Currency Amount. Description: The amount in system base currency.
 

EXP_RPT_EXPENSE_OTHER Keys 
Key Name  Key Type  Keys 
RI_F00239  Inversion Entry  EXP_RPT_ID, EXPENSE_ID 
RI_F00238  Inversion Entry  EXP_TYPE_CD, OTHER_EXPENSE_CD 
PI_0190  PrimaryKey  EXP_RPT_ID, EXPENSE_ID, OTHER_SEQ_NO 

EXP_RPT_EXPENSE_OTHER Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
EXP_TYPE_OTHER  Non-Identifying  One To Zero or More        EXP_TYPE_CD, OTHER_EXPENSE_CD  NO 
EXP_RPT_EXPENSE  Identifying  One To Zero or More        EXP_RPT_ID, EXPENSE_ID  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype