EXM_MOBILE_EXPENSE_MATCHES
This table contains expense items created from mobile devices and expense items created from corporate card transactions that are either automatically matched by the application or manually matched by users.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CREDIT_CARD_EXPENSE_ID | NUMBER | 18 | Yes | Identifier of the expense item created from a corporate card transaction. | |
MOBILE_EXPENSE_ID | NUMBER | 18 | Yes | Expense item created from mobile device. | |
MERGED_FLAG | VARCHAR2 | 1 | Indicator of whether the expense item created from a mobile device is already merged to an expense item created from a corporate card transaction. | ||
RECORD_CATEGORY_CODE | VARCHAR2 | 30 | Yes | Indicates whether the record is a matching or a duplicate record. Possible values are MATCHING and DUPLICATE. | |
GROUP_ID | NUMBER | 18 | Unique identifier of a group of duplicate expenses. | ||
ANCHOR_EXPENSE_ID | NUMBER | 18 | Identifies the anchor expense within a group of duplicate expenses. | ||
ANCHOR_RANK | NUMBER | 18 | Indicates the priority of anchors within a group of duplicate expenses. | ||
PERSON_ID | NUMBER | 18 | Person identifier of the expense owner. | ||
ORG_ID | NUMBER | 18 | Indicates the identifier of the business unit associated to the row. | ||
ASSIGNMENT_ID | NUMBER | 18 | Assignment identifier of the expense owner. | ||
UX_MODE_CODE | VARCHAR2 | 30 | Yes | Indicates whether the expense is in Sequoia or Classic interface. | |
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_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. | ||
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. | |
MATCH_PERCENTAGE | NUMBER | Percentage by which an uploaded mobile expense item matches a corporate card transaction. | |||
MATCH_SCORE | NUMBER | Score generated by the matching algorithm that denotes the strength of the match between a digital assistant expense and a corporate card expense. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_MOBILE_EXPENSE_MATCHES_N1 | Non Unique | FUSION_TS_TX_IDX | MOBILE_EXPENSE_ID |
EXM_MOBILE_EXPENSE_MATCHES_N2 | Non Unique | FUSION_TS_TX_IDX | PERSON_ID |
EXM_MOBILE_EXPENSE_MATCHES_U1 | Unique | FUSION_TS_TX_IDX | CREDIT_CARD_EXPENSE_ID, MOBILE_EXPENSE_ID, RECORD_CATEGORY_CODE, UX_MODE_CODE |