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 ,
-
Table: IBY_SECURITY_SEGMENTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_SECURITY_SEGMENTS, object_name:IBY_SECURITY_SEGMENTS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_SECURITY_SEGMENTS ,
-
Table: IBY_CC_ISSUER_RANGES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CC_ISSUER_RANGES, object_name:IBY_CC_ISSUER_RANGES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_CC_ISSUER_RANGES ,
-
Table: IBY_CREDITCARD_ISSUERS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD_ISSUERS_B, object_name:IBY_CREDITCARD_ISSUERS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_CREDITCARD_ISSUERS_B ,
-
Table: IBY_CREDITCARD_ISSUERS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD_ISSUERS_B, object_name:IBY_CREDITCARD_ISSUERS_B, status:VALID, product: IBY - Payments , description: Holds the list of accepted card brands , implementation_dba_data: IBY.IBY_CREDITCARD_ISSUERS_B ,
-
Table: IBY_CREDITCARD_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD_H, object_name:IBY_CREDITCARD_H, status:VALID, product: IBY - Payments , description: Holds historical data for credit cards , implementation_dba_data: IBY.IBY_CREDITCARD_H ,
-
Table: IBY_CREDITCARD_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CREDITCARD_H, object_name:IBY_CREDITCARD_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_CREDITCARD_H ,
-
Table: IBY_CC_ISSUER_RANGES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_CC_ISSUER_RANGES, object_name:IBY_CC_ISSUER_RANGES, status:VALID, product: IBY - Payments , description: Table contains card ranges for various credit card issuers. Used to remove structure from a credit card number before it is encrypted. , implementation_dba_data: IBY.IBY_CC_ISSUER_RANGES ,
-
View: IBY_CREDITCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_CREDITCARD_V, object_name:IBY_CREDITCARD_V, status:VALID, product: IBY - Payments , description: View used to work with registered credit cards. , implementation_dba_data: APPS.IBY_CREDITCARD_V ,
-
Table: IBY_INSTRHOLDER
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INSTRHOLDER, object_name:IBY_INSTRHOLDER, status:VALID, product: IBY - Payments , description: IBY_INSTRHOLDER stores the information about the holder of the instrment. A payment instrument can be held by different users or payees or payers. , implementation_dba_data: IBY.IBY_INSTRHOLDER ,
-
View: IBY_CREDITCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_CREDITCARD_V, object_name:IBY_CREDITCARD_V, status:VALID, product: IBY - Payments , description: View used to work with registered credit cards. , implementation_dba_data: APPS.IBY_CREDITCARD_V ,
-
Table: IBY_INSTRHOLDER
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INSTRHOLDER, object_name:IBY_INSTRHOLDER, status:VALID, product: IBY - Payments , description: IBY_INSTRHOLDER stores the information about the holder of the instrment. A payment instrument can be held by different users or payees or payers. , implementation_dba_data: IBY.IBY_INSTRHOLDER ,
-
Table: IBY_ACCTTYPE
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCTTYPE, object_name:IBY_ACCTTYPE, status:VALID, product: IBY - Payments , description: IBY_ACCTTYPE contains a list of various account types supported. For example for bank account, the account types could be Checking, Savings etc, for Credit Card, the account types could be Visa, MasterCard, Discover etc... , implementation_dba_data: IBY.IBY_ACCTTYPE ,
-
Table: IBY_ACCTTYPE
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCTTYPE, object_name:IBY_ACCTTYPE, status:VALID, product: IBY - Payments , description: IBY_ACCTTYPE contains a list of various account types supported. For example for bank account, the account types could be Checking, Savings etc, for Credit Card, the account types could be Visa, MasterCard, Discover etc... , implementation_dba_data: IBY.IBY_ACCTTYPE ,
-
View: IBY_PURCHASECARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PURCHASECARD_V, object_name:IBY_PURCHASECARD_V, status:VALID, product: IBY - Payments , description: View used to work with registered purchase cards. , implementation_dba_data: APPS.IBY_PURCHASECARD_V ,
-
View: IBY_PURCHASECARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PURCHASECARD_V, object_name:IBY_PURCHASECARD_V, status:VALID, product: IBY - Payments , description: View used to work with registered purchase cards. , implementation_dba_data: APPS.IBY_PURCHASECARD_V ,
-
View: IBY_FNDCPT_PAYER_ALL_INSTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PAYER_ALL_INSTRS_V, object_name:IBY_FNDCPT_PAYER_ALL_INSTRS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PAYER_ALL_INSTRS_V ,
-
View: IBY_FNDCPT_PAYER_ALL_INSTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PAYER_ALL_INSTRS_V, object_name:IBY_FNDCPT_PAYER_ALL_INSTRS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PAYER_ALL_INSTRS_V ,
-
View: IBY_FNDCPT_PAYER_ASSGN_INSTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PAYER_ASSGN_INSTR_V, object_name:IBY_FNDCPT_PAYER_ASSGN_INSTR_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PAYER_ASSGN_INSTR_V ,
-
View: IBY_FNDCPT_PAYER_ASSGN_INSTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PAYER_ASSGN_INSTR_V, object_name:IBY_FNDCPT_PAYER_ASSGN_INSTR_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PAYER_ASSGN_INSTR_V ,
-
View: IBY_TRANS_PCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_PCARD_V, object_name:IBY_TRANS_PCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_PCARD_V ,
-
View: IBY_TRANS_CORE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_CORE_V, object_name:IBY_TRANS_CORE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_CORE_V ,
-
View: IBY_TRANS_PCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_PCARD_V, object_name:IBY_TRANS_PCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_PCARD_V ,
-
View: IBY_TRANS_CORE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_CORE_V, object_name:IBY_TRANS_CORE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_CORE_V ,
-
View: IBY_XML_FNDCPT_CREDITCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_CREDITCARD_V, object_name:IBY_XML_FNDCPT_CREDITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_CREDITCARD_V ,
-
View: IBY_XML_FNDCPT_DEBITCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DEBITCARD_V ,
-
View: IBY_XML_FNDCPT_CREDITCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_CREDITCARD_V, object_name:IBY_XML_FNDCPT_CREDITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_CREDITCARD_V ,
-
View: IBY_XML_FNDCPT_DEBITCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DEBITCARD_V ,
-
View: IBY_TRXN_EXTENSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXTENSIONS_V, object_name:IBY_TRXN_EXTENSIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXTENSIONS_V ,
-
View: IBY_TRXN_EXTENSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXTENSIONS_V, object_name:IBY_TRXN_EXTENSIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXTENSIONS_V ,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,