Search Results iby_trxn_summaries_all
Overview
The IBY_TRXN_SUMMARIES_ALL table is a core data repository within the Oracle E-Business Suite Payments (IBY) module, serving as the primary transactional record for payment requests. It functions as a central summary table, capturing high-level information for every payment transaction initiated across the application, regardless of whether the transaction is processed online (real-time) or offline (batch). Its generic design accommodates the various payment instruments and methods supported by Oracle Payments, including checks, electronic funds transfers (EFT), and credit cards. As a multi-org table (indicated by the _ALL suffix), it stores data for all operating units, making it essential for consolidated enterprise reporting and transaction auditing.
Key Information Stored
The table's primary key is the TRXNMID column, a unique identifier for each payment request summary. Its extensive foreign key relationships reveal the breadth of data it consolidates. Key columns link to critical master and transactional data, including: MPAYEEID (payee), MBATCHID (payment batch), BEPID (Billing and Payment System process), and PAYER_INSTR_ASSIGNMENT_ID (payer's payment instrument). It also holds references to external system identifiers, such as CUST_ACCOUNT_ID from Receivables, AR_RECEIPT_METHOD_ID, and SALES_REP_PARTY_ID. While specific descriptive column names are not detailed in the provided metadata, the foreign keys indicate the table stores core attributes like the payment amount, currency, status, request date, and the associated tangible (MTANGIBLEID) which represents the physical payment medium.
Common Use Cases and Queries
This table is fundamental for payment lifecycle tracking, reconciliation, and troubleshooting. Common operational and reporting queries involve joining to its related master tables. For example, to generate a payment register report for a specific batch, one would join IBY_TRXN_SUMMARIES_ALL to IBY_BATCHES_ALL and IBY_PAYEE. Troubleshooting a specific payment request often starts by querying this table using a known internal identifier. A typical query pattern for auditing purposes would be:
- SELECT trx.trxnmid, trx.payment_amount, trx.payment_currency_code, batch.batch_name, payee.payee_name FROM iby_trxn_summaries_all trx, iby_batches_all batch, iby_payee payee WHERE trx.mbatchid = batch.mbatchid AND trx.mpayeeid = payee.mpayeeid AND batch.batch_status = 'PAID';
The table is also critical for integration points, as downstream processes, such as credit card authorization (referenced by IBY_F_T_CRDT_APPS_ALL_B) and payment messaging (IBY_G_T_MESSAGES), depend on its transaction summary ID.
Related Objects
IBY_TRXN_SUMMARIES_ALL has a wide network of dependencies, as shown by its numerous foreign keys. Key related objects include:
- Master Data Tables: IBY_PAYEE, IBY_TANGIBLE, IBY_BEPINFO, IBY_BATCHES_ALL, HZ_PARTIES, HZ_CUST_ACCOUNTS.
- Instrument & Method Tables: IBY_PMT_INSTR_USES_ALL, IBY_CC_ISSUER_RANGES, AR_RECEIPT_METHODS.
- Extension Tables: IBY_FNDCPT_TX_EXTENSIONS (for initiator data).
- Dependent Transaction Tables: IBY_F_T_CRDT_APPS_ALL_B (credit card applications) and IBY_G_T_MESSAGES, which use TRXN_SUMMARY_ID as a foreign key to link detailed processing records back to the summary.
-
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 ,
-
Table: IBY_TRXN_SUMMARIES_ALL
12.1.1
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 ,
-
Table: IBY_TANGIBLE
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TANGIBLE, object_name:IBY_TANGIBLE, status:VALID, product: IBY - Payments , description: IBY_TANGIBLE stores information about the bills or orders. , implementation_dba_data: IBY.IBY_TANGIBLE ,
-
Table: IBY_TANGIBLE
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TANGIBLE, object_name:IBY_TANGIBLE, status:VALID, product: IBY - Payments , description: IBY_TANGIBLE storesInformation about the bills or orders is stored in this table. , implementation_dba_data: IBY.IBY_TANGIBLE ,
-
View: IBY_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENTS_V, object_name:IBY_PAYMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENTS_V ,
-
Table: IBY_PAYEE
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYEE, object_name:IBY_PAYEE, status:VALID, product: IBY - Payments , description: IBY_PAYEE holds a row for each payee such as a biller or merchant/store at this site. , implementation_dba_data: IBY.IBY_PAYEE ,
-
Table: IBY_BEPINFO
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPINFO, object_name:IBY_BEPINFO, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS stores information about the payment systems. , implementation_dba_data: IBY.IBY_BEPINFO ,
-
Table: IBY_PAYEE
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYEE, object_name:IBY_PAYEE, status:VALID, product: IBY - Payments , description: IBY_PAYEE stores a row for each payee, such as a biller, merchant, or store at this site. , implementation_dba_data: IBY.IBY_PAYEE ,
-
View: IBY_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENTS_V, object_name:IBY_PAYMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENTS_V ,
-
Table: IBY_BEPINFO
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPINFO, object_name:IBY_BEPINFO, status:VALID, product: IBY - Payments , description: IBY_BEPINFO has a row for every BEP(Back End Payment System) configured in system. A BEP is a payment provider such as Cybercash, Verifone etc , implementation_dba_data: IBY.IBY_BEPINFO ,
-
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 ,
-
Table: IBY_TRXN_EXTENSIBILITY
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_EXTENSIBILITY, object_name:IBY_TRXN_EXTENSIBILITY, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TRXN_EXTENSIBILITY ,
-
Table: IBY_TRXN_EXTENSIBILITY
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_EXTENSIBILITY, object_name:IBY_TRXN_EXTENSIBILITY, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TRXN_EXTENSIBILITY ,
-
Table: IBY_TRXN_CORE
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_CORE, object_name:IBY_TRXN_CORE, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS stores information about the payment systems. , implementation_dba_data: IBY.IBY_TRXN_CORE ,
-
Table: IBY_PAYEE_SUBKEYS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYEE_SUBKEYS, object_name:IBY_PAYEE_SUBKEYS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYEE_SUBKEYS ,
-
Table: IBY_G_T_MESSAGES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MESSAGES, object_name:IBY_G_T_MESSAGES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MESSAGES ,
-
Table: IBY_TRXN_EXTENDED
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_EXTENDED, object_name:IBY_TRXN_EXTENDED, status:VALID, product: IBY - Payments , description: IBY_TRXN_EXTENDED stores the details of a payment request that are specific for extended set functionality for credit cards. , implementation_dba_data: IBY.IBY_TRXN_EXTENDED ,
-
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_G_T_MESSAGES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MESSAGES, object_name:IBY_G_T_MESSAGES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MESSAGES ,
-
Table: IBY_PAYEE_SUBKEYS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYEE_SUBKEYS, object_name:IBY_PAYEE_SUBKEYS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYEE_SUBKEYS ,
-
Table: IBY_TRXN_DOCUMENTS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_DOCUMENTS, object_name:IBY_TRXN_DOCUMENTS, status:VALID, product: IBY - Payments , description: Table used to store XML documents associated with a particular transaction. , implementation_dba_data: IBY.IBY_TRXN_DOCUMENTS ,
-
Table: IBY_TRXN_DOCUMENTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_DOCUMENTS, object_name:IBY_TRXN_DOCUMENTS, status:VALID, product: IBY - Payments , description: Table used to store XML documents associated with a particular transaction. , implementation_dba_data: IBY.IBY_TRXN_DOCUMENTS ,
-
Table: IBY_TRXN_CORE
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_CORE, object_name:IBY_TRXN_CORE, status:VALID, product: IBY - Payments , description: IBY_TRXN_CORE contains the details of a payment request that are specific for basic credit card operations. , implementation_dba_data: IBY.IBY_TRXN_CORE ,
-
Table: IBY_TRXN_EXTENDED
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_EXTENDED, object_name:IBY_TRXN_EXTENDED, status:VALID, product: IBY - Payments , description: IBY_TRXN_EXTENDED contains the details of a payment request that are specific for extended SET functionality for Credit Cards , implementation_dba_data: IBY.IBY_TRXN_EXTENDED ,
-
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 ,
-
Table: IBY_TRXN_FI
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_FI, object_name:IBY_TRXN_FI, status:VALID, product: IBY - Payments , description: IBY_TRXN_FI contains the details of a payment request that are specific for systems that support both bank account transfers and credit cards such as Financial Institutions. , implementation_dba_data: IBY.IBY_TRXN_FI ,
-
Table: IBY_F_T_CRDT_APPS_ALL_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_B ,
-
Table: IBY_F_T_CRDT_APPS_ALL_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_F_T_CRDT_APPS_ALL_B, object_name:IBY_F_T_CRDT_APPS_ALL_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_F_T_CRDT_APPS_ALL_B ,
-
Table: IBY_TRXN_FI
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_FI, object_name:IBY_TRXN_FI, status:VALID, product: IBY - Payments , description: IBY_TRXN_FI contains the details of a payment request that are specific for systems that support both bank account transfers and credit cards such as Financial Institutions. , implementation_dba_data: IBY.IBY_TRXN_FI ,
-
View: IBY_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_V, object_name:IBY_TRANSACTIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_V ,
-
Table: IBY_BATCHES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BATCHES_ALL, object_name:IBY_BATCHES_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the settlement batch information which is updated by system while processing 'Create settlement Batches' program.IBY_BATCHES_ALL stores information about batch operations for credit cards and bank account tra , implementation_dba_data: IBY.IBY_BATCHES_ALL ,
-
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_EXT_FC_PAYER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FC_PAYER_1_0_V, object_name:IBY_EXT_FC_PAYER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FC_PAYER_1_0_V ,
-
View: IBY_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_V, object_name:IBY_TRANSACTIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_V ,
-
View: IBY_TRANSACTIONS_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_SET_V ,
-
Table: IBY_BATCHES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BATCHES_ALL, object_name:IBY_BATCHES_ALL, status:VALID, product: IBY - Payments , description: IBY_BATCHES holds the information about batch operations for SSL credit card transactions. A terminal based merchant will need to have batch operations. The status of the payees batch will be contained in this table. , implementation_dba_data: IBY.IBY_BATCHES_ALL ,
-
View: IBY_EXT_FC_PAYER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FC_PAYER_1_0_V, object_name:IBY_EXT_FC_PAYER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FC_PAYER_1_0_V ,
-
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_TRANSACTIONS_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANSACTIONS_SET_V, object_name:IBY_TRANSACTIONS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANSACTIONS_SET_V ,
-
View: IBY_TRANS_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_SET_V, object_name:IBY_TRANS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_SET_V ,
-
View: IBY_TRANS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_ALL_V, object_name:IBY_TRANS_ALL_V, status:VALID, product: IBY - Payments , description: View used to work with transactions. , implementation_dba_data: APPS.IBY_TRANS_ALL_V ,
-
View: IBY_TRANS_FI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_FI_V, object_name:IBY_TRANS_FI_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_FI_V ,
-
View: IBY_TRANS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_ALL_V, object_name:IBY_TRANS_ALL_V, status:VALID, product: IBY - Payments , description: View used to work with transactions. , implementation_dba_data: APPS.IBY_TRANS_ALL_V ,
-
View: IBY_TRANS_FI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_FI_V, object_name:IBY_TRANS_FI_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_FI_V ,
-
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_TRANS_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_SET_V, object_name:IBY_TRANS_SET_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_SET_V ,
-
View: IBY_TRANS_BANKACCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_BANKACCT_V, object_name:IBY_TRANS_BANKACCT_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_BANKACCT_V ,
-
View: IBY_TRANS_BANKACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_TRANS_BANKACCT_V, object_name:IBY_TRANS_BANKACCT_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_TRANS_BANKACCT_V ,