Search Results iby_g_t_messages
Overview
The IBY_G_T_MESSAGES table is a core transactional data store within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for all payment-related messages generated during the payment processing lifecycle. This includes messages from external entities like banks and payment networks (e.g., acknowledgments, status updates, errors) as well as internal system-generated notifications. The table's role is critical for payment traceability, audit, reconciliation, and error handling, providing a complete historical record of all communication events associated with a payment transaction.
Key Information Stored
The table's primary key is MESSAGE_ID, which uniquely identifies each message record. Key foreign key columns establish its relationships with other major payment entities. The TRXN_SUMMARY_ID column links a message to its parent payment transaction in the IBY_TRXN_SUMMARIES_ALL table. The MESSAGE_XML_ID column references the associated XML document payload stored in the IBY_TRXN_DOCUMENTS table, which contains the full message content. The CREDIT_APP_ID column connects messages to specific credit applications within the payment flow. Other typical columns, inferred from its function, would include message type, status, direction (inbound/outbound), creation date, and processing phase identifiers.
Common Use Cases and Queries
A primary use case is troubleshooting payment failures by querying error messages associated with a specific transaction. For example, to find all error messages for a transaction summary ID, a query would join IBY_G_T_MESSAGES to IBY_TRXN_SUMMARIES_ALL. Another common scenario is reconciliation, where payment status update messages from a bank are matched against internal payment instructions. Administrators may also run purging scripts for old messages based on CREATION_DATE, following data retention policies. A typical reporting query might aggregate message counts by type and status to monitor payment gateway health.
SELECT msg.MESSAGE_ID, msg.MESSAGE_TYPE, msg.MESSAGE_STATUS, summ.PAYMENT_TRXN_ID
FROM IBY.IBY_G_T_MESSAGES msg,
IBY.IBY_TRXN_SUMMARIES_ALL summ
WHERE msg.TRXN_SUMMARY_ID = summ.TRXN_SUMMARY_ID
AND summ.PAYMENT_TRXN_ID = :p_trx_id
ORDER BY msg.CREATION_DATE DESC;
Related Objects
The table is centrally connected to several key payment tables via documented foreign key relationships. It is a parent to the IBY_G_T_MSG_REQ_LOG table via the MESSAGE_ID column, which logs request details for messages. It is a child to three major tables: IBY_TRXN_SUMMARIES_ALL (via TRXN_SUMMARY_ID) for the payment transaction context, IBY_TRXN_DOCUMENTS (via MESSAGE_XML_ID) for the raw message data, and IBY_F_T_CRDT_APPS_ALL_B (via CREDIT_APP_ID) for credit application details. These relationships make IBY_G_T_MESSAGES an essential hub for navigating the complete payment message audit trail.
-
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_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 ,
-
SYNONYM: APPS.IBY_G_T_MESSAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_G_T_MESSAGES, status:VALID,
-
VIEW: IBY.IBY_G_T_MESSAGES#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_G_T_MESSAGES#, status:VALID,
-
SYNONYM: APPS.IBY_G_T_MESSAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_G_T_MESSAGES, status:VALID,
-
VIEW: IBY.IBY_G_T_MESSAGES#
12.2.2
-
Table: IBY_G_T_MSG_REQ_LOG
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MSG_REQ_LOG, object_name:IBY_G_T_MSG_REQ_LOG, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MSG_REQ_LOG ,
-
Table: IBY_G_T_MSG_REQ_LOG
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_G_T_MSG_REQ_LOG, object_name:IBY_G_T_MSG_REQ_LOG, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_G_T_MSG_REQ_LOG ,
-
TABLE: IBY.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,
-
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_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_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.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,
-
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_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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1