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 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.
 
EXPENSE_ID(PK)(FK)    NUMBER(10, 0)  NO 
Name: Expense ID. Description: The unique identifier for the expense.
 
OTHER_SEQ_NO(PK)    NUMBER(10, 0)  NO 
Name: Sequence Number. Description: Synthetic.
 
CHILD_EXPENSE_ID    NUMBER(10, 0)  YES 
Name: Child Expense ID. Description: The key of the expense created based on this other expense
 
EXP_TYPE_CD(FK)    VARCHAR2(10)  NO 
Name: Expense Type. Description: The unique identifier for the expense type.
 
OTHER_EXPENSE_CD(FK)    VARCHAR2(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    VARCHAR2(1)  NO 
Name: Personal Flag. Description: Logical as to whether this expense is personal.
 
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.
 
NOTES_TEXT    VARCHAR2(60)  YES 
Name: Notes. Description: The notes regarding the other lodging expense.
 
TRANS_AMT    NUMBER(15, 5)  NO 
Name: Transaction Currency Amount. Description: The amount in transaction currency.
 
PAY_AMT    NUMBER(15, 5)  NO 
Name: Pay Currency Amount. Description: The amount in pay currency
 
BASE_AMT    NUMBER(15, 5)  NO 
Name: Base Currency Amount. Description: The amount in system base currency.
 

EXP_RPT_EXPENSE_OTHER Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0190  PrimaryKey  EXP_RPT_ID, EXPENSE_ID, OTHER_SEQ_NO 

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