TEMP_EXP_AUTH_EXPENSE_CHARGE 
Default Table Name  TEMP_EXP_AUTH_EXPENSE_CHARGE 
Definition 
Name: Temporary Expense Authorization Expense Charge Details.  Description: This table contains temporary charge detail information about each expense recorded on an expense authorization. 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_AUTH_EXPENSE_CHARGE Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EXP_AUTH_ID    VARCHAR2(10)  YES 
Name: Expense Authorization ID. Description: The unique identifier for the expense authorization.
 
EXPENSE_ID    NUMBER(10, 0)  YES 
Name: Expense ID. Description: The unique identifier for the expense.
 
ALLOCATION_ID    NUMBER(10, 0)  YES 
Name: Allocation ID. Description: Synthetic.
 
ALLOCATION_PCT    NUMBER(5, 4)  YES 
Name: Allocation Percentage. Description: The percentage at which this charge is allocated amounts.
 
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 base currency.
 
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.
 

TEMP_EXP_AUTH_EXPENSE_CHARGE Primary and Unique Keys 
Key Name  Key Type  Keys 

TEMP_EXP_AUTH_EXPENSE_CHARGE 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