Search Results iby_creditcard
The IBY_CREDITCARD
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Payments module (IBY), which handles credit card processing and management. This table stores essential credit card information required for payment processing, validation, and authorization. Below is a detailed summary of its structure, purpose, and key attributes.
### **Purpose of IBY_CREDITCARD Table**
The IBY_CREDITCARD
table serves as the central repository for credit card details used in payment transactions. It supports functionalities such as:
- **Credit Card Storage**: Securely stores encrypted credit card numbers, expiration dates, and cardholder names.
- **Payment Authorization**: Facilitates authorization requests during payment processing.
- **Tokenization**: Supports tokenized card data for secure transactions.
- **Validation**: Ensures card details comply with issuer standards (e.g., Visa, Mastercard).
### **Key Columns and Descriptions**
Below are the primary columns in the IBY_CREDITCARD
table and their significance:
| **Column Name** | **Data Type** | **Description** |
|-------------------------|--------------|----------------|
| CREDITCARD_ID
| NUMBER | Primary key, uniquely identifies each credit card record. |
| CARD_NUMBER
| VARCHAR2(20) | Stores the encrypted credit card number (masked for security). |
| CARD_EXPIRATION_DATE
| DATE | Expiration date of the credit card (MM/YYYY format). |
| CARDHOLDER_NAME
| VARCHAR2(100)| Name of the cardholder as printed on the card. |
| CARD_TYPE_CODE
| VARCHAR2(30) | Indicates the card issuer (e.g., VISA, MASTERCARD, AMEX). |
| TOKEN_ID
| NUMBER | Reference to a tokenized card (if tokenization is enabled). |
| CREATED_BY
| NUMBER | User ID of the creator (references FND_USER
). |
| CREATION_DATE
| DATE | Timestamp when the record was created. |
| LAST_UPDATED_BY
| NUMBER | User ID of the last updater. |
| LAST_UPDATE_DATE
| DATE | Timestamp of the last update. |
| LAST_UPDATE_LOGIN
| NUMBER | Session ID of the last update. |
### **Security and Compliance**
Oracle EBS ensures PCI-DSS compliance by:
- **Encrypting card numbers** using Oracle’s encryption utilities.
- **Masking card numbers** in UI displays (e.g., showing only last four digits).
- **Tokenization support** to replace sensitive data with tokens for recurring payments.
### **Integration with Other Modules**
The IBY_CREDITCARD
table integrates with:
- **Oracle Receivables (AR)**: For customer payment processing.
- **Oracle Payables (AP)**: For supplier payments.
- **Oracle Order Management (OM)**: For e-commerce transactions.
### **Common Use Cases**
1. **Payment Processing**: Used in IBY_PAYMENTS_ALL
to authorize and capture payments.
2. **Recurring Billing**: Stores card details for subscription-based services.
3. **Refunds**: Links to IBY_REFUNDS
for processing refunds.
### **Best Practices for Management**
- **Regular Purging**: Archive or purge obsolete records to maintain performance.
- **Audit Trails**: Use Oracle Audit Vault to track access.
- **PCI Compliance**: Ensure encryption and masking are always enabled.
### **Conclusion**
The IBY_CREDITCARD
table is a foundational element in Oracle EBS Payments, enabling secure and efficient credit card transactions. Proper configuration and compliance with PCI standards are essential for maintaining data security and operational efficiency.
-
Table: IBY_CREDITCARD
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD, object_name:IBY_CREDITCARD, status:VALID, product: IBY - Payments , description: IBY_CREDITACRD stores Credit Card related information of the customer(payer) or payee. , implementation_dba_data: IBY.IBY_CREDITCARD ,
-
Table: IBY_CREDITCARD
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD, object_name:IBY_CREDITCARD, status:VALID, product: IBY - Payments , description: IBY_CREDITACRD stores Credit Card related information of the customer(payer) or payee. , implementation_dba_data: IBY.IBY_CREDITCARD ,
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_CREDITCARD
12.1.1
-
APPS.OKS_ARFEEDER_PUB dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_CREDITCARD_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_HZ_UNIFICATION_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.OE_PREPAYMENT_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_OFFLINEDB_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OKL_ARINTF_PVT dependencies on IBY_CREDITCARD
12.2.2
-
APPS.CSD_RETURNS_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OKS_CCMIGRATE_PVT dependencies on IBY_CREDITCARD
12.1.1
-
APPS.POR_HISTORY_FEED_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.AP_WEB_PCARD_WORKFLOW_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.ASO_PAYMENT_INT dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_PARTY_MERGE dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OE_PAYMENT_TRXN_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.AR_IREC_PAYMENTS dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_HASH_REGENERATOR dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_CC_VALIDATE dependencies on IBY_CREDITCARD
12.2.2
-
APPS.POR_HISTORY_FEED_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_CC_VALIDATE dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_EVAL_RISKY_INSTR_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_UTILITY_PVT dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_SECURITY_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_CREDITCARD
12.2.2
-
APPS.AP_WEB_DB_EXPRPT_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_UTILITY_PVT dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OE_VERSION_COMP dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_HZ_UNIFICATION_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.PON_PRINTING_PKG dependencies on IBY_CREDITCARD
12.2.2
-
APPS.OE_HEADER_PAYMENT_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.IBY_CC_VALIDATE dependencies on IBY_CREDITCARD
12.1.1
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on IBY_CREDITCARD
12.1.1
-
APPS.OE_PREPAYMENT_UTIL dependencies on IBY_CREDITCARD
12.1.1
-
APPS.AP_WEB_DB_EXPRPT_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_CREDITCARD_PKG dependencies on IBY_CREDITCARD
12.1.1
-
APPS.IBY_CC_VALIDATE dependencies on IBY_CREDITCARD
12.1.1