Search Results iby_fndcpt_tx_operations
Overview
The IBY_FNDCPT_TX_OPERATIONS table is a core data object within the Oracle E-Business Suite (EBS) Payments (IBY) module. Its primary function is to manage the relationship between payment transaction extensions and the specific authorization or settlement transactions generated during the payment lifecycle. This table acts as a critical junction, enabling the complex, multi-step processes of electronic payments by linking extended transaction data to the discrete financial operations performed by the payment system. Its role is essential for maintaining a complete audit trail and ensuring data integrity across the payment execution flow in both EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to store association records. Based on the provided metadata, the two key columns that define this relationship are the primary key components. The TRXN_EXTENSION_ID column holds a foreign key reference to a record in the IBY_FNDCPT_TX_EXTENSIONS table, which stores extended details about a payment transaction. The TRANSACTIONID column stores the identifier for a specific authorization or settlement transaction generated by the payment gateway or processor. Together, these columns create a many-to-many link, allowing a single transaction extension to be associated with multiple authorization/settlement attempts and vice versa.
Common Use Cases and Queries
This table is primarily accessed for troubleshooting, reconciliation, and reporting on payment processing. A common scenario involves tracing all settlement transactions related to a specific payment instruction or batch. A typical query would join from a payment instruction identifier through the transaction extensions table to IBY_FNDCPT_TX_OPERATIONS to retrieve all associated TRANSACTIONIDs. Another critical use case is during payment lifecycle reporting, where analysts need to understand the sequence of authorization and settlement events for a given payment. Sample SQL to find operations for a specific transaction extension would be:
- SELECT * FROM iby.iby_fndcpt_tx_operations WHERE trxn_extension_id = <EXTENSION_ID>;
This data is vital for resolving discrepancies between the EBS payment records and the statements from banks or payment gateways.
Related Objects
The IBY_FNDCPT_TX_OPERATIONS table has a direct and fundamental dependency on the IBY_FNDCPT_TX_EXTENSIONS table, as enforced by its foreign key constraint. This relationship is central to its purpose. Furthermore, it is intrinsically linked to the core payment transaction tables within the IBY schema, such as IBY_TRANSACTIONS or IBY_PAYMENTS_ALL, though these relationships are typically mediated through the IBY_FNDCPT_TX_EXTENSIONS table. Developers and DBAs interacting with this table must respect these relationships, particularly the foreign key to IBY_FNDCPT_TX_EXTENSIONS, to maintain referential integrity within the payment system's data model.
-
Table: IBY_FNDCPT_TX_OPERATIONS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_OPERATIONS, object_name:IBY_FNDCPT_TX_OPERATIONS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_TX_OPERATIONS ,
-
Table: IBY_FNDCPT_TX_OPERATIONS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_OPERATIONS, object_name:IBY_FNDCPT_TX_OPERATIONS, status:VALID, product: IBY - Payments , description: IBY_FNDCPT_TX_OPERATIONS stores associations between transaction extension entities and authorization or settlement transactions. , implementation_dba_data: IBY.IBY_FNDCPT_TX_OPERATIONS ,
-
Table: IBY_FNDCPT_TX_EXTENSIONS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_EXTENSIONS, object_name:IBY_FNDCPT_TX_EXTENSIONS, status:VALID, product: IBY - Payments , description: "The data in this table will be created by the source products through the public API IBY_FNDCPT_TRXN_PUB, Create_Transaction_Extension and Copy_Transaction_Extension to register a Funds capture transaction. IBY_FNDCPT_TX_EXTENSIONS table , implementation_dba_data: IBY.IBY_FNDCPT_TX_EXTENSIONS ,
-
View: IBY_TRXN_EXT_SETTLEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXT_SETTLEMENTS_V, object_name:IBY_TRXN_EXT_SETTLEMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXT_SETTLEMENTS_V ,
-
View: IBY_TRXN_EXT_SETTLEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXT_SETTLEMENTS_V, object_name:IBY_TRXN_EXT_SETTLEMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXT_SETTLEMENTS_V ,
-
View: IBY_TRXN_EXT_AUTHS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXT_AUTHS_V, object_name:IBY_TRXN_EXT_AUTHS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXT_AUTHS_V ,
-
View: IBY_TRXN_EXT_AUTHS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRXN_EXT_AUTHS_V, object_name:IBY_TRXN_EXT_AUTHS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRXN_EXT_AUTHS_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_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 ,