EXM_CARD_USAGE
This table contains the detailed information about cards in scanned receipts for the expense payments.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
EXM_CARD_USAGE_PK |
CARD_USAGE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CARD_USAGE_ID | NUMBER | 18 | Yes | Unique identifier of the card usage. | |
| CARD_BRAND_LOOKUP_CODE | VARCHAR2 | 30 | Yes | Corporate card brand, such as MasterCard, Visa, or American Express. | |
| PERSON_ID | NUMBER | 18 | Yes | Identifier for the person who holds the card. | |
| CARD_REFERENCE_ID | NUMBER | 18 | Yes | Credit card identifier in Oracle Fusion Payments. | |
| CARD_ID | NUMBER | 18 | Corporate card identifier that is associated to another existing corporate card. | ||
| PERSONAL_CARD_FLAG | VARCHAR2 | 1 | Indicates whether the card is a personal card. | ||
| 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. | |
| 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. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| EXM_CARD_USAGE | per_persons | PERSON_ID |
| EXM_CARD_USAGE | iby_creditcard | CARD_REFERENCE_ID |
| EXM_CARD_USAGE | exm_cards | CARD_ID |
| exm_expenses | exm_card_usage | CARD_USAGE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EXM_CARD_USAGE_N1 | Non Unique | Default | CARD_ID |
| EXM_CARD_USAGE_N2 | Non Unique | Default | PERSON_ID |
| EXM_CARD_USAGE_N3 | Non Unique | Default | CARD_REFERENCE_ID |
| EXM_CARD_USAGE_U1 | Unique | Default | CARD_USAGE_ID |