EXM_CARD_HOLDER_DETAILS

This table contains the details of the corporate card holders, such as name and employee number.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

EXM_CARD_HOLDER_DETAILS_PK

CARD_ID

Columns

Name Datatype Length Precision Not-null Comments
CARD_ID NUMBER 18 Yes Identifier of the corporate card.
FULL_NAME VARCHAR2 120 Full name of the corporate card holder as provided by the corporate card issuer in the charge file.
FIRST_NAME VARCHAR2 40 First name of the corporate card holder as provided by the corporate card issuer in the charge file.
MIDDLE_NAME VARCHAR2 40 Middle name of the corporate card holder as provided by the corporate card issuer in the charge file.
LAST_NAME VARCHAR2 40 Last name of the corporate card holder as provided by the corporate card issuer in the charge file.
WORKER_NUMBER VARCHAR2 30 Employee number of the corporate card holder as provided by the corporate card issuer in the charge file.
NATIONAL_IDENTIFIER VARCHAR2 30 National identifier number of the corporate card holder, such as social security number, as provided by the corporate card issuer in the charge file. Value is encrypted.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CARD_HOLDER_IDENTIFICATION VARCHAR2 40 Corporate card holder identification such as employee number or national identifier.
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_HOLDER_DETAILS exm_cards CARD_ID

Indexes

Index Uniqueness Tablespace Columns
EXM_CARD_HOLDER_DETAILS_PK Unique Default CARD_ID