Search Results iby_fndcpt_tx_extensions
Overview
The IBY_FNDCPT_TX_EXTENSIONS table is a core repository within the Oracle E-Business Suite (EBS) Payments module (IBY). It serves as the master table for registering and storing metadata for Funds Capture transactions. Funds Capture refers to the process of authorizing and settling electronic payments, such as credit card charges. The table's primary role is to act as a central reference point, created by source applications like Receivables (AR) or Order Management (OM) via the public API IBY_FNDCPT_TRXN_PUB. Each record represents a unique payment transaction extension that links the originating application's data to the Payments engine's processing lifecycle, enabling tracking, reporting, and operational management of payment flows.
Key Information Stored
The table's structure is designed to establish critical relationships and capture transaction context. Its primary key is TRXN_EXTENSION_ID, a unique identifier for each payment transaction extension. Key foreign key columns define its integration with other EBS entities: ORIGIN_APPLICATION_ID links to FND_APPLICATION to identify the source product; INSTR_ASSIGNMENT_ID references IBY_PMT_INSTR_USES_ALL to tie the transaction to a specific payment instrument (e.g., a credit card); and PAYMENT_CHANNEL_CODE references IBY_FNDCPT_PMT_CHNNLS_B to define the payment method channel. Additional columns like INSTR_CODE_SEC_SEGMENT_ID link to security segments for compliance. Collectively, these fields create a comprehensive footprint of a payment transaction's origin, method, and instrument.
Common Use Cases and Queries
This table is central for troubleshooting payment flows, auditing transaction history, and building custom integrations. A common reporting use case involves joining to transaction summaries and source application tables to trace a payment's journey. For instance, to find details for transactions originating from Receivables, a query might join to RA_CUSTOMER_TRX_ALL. Technical support often queries this table to verify a transaction was successfully registered in IBY before processing.
- Sample Query (Basic Transaction Lookup):
SELECT ext.trxn_extension_id, ext.origin_application_id, app.application_name
FROM iby.iby_fndcpt_tx_extensions ext,
fnd_application app
WHERE ext.origin_application_id = app.application_id
AND ext.instr_assignment_id = <instrument_id>; - Integration Verification: Developers use the documented public APIs (Create_Transaction_Extension, Copy_Transaction_Extension) to populate this table, ensuring all mandatory foreign key relationships are correctly established for downstream payment operations.
Related Objects
The IBY_FNDCPT_TX_EXTENSIONS table has extensive relationships, underscoring its pivotal role. It is referenced by numerous key transactional tables, primarily in Receivables (AR), such as AR_CASH_RECEIPTS_ALL, RA_CUSTOMER_TRX_ALL, and RA_INTERFACE_LINES_ALL, via their PAYMENT_TRXN_EXTENSION_ID columns. Within the IBY schema, it is directly linked to operational tables like IBY_FNDCPT_TX_OPERATIONS (for transaction steps) and IBY_TRXN_SUMMARIES_ALL (for high-level summaries). It also maintains a recursive relationship with IBY_FNDCPT_TX_XE_COPIES for copied transactions. The defining foreign keys link it to foundational tables for payment channels (IBY_FNDCPT_PMT_CHNNLS_B), payment instruments (IBY_PMT_INSTR_USES_ALL), and application definitions (FND_APPLICATION).
-
Table: IBY_FNDCPT_TX_EXTENSIONS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_EXTENSIONS, object_name:IBY_FNDCPT_TX_EXTENSIONS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_TX_EXTENSIONS ,
-
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 ,
-
Table: IBY_FNDCPT_TX_XE_COPIES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_XE_COPIES, object_name:IBY_FNDCPT_TX_XE_COPIES, status:VALID, product: IBY - Payments , description: IBY_FNDCPT_TX_XE_COPIES stores the copy relationship between transaction extension entities. This relationship is many-to-many, since during copy transaction extension, entities may be merged or split. , implementation_dba_data: IBY.IBY_FNDCPT_TX_XE_COPIES ,
-
Table: IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_B, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_PMT_CHNNLS_B ,
-
Table: IBY_PMT_INSTR_USES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMT_INSTR_USES_ALL, object_name:IBY_PMT_INSTR_USES_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PMT_INSTR_USES_ALL ,
-
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_PMT_CHNNLS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_B, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID, product: IBY - Payments , description: IBY_FNDCPT_PMT_CHNNLS defines all payment methods for the funds capture flow. Payment methods are categorized by instrument types. The instrument types are BANKACCOUNT, CREDITCARD, and DEBITCARD. Each payment method includes the attribute- , implementation_dba_data: IBY.IBY_FNDCPT_PMT_CHNNLS_B ,
-
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_PMT_INSTR_USES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PMT_INSTR_USES_ALL, object_name:IBY_PMT_INSTR_USES_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the relationship between payment instruments and Payer/Payee. Data can be entered manually. IBY_PMT_INSTR_USES_ALL table assigns payment instruments to external party payers and payees. This table is shared , implementation_dba_data: IBY.IBY_PMT_INSTR_USES_ALL ,
-
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 ,
-
Table: IBY_TRXN_SUMMARIES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_SUMMARIES_ALL, object_name:IBY_TRXN_SUMMARIES_ALL, status:VALID, product: IBY - Payments , description: IBY_TRXN_SUMMARIES_ALL contains information about each payment request. This table is used for both online and offline payment transactions. The information contained in this table is generic in nature to cover the various payment inst , implementation_dba_data: IBY.IBY_TRXN_SUMMARIES_ALL ,
-
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_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_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 ,