IBY_TEMP_CREDITCARDS

IBY_TEMP_CREDITCARDS is the interface table for credit card import

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

IBY_TEMP_CREDITCARDS_PK

TEMP_INSTRID

Columns

Name Datatype Length Precision Not-null Comments
TEMP_INSTRID NUMBER 18 Yes Primary key for this table. For Fusion, the value should come from Fusion common sequence - S_ROW_ID_SEQ
STATUS VARCHAR2 30 Yes Status of the interface record. Values are NEW, PROCESSED and REJECTED
CCNUMBER VARCHAR2 120 The credit card number. It must be numeric.
EXPIRYDATE DATE Expiration date of the card
ADDRESSID NUMBER Foreign key to HZ_IMP_LOCATIONS_T.LOCATION_T_ID
INSTRBUF VARCHAR2 320 Instrument
CHNAME VARCHAR2 320 Card Holder Name
DESCRIPTION VARCHAR2 960 Description of the instrument
FINAME VARCHAR2 320 Financial Institution Name
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.
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_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.
BILLING_ADDR_POSTAL_CODE VARCHAR2 200 Billing address postal code
BILL_ADDR_TERRITORY_CODE VARCHAR2 8 Billing address territory code
CARD_OWNER_ID NUMBER 18 Owner TCA Party ID
INSTRUMENT_TYPE VARCHAR2 120 Yes Payment instrument type
PURCHASECARD_FLAG VARCHAR2 4 Yes Purchase card flag
PURCHASECARD_SUBTYPE VARCHAR2 120 IBY_PURCHASECARD_SUBTYPE include B (Business Card), C (Corporate Card), P (Purchase Card) and U (Unknown).
CARD_ISSUER_CODE VARCHAR2 120 Card Issuer Code if know. Otherwise UNKNOWN.
CC_ISSUER_RANGE_ID NUMBER 18 For security features
SINGLE_USE_FLAG VARCHAR2 4 Single use flag
INFORMATION_ONLY_FLAG VARCHAR2 4 Y or N flag indicating whether the credit card is registered for information use only
CARD_PURPOSE VARCHAR2 120 Purpose of the credit card from lookup type IBY_CARD_PURPOSE
ATTRIBUTE_CATEGORY VARCHAR2 600 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 600 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 600 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
UPGRADE_ADDRESSID NUMBER 18 Upgrade column
START_DATE DATE Yes Date from which card is available for use
END_DATE DATE Yes Date until which card is available for use
FEEDER_IMPORT_BATCH_ID NUMBER 18 Feeder system assigned id for controlling the import process
ORIG_SYSTEM VARCHAR2 80 Original System for credit card
ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference for credit card

Indexes

Index Uniqueness Tablespace Columns
IBY_TEMP_CREDITCARDS_F1 Non Unique FUSION_TS_TX_DATA ADDRESSID
IBY_TEMP_CREDITCARDS_F2 Non Unique FUSION_TS_TX_DATA CARD_OWNER_ID
IBY_TEMP_CREDITCARDS_F3 Non Unique FUSION_TS_TX_DATA CARD_ISSUER_CODE
IBY_TEMP_CREDITCARDS_F4 Non Unique FUSION_TS_TX_DATA CC_ISSUER_RANGE_ID
IBY_TEMP_CREDITCARDS_U1 Unique Default TEMP_INSTRID