TEMP_EXP_AUTH_EXPENSE 
Default Table Name  TEMP_EXP_AUTH_EXPENSE 
Definition 
Name: Temporary Expense Authorization Expenses.  Description: This table contains temporary details regarding each expense that is recorded on an expense report. 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 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 .
 
EXPENSE_ID    NUMERIC(10, 0)  YES 
Name: Expense ID. Description: Synthetic.
 
EXP_CATEGORY_CD    VARCHAR(10)  YES 
Name: Expense Category. Description. The category of the expense.
 
EXP_TYPE_CD    VARCHAR(10)  YES 
Name: Expense Type. Description: The type of the expense.
 
EXPENSE_DT    DATE  YES 
Name: Expense Date. Description: The date the expense was incurred.
 
PAY_ESTIMATED_AMT    NUMERIC(15, 5)  YES 
Name: Pay Currency Estimated Amount. Description: The estimated amount in pay currency.
 
BASE_ESTIMATED_AMT    NUMERIC(15, 5)  YES 
Name: Base Currency Estimated Amount. Description: The estimated amount in base currency.
 
PAY_BASE_EXCHANGE_RATE    NUMERIC(20, 10)  YES 
Name: Pay to Base Exchange Rate. Description: The exchange rate provided by the system to take pay currency to pay currency.
 
START_DT    DATE  YES 
Name: Start Date. Description: The start date for the expense.
 
END_DT    DATE  YES 
Name: End Date. Description: The end date for the expense.
 
COMMENTS_TEXT    VARCHAR(254)  YES 
Name: Comments. Description: The User Comments about expense.
 
EXP_RPT_TYPE_CD    VARCHAR(10)  YES 
Name: Expense Report Type. Description: The type of expense report for this authorization.
 
PER_DIEM_SCHEDULE_CD    VARCHAR(10)  YES 
Name: Per Diem Schedule. Description: The per diem schedule that applies to the expense authorization.
 
UNIT_NO    NUMERIC(6, 0)  YES 
Name: Number of Units. Description: The number of units to be expensed on the authorization.
 
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.
 
PAY_CEILING_AMT    NUMERIC(15, 5)  YES 
Name: Pay Currency Ceiling Amount. Description: The ceiling amount in the user’s pay currency.
 
BASE_CEILING_AMT    NUMERIC(15, 5)  YES 
Name: Base Currency Ceilting Amount. Description: The ceiling amount in the system’s base currency.
 
PAY_OVER_CEILING_AMT    NUMERIC(15, 5)  YES 
Name: Pay Currency Over Ceiling Amount. Description: The over ceiling amount in pay currency.
 
BASE_OVER_CEILING_AMT    NUMERIC(15, 5)  YES 
Name: Base Currency Over Ceiling Amount. Description: The over ceiling amount in base currency.
 
BASE_PAY_EXCHANGE_RATE    NUMERIC(20, 10)  YES 
Name: Base to Pay Exchange Rate. Description: The exchange rate provided by the system to take base currency to pay currency.
 
DAYS_NIGHTS_NO    NUMERIC(6, 0)  YES 
Name: Number of Nights. Description: The number of days nights for the estimate.
 
LATE_FL    VARCHAR(1)  YES 
Name: Late Checkout Flag. Description: Logical as to whether Lodging had late checkout or Car Rental had late return.
 
CONFERENCE_FL    VARCHAR(1)  YES 
Name: Conference Flag. Description: Logical as to whether lodging was for conference.
 
SAVE_WARNING_TEXT    VARCHAR(1000)  YES 
Name: Save Warnings. Description: Warnings received during most recent expense authorization save.
 
LOCATION_ID    VARCHAR(40)  YES 
Name: Location ID Description: Unique Identifier for Location.
 
LOCATION_NO    NUMERIC(10, 0)  YES 
 
VALIDATED_FL    VARCHAR(1)  NO 
 

TEMP_EXP_AUTH_EXPENSE Keys 
Key Name  Key Type  Keys 

TEMP_EXP_AUTH_EXPENSE 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