EXM_CC_TRXN_FILE_DETAILS

This table contains the details of processed corporate card transaction files.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_CC_TRXN_FILE_DETAILS_PK

PROCESS_FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_FILE_ID NUMBER 18 Yes Unique identifier of the upload process run on the transaction file.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
FILE_NAME VARCHAR2 255 Full name of the transaction file received from the card issuer.
VALID_TRANSACTIONS_COUNT NUMBER 9 Number of transactions that were successfully processed from the transaction file.
INVALID_TRANSACTIONS_COUNT NUMBER 9 Number of invalid transactions that were reported from the transaction file.
UPLOAD_DATE TIMESTAMP Date and time when the transaction file was processed.
FILE_SIZE NUMBER 18 Size of the transaction file processed in current upload request.
CARD_PROGRAM_ID NUMBER 18 Yes Identifier of the corporate card program used for processing the transaction file.
REQUEST_STATUS VARCHAR2 30 Status of the process that was run to upload the transaction file. Valid values are Succeeded, Error, and Complete with Warnings.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
EXM_CC_TRXN_FILE_DETAILS_N1 Non Unique Default REQUEST_ID
EXM_CC_TRXN_FILE_DETAILS_N2 Non Unique Default CARD_PROGRAM_ID
EXM_CC_TRXN_FILE_DETAILS_N3 Non Unique Default FILE_NAME
EXM_CC_TRXN_FILE_DETAILS_N4 Non Unique Default REQUEST_STATUS
EXM_CC_TRXN_FILE_DETAILS_PK Unique Default PROCESS_FILE_ID