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 Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
EXP_AUTH_ID    VARCHAR(10)  YES 
Name: Expense Authorization ID. Description: The unique identifier for the expense authorization.
 
EXPENSE_ID    NUMERIC(10, 0)  YES 
Name: Expense ID. Description: The unique identifier for the expense.
 
ALLOCATION_ID    NUMERIC(10, 0)  YES 
Name: Allocation ID. Description: Synthetic.
 
ALLOCATION_PCT    NUMERIC(5, 4)  YES 
Name: Allocation Percentage. Description: The percentage at which this charge is allocated amounts.
 
PAY_AMT    NUMERIC(15, 5)  YES 
Name: Pay Currency Amount. Description: The amount in pay currency.
 
BASE_AMT    NUMERIC(15, 5)  YES 
Name: Base Currency Amount. Description: The amount in base currency.
 
MODIFIED_BY    VARCHAR(20)  YES 
Name: Modified By. Description: The User ID of the person who last modified this record.
 
ROWVERSION    NUMERIC(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 Keys 
Key Name  Key Type  Keys 

TEMP_EXP_AUTH_EXPENSE_CHARGE Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype