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 ,
-
APPS.IBY_MERGE dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.ARP_REVERSE_RECEIPT dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.AR_ECAPP_PKG dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.ARP_CASHBOOK dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_RECEIPT_API_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_AUTOREM_API dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.AR_AUTOREC_API dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.AR_AUTOREM_API dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.JMF_GTA_TRX_UTIL dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.OE_PREPAYMENT_PVT dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_PREPAYMENTS_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.AR_AUTOREC_API dependencies on IBY_FNDCPT_TX_OPERATIONS
12.2.2
-
APPS.ARP_PROGRAM_BR_REMIT dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.OE_PREPAYMENT_PVT dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.AR_RECEIPT_API_PUB dependencies on IBY_FNDCPT_TX_OPERATIONS
12.1.1
-
APPS.AR_AUTOREM_API dependencies on IBY_TRXN_SUMMARIES_ALL
12.1.1
-
APPS.AR_AUTOREC_API dependencies on IBY_TRXN_SUMMARIES_ALL
12.1.1
-
APPS.AR_AUTOREM_API dependencies on IBY_TRXN_SUMMARIES_ALL
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_CREDITCARD_ISSUERS_VL
12.2.2
-
VIEW: IBY.IBY_FNDCPT_TX_OPERATIONS#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_FNDCPT_TX_OPERATIONS#, status:VALID,
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_FNDCPT_PMT_CHNNLS_VL
12.2.2
-
VIEW: APPS.IBY_EXTN_AUTHORIZATIONS_V
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_EXT_BANK_ACCOUNTS_V
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_FNDCPT_TX_EXTENSIONS
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on FND_APPLICATION
12.2.2
-
VIEW: IBY.IBY_FNDCPT_TX_OPERATIONS#
12.2.2
-
SYNONYM: APPS.IBY_FNDCPT_TX_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_TX_OPERATIONS, status:VALID,
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_CREDITCARD
12.2.2
-
APPS.ARP_REVERSE_RECEIPT dependencies on IBY_TRXN_SUMMARIES_ALL
12.2.2
-
VIEW: APPS.IBY_EXTN_RETURNS_V
12.2.2
-
APPS.AR_GTA_TRX_UTIL dependencies on IBY_PMT_INSTR_USES_ALL
12.2.2
-
SYNONYM: APPS.IBY_FNDCPT_TX_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_TX_OPERATIONS, status:VALID,
-
TABLE: IBY.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,
-
TABLE: IBY.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,
-
APPS.AR_AUTOREC_API dependencies on IBY_TRXN_SUMMARIES_ALL
12.2.2
-
VIEW: APPS.IBY_TRXN_EXTENSIONS_V
12.2.2
-
VIEW: APPS.IBY_TRXN_EXTENSIONS_V
12.1.1