TEMP_EXP_RPT_EXPENSE_OTHER 
Default Table Name  TEMP_EXP_RPT_EXPENSE_OTHER 
Definition 
 Name: Expense Report Expense Other Expenses.     Description: This table contains temporary details for other expenses for a specific expense. 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_OTHER Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_RPT_ID    VARCHAR2(10)  YES 
Name: Expense Report ID. Description: The unique identifier for the expense report.
 
EXPENSE_ID    NUMBER(10, 0)  YES 
Name: Expense ID. Description: The unique identifier for the expense.
 
OTHER_SEQ_NO    NUMBER(10, 0)  YES 
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    VARCHAR2(10)  YES 
Name: Expense Type. Description: The unique identifier for the expense type.
 
OTHER_EXPENSE_CD    VARCHAR2(10)  YES 
Name: Other Expense Code. Description: The unique identifier for the other expense.
 
EXP_DT    DATE  YES 
Name: Expense Date. Description: The date of the expense.
 
PERSONAL_FL    VARCHAR2(1)  YES 
Name: Personal Flag. Description: Logical as to whether this expense is personal.
 
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.
 
NOTES_TEXT    VARCHAR2(60)  YES 
Name: Notes. Description: The notes regarding the other lodging expense.
 
TRANS_AMT    NUMBER(15, 5)  YES 
Name: Transaction Currency Amount. Description: The amount in transaction currency.
 
PAY_AMT    NUMBER(15, 5)  YES 
Name: Pay Currency Amount. Description: The amount in pay currency
 
BASE_AMT    NUMBER(15, 5)  YES 
Name: Base Currency Amount. Description: The amount in system base currency.
 

TEMP_EXP_RPT_EXPENSE_OTHER Primary and Unique Keys 
Key Name  Key Type  Keys 

TEMP_EXP_RPT_EXPENSE_OTHER 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