EXM_EXPENSE_DAILY_AMOUNTS

This table contains the cumulative daily amounts for the expenses created by an employee on a specific date for a specific expense policy line.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EXM_EXPENSE_DAILY_AMOUNTS_PK

DAILY_LIMIT_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
DAILY_LIMIT_LINE_ID NUMBER 18 Yes Unique identifier for the daily limit line.
PERSON_ID NUMBER 18 Yes Unique identifier of the person.
DAY_OF_YEAR NUMBER 3 Yes Day of the year in which the expense that is considered as a daily expense was created.
EXPENSE_CREATION_YEAR NUMBER 4 Yes Year in which the daily expense was created.
POLICY_LINE_ID NUMBER 18 Yes Unique identifier of the policy line.
CUMULATIVE_DAILY_AMOUNT NUMBER Yes Amount of the cumulative daily amounts in USD for the expenses created by an employee on a specific date.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
EXM_EXPENSE_DAILY_AMOUNTS_U1 Unique Default PERSON_ID, DAY_OF_YEAR, EXPENSE_CREATION_YEAR, POLICY_LINE_ID
EXM_EXPENSE_DAILY_AMOUNT_U2 Unique Default DAILY_LIMIT_LINE_ID