EXM_CC_ACCEPTORS
This table contains the merchants who provide Level 3 detail transactions and the average time for providing the details.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EXM_CC_ACCEPTORS_PK |
CARD_ACCEPTOR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CARD_ACCEPTOR_ID | NUMBER | 18 | Yes | Unique identifier for a merchant providing detail transactions. | |
CARD_PROGRAM_ID | NUMBER | 18 | Yes | Identifier of the corporate card program for which the merchant provides detail transactions. | |
COMPANY_ACCOUNT_ID | NUMBER | 18 | Identifier of the company account. | ||
NAME | VARCHAR2 | 200 | Name of the merchant that accepted the corporate card for a transaction. | ||
STREET_ADDRESS | VARCHAR2 | 240 | Address of the merchant that accepted the corporate card for a transaction. | ||
CITY | VARCHAR2 | 60 | City where the merchant is located. | ||
STATE_PROVINCE | VARCHAR2 | 60 | Credit card acceptor state or province. | ||
POSTAL_CODE | VARCHAR2 | 60 | Postal code for the merchant's location. | ||
COUNTRY_CODE | VARCHAR2 | 60 | Country of the merchant. | ||
BUSINESS_CODE | VARCHAR2 | 100 | Business code assigned to the merchant. | ||
TAXPAYER_NUMBER | VARCHAR2 | 20 | Tax payer number of the merchant. | ||
VAT_NUMBER | VARCHAR2 | 20 | VAT registration number of the merchant. | ||
DUNS_NUMBER | VARCHAR2 | 15 | Dun and Bradstreet number of the merchant. | ||
DETAIL_WAITING_DURATION | NUMBER | Yes | Average number of days the merchant takes to provide Level 3 details for corporate card transactions. | ||
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_CC_ACCEPTORS | exm_card_programs | CARD_PROGRAM_ID |
EXM_CC_ACCEPTORS | exm_cc_company_accounts | COMPANY_ACCOUNT_ID |
exm_credit_card_trxns | exm_cc_acceptors | CARD_ACCEPTOR_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_CC_ACCEPTORS_PK | Unique | Default | CARD_ACCEPTOR_ID |