EXM_CC_TRXN_DETAILS
This table contains Level 3 details of corporate card transactions.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EXM_CC_TRXN_DETAILS_PK |
CC_TRXN_DETAIL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CC_TRXN_DETAIL_ID | NUMBER | 18 | Yes | Application generated unique identifier of a detail transaction. | |
CREDIT_CARD_TRXN_ID | NUMBER | 18 | Yes | Identifier of the parent corporate card transaction of the detail transaction. | |
TRANSACTION_AMOUNT | NUMBER | Amount as charged by the merchant in the currency of the transaction. | |||
BILLED_AMOUNT | NUMBER | Amount billed to the corporate card by the corporate card issuer. | |||
EXT_FOLIO_TYPE | VARCHAR2 | 80 | Code that the merchant uses to identify the product or service purchased in this transaction. | ||
FOLIO_TYPE | VARCHAR2 | 80 | Corporate card expense types that are assigned to the transaction by the upload process. | ||
ITEM_SEQUENCE_NUM | VARCHAR2 | 5 | Sequence number of an item in a line item detail transaction. | ||
ITEM_DESCRIPTION | VARCHAR2 | 240 | Description of the item purchased in this transaction. | ||
TRANSACTION_DATE | DATE | Transaction date of item for detailed transaction. | |||
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. | |
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_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_CC_TRXN_DETAILS | exm_credit_card_trxns | CREDIT_CARD_TRXN_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_CC_TRXN_DETAILS_PK | Unique | Default | CC_TRXN_DETAIL_ID |
EXM_CC_TRXN_DETAILS_U1 | Unique | Default | CREDIT_CARD_TRXN_ID, ITEM_SEQUENCE_NUM |