EXM_EXP_ITEMIZATION_SUMMARY

This table contains the expense itemization details that are used to generate summary information for itemized expenses.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

exm_exp_itemization_summar_PK

ITEMIZATION_SUMMARY_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEMIZATION_SUMMARY_ID NUMBER 18 Yes Unique identifier of each itemization summary record.
ITEMIZATION_PARENT_EXPENSE_ID NUMBER 18 Yes Unique identifier of the parent expense of an itemized expense item.
EXPENSE_ID NUMBER 18 Unique identifier of the itemized expense item.
CARD_EXPENSE_TYPE VARCHAR2 30 The card expense type associated with the itemized expense item. This will be a lookup code value from the EXM_CARD_EXPENSE_TYPE lookup type.
RECEIPT_AMOUNT NUMBER Amount of the receipt in the receipt currency.
PERSONAL_FLAG VARCHAR2 1 Indicates whether the itemization line is categorized as personal.
DESCRIPTION VARCHAR2 240 Description of an expense item.
START_DATE DATE Date when the expense occurred or the first day of an expense that spans multiple days.
END_DATE DATE Last day of an expense that spans multiple days.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.

Indexes

Index Uniqueness Tablespace Columns
EXM_EXP_ITEM_SUMMARY_N1 Non Unique EXM_EXP_ITEM_SUMMARY_N1 ITEMIZATION_PARENT_EXPENSE_ID
EXM_EXP_ITEM_SUMMARY_PK Unique EXM_EXP_ITEM_SUMMARY_PK ITEMIZATION_SUMMARY_ID