Search Results iby_tx_creditcard_decryption
Overview
The concurrent program IBY_TX_CREDITCARD_DECRYPTION belongs to the IBY — Payments module of Oracle E-Business Suite, and is exposed to end users under the friendly name Decrypt Credit Card Transaction Data. As its description states, the program decrypts credit card transaction data. Payment processing in Oracle Payments (IBY) stores sensitive cardholder data — card numbers, expiry dates, and related transaction attributes — in encrypted form for security and PCI compliance. The decryption program reverses that encryption so the underlying transaction records can be read, validated, migrated, or otherwise processed by downstream operations. It is typically employed during environment refreshes, data migration, or diagnostic activities where encrypted transaction payloads must be rendered usable.
Execution Details
The documented execution metadata is as follows:
- Execution Method: Java Concurrent Program
- Argument Method: Standard
- Executable: IBY_TX_CREDITCARD_DECRYPTION
- Execution Filename: SchedTxnCCDecryption
- Subroutine Name: (not defined in the metadata)
- Enabled: Yes in the 12.1.1 / ETRM base record; recorded as No in the 12.2.2 ETRM documentation
Because the program is implemented as a Java concurrent program, execution delegates to the Java class referenced by the execution filename SchedTxnCCDecryption. The "Standard" argument method indicates that arguments, where supplied, follow the standard Oracle concurrent program argument convention. Administrators should note the documented discrepancy in the Enabled flag: the object is enabled in the base record but shown as disabled in the 12.2.2 documentation. In 12.2.2 environments the program therefore may need to be explicitly enabled before it can be submitted through the standard request flow.
How to Run
As a standard concurrent program, it is submitted through the Submit Request (SRS) window, either via the responsibility menu path Requests > Run or through the Concurrent Programs / Request submission form, selecting "Decrypt Credit Card Transaction Data" from the list of available programs. Because the argument method is Standard and the metadata does not enumerate a defined parameter list, the exact parameters are governed by the executable definition in the target instance; administrators should review the program's parameter definition before running it.
Operational guidance:
- Schedule the program during a low-activity window, since decryption of transaction volumes can be resource-intensive.
- Verify the target environment and scope before execution; decrypted card data is sensitive and its handling must comply with internal security policy.
- Confirm the program is Enabled in the 12.2.2 instance, given the documented disabled state.
- Review the concurrent request log and output file for completion status and any errors reported by the Java executable.
Related Objects
The program operates on Oracle Payments (IBY) credit card transaction data, and is commonly associated with the following objects and components:
- IBY credit card transaction tables that hold the encrypted cardholder payload processed by the decryption routine.
- Executable definition IBY_TX_CREDITCARD_DECRYPTION, associated with the Java class
SchedTxnCCDecryption. - Payment instrument and payment processing setup in Oracle Payments, including encryption key configuration, which must be present and consistent for decryption to succeed.
- Related IBY concurrent programs and reports that read or audit credit card transaction data, used together when verifying results.
Because the documented metadata for this program is intentionally limited, implementers should validate the parameter list, key configuration, and related table names against the specific 12.1.1 or 12.2.2 instance before relying on the program in production.
-
Concurrent Program: IBY_TX_CREDITCARD_DECRYPTION
12.1.1
execution_filename: SchedTxnCCDecryption , product: IBY - Payments , user_name: Decrypt Credit Card Transaction Data , description: Decrypts credit card transaction data , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: IBY_TX_CREDITCARD_DECRYPTION
12.2.2
execution_filename: SchedTxnCCDecryption , product: IBY - Payments , user_name: Decrypt Credit Card Transaction Data , description: Decrypts credit card transaction data , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on FND_SUBMIT
12.1.1
-
APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on FND_SUBMIT
12.2.2
-
PACKAGE BODY: APPS.IBY_DISBURSE_UI_API_PUB_PKG
12.1.1
-
PACKAGE BODY: APPS.IBY_DISBURSE_UI_API_PUB_PKG
12.2.2