IBY_CREDITCARD_H

Holds historical data for credit cards

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_CREDITCARD_H_PK

CARD_HISTORY_CHANGE_ID

Columns

Name Datatype Length Precision Not-null Comments
CARD_HISTORY_CHANGE_ID NUMBER 18 Yes Credit card history change identifier
INSTRID NUMBER 18 Yes Sequence: IBY_INSTR_S.NEXTVAL
EXPIRYDATE DATE Expiration date of the card
ADDRESSID NUMBER 18 Will become a foreign key to HZ_PARTY_SITE_USES.PARTY_SITE_USE_ID instead of HZ_LOCATIONS.LOCATION_ID ; changes to existing customer data will be implemented in an upgrade script
DESCRIPTION VARCHAR2 240 Description of payment instrument
CHNAME VARCHAR2 80 Card holder name
FINAME VARCHAR2 80 Financial institution name
SECURITY_GROUP_ID NUMBER 18 Used in hosted environments
ENCRYPTED VARCHAR2 1 Flag indicating if the instrument is encrypted
MASKED_CC_NUMBER VARCHAR2 100 Masked credit card number; to be used for display purposes
CARD_OWNER_ID NUMBER 18 Owner TCA Party ID
INSTRUMENT_TYPE VARCHAR2 30 Yes Payment instrument type
PURCHASECARD_FLAG VARCHAR2 1 Yes N
PURCHASECARD_SUBTYPE VARCHAR2 30 IBY_PURCHASECARD_SUBTYPE include B (Business Card), C (Corporate Card), P (Purchase Card) and U (Unknown).
CARD_ISSUER_CODE VARCHAR2 30 Yes Card Issuer Code if know. Otherwise UNKNOWN.
SINGLE_USE_FLAG VARCHAR2 1 Y
INFORMATION_ONLY_FLAG VARCHAR2 1 Y or N flag indicating whether the credit card is registered for information use only
CARD_PURPOSE VARCHAR2 30 Purpose of the credit card from lookup type IBY_CARD_PURPOSE
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER 18 Concurrent Who column
PROGRAM_ID NUMBER 18 Concurrent Who column
PROGRAM_UPDATE_DATE DATE Concurrent Who column
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
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.
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
EXPIRY_SEC_SEGMENT_ID NUMBER 18 Foreign key to IBY_SECURITY_SEGMENTS table that holds all encrypted values in system.
CHNAME_SEC_SEGMENT_ID NUMBER 18 Foreign key to IBY_SECURITY_SEGMENTS table that holds all encrypted values in system.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_CREDITCARD_H iby_creditcard INSTRID
IBY_CREDITCARD_H hz_party_site_uses ADDRESSID
IBY_CREDITCARD_H iby_creditcard_issuers_b CARD_ISSUER_CODE
IBY_CREDITCARD_H hz_parties CARD_OWNER_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_CREDITCARD_H_F1 Non Unique Default INSTRID
IBY_CREDITCARD_H_PK Unique Default CARD_HISTORY_CHANGE_ID