Search Results iby_payments_all
The IBY_PAYMENTS_ALL
table is a critical component within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically serving as the central repository for payment-related data in the Oracle Payments module (iB). This table stores comprehensive details about all payment transactions processed through the system, including electronic funds transfers (EFT), checks, wire transfers, and other payment methods. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Table Overview
TheIBY_PAYMENTS_ALL
table is part of the IBY
(Oracle Payments) schema and is designed to capture payment information at a granular level. It acts as the primary source for payment records, linking to various other modules such as Accounts Payable (AP), Accounts Receivable (AR), and Treasury. The table is multi-org enabled, meaning it stores data for all operating units, identified by the ORG_ID
column.
Key Columns and Their Significance
The table contains numerous columns, each serving a specific purpose in the payment lifecycle. Some of the most critical columns include:- PAYMENT_ID: A unique identifier for each payment record, often used as a primary key in joins with other tables.
- PAYMENT_STATUS: Indicates the current status of the payment (e.g., "ISSUED," "CLEARED," "VOIDED").
- PAYMENT_AMOUNT: The monetary value of the payment, stored in the functional currency.
- PAYMENT_CURRENCY_CODE: The currency in which the payment was made.
- PAYMENT_METHOD_CODE: Specifies the payment method (e.g., "CHECK," "EFT," "WIRE").
- DOCUMENT_PAYMENT_ID: Links to the document (e.g., invoice or receipt) being paid.
- EXTERNAL_BANK_ACCOUNT_ID: References the bank account from which the payment was made or received.
- CREATION_DATE and LAST_UPDATE_DATE: Track the audit trail of the payment record.
Integration with Other Modules
TheIBY_PAYMENTS_ALL
table integrates seamlessly with other Oracle EBS modules:
- Accounts Payable (AP): Payments generated in AP are recorded here, with links to
AP_INVOICES_ALL
andAP_CHECKS_ALL
. - Accounts Receivable (AR): Customer payments are stored here, referencing
AR_CASH_RECEIPTS_ALL
. - Treasury: Used for cash management and reconciliation processes.
Functional Use Cases
This table supports several business processes:- Payment Processing: Tracks the entire lifecycle of a payment, from initiation to clearance.
- Reconciliation: Helps match bank statements with recorded payments.
- Reporting: Provides data for financial reports, audit trails, and compliance.
- Dispute Resolution: Stores evidence of payment for resolving discrepancies.
Technical Considerations
Given its transactional nature, theIBY_PAYMENTS_ALL
table can grow significantly over time. Proper indexing (e.g., on PAYMENT_ID
, DOCUMENT_PAYMENT_ID
) is essential for performance. Additionally, partitioning may be considered for large implementations to optimize query performance and maintenance.
Conclusion
TheIBY_PAYMENTS_ALL
table is a cornerstone of the Oracle Payments module, ensuring accurate and efficient payment processing across Oracle EBS. Its comprehensive structure and integration capabilities make it indispensable for financial operations, compliance, and reporting in organizations using Oracle EBS 12.1.1 or 12.2.2.
-
Table: IBY_PAYMENTS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payments which are created by system while processing 'Build payments' program. A payment can be a single check or an electronic fund transfer between first party payer and third party payee. A row in , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,
-
Table: IBY_PAYMENTS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,
-
View: IBY_PMT_LVL_PMT_STS_CHG_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PMT_LVL_PMT_STS_CHG_XML_V, object_name:IBY_PMT_LVL_PMT_STS_CHG_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PMT_LVL_PMT_STS_CHG_XML_V ,
-
View: IBY_PMT_LVL_PMT_STS_CHG_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PMT_LVL_PMT_STS_CHG_XML_V, object_name:IBY_PMT_LVL_PMT_STS_CHG_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PMT_LVL_PMT_STS_CHG_XML_V ,
-
Table: IBY_DOCS_PAYABLE_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the documents payable which are updated by system while processing 'Build payments' program. IBY_DOCS_PAYABLE_ALL stores Oracle Payments' representation of source products' documents payable. A document pay , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
View: IBY_VOID_PMT_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VOID_PMT_XML_V, object_name:IBY_VOID_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_VOID_PMT_XML_V ,
-
Table: IBY_PAYMENT_REASONS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_REASONS_B, object_name:IBY_PAYMENT_REASONS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_REASONS_B ,
-
Table: IBY_DELIVERY_CHANNELS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
Table: IBY_EXTERNAL_PAYEES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTERNAL_PAYEES_ALL, object_name:IBY_EXTERNAL_PAYEES_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_EXTERNAL_PAYEES_ALL ,
-
View: IBY_UNCLEARED_PMT_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_UNCLEARED_PMT_XML_V, object_name:IBY_UNCLEARED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_UNCLEARED_PMT_XML_V ,
-
View: IBY_EXT_FD_PMT_ERR_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PMT_ERR_1_0_V, object_name:IBY_EXT_FD_PMT_ERR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PMT_ERR_1_0_V ,
-
View: IBY_VOID_PMT_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VOID_PMT_XML_V, object_name:IBY_VOID_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_VOID_PMT_XML_V ,
-
Table: IBY_DOCUMENTS_PAYABLE_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENTS_PAYABLE_H, object_name:IBY_DOCUMENTS_PAYABLE_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCUMENTS_PAYABLE_H ,
-
View: IBY_UNCLEARED_PMT_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_UNCLEARED_PMT_XML_V, object_name:IBY_UNCLEARED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_UNCLEARED_PMT_XML_V ,
-
Table: IBY_PAYMENT_METHODS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
View: IBY_EXT_FD_PMT_ERR_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PMT_ERR_1_0_V, object_name:IBY_EXT_FD_PMT_ERR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PMT_ERR_1_0_V ,
-
View: IBY_COMPLETED_PMT_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_COMPLETED_PMT_XML_V, object_name:IBY_COMPLETED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_COMPLETED_PMT_XML_V ,
-
View: IBY_INS_LVL_PMT_STS_CHG_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_INS_LVL_PMT_STS_CHG_XML_V, object_name:IBY_INS_LVL_PMT_STS_CHG_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_INS_LVL_PMT_STS_CHG_XML_V ,
-
View: IBY_COMPLETED_PMT_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_COMPLETED_PMT_XML_V, object_name:IBY_COMPLETED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_COMPLETED_PMT_XML_V ,
-
View: IBY_INS_LVL_PMT_STS_CHG_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_INS_LVL_PMT_STS_CHG_XML_V, object_name:IBY_INS_LVL_PMT_STS_CHG_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_INS_LVL_PMT_STS_CHG_XML_V ,
-
View: IBY_PMT_FAILED_DOCS_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PMT_FAILED_DOCS_XML_V, object_name:IBY_PMT_FAILED_DOCS_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PMT_FAILED_DOCS_XML_V ,
-
Table: IBY_PAYMENT_METHODS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_METHODS stores the payment methods that Oracle Payments supports. A payment method is a payment attribute on a document payable that indicates how the first party payer is going to make the payment. Examples of payment methods i , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
Table: IBY_PAY_SERVICE_REQUESTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_SERVICE_REQUESTS, object_name:IBY_PAY_SERVICE_REQUESTS, status:VALID, product: IBY - Payments , description: "This table contains records of the payment process requests which are created by system while processing 'Build payments' program.IBY_PAY_SERVICE_REQUESTS stores payment process requests from source products. A payment process request is , implementation_dba_data: IBY.IBY_PAY_SERVICE_REQUESTS ,
-
Table: IBY_DELIVERY_CHANNELS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , description: IBY_DELIVERY_CHANNELS stores delivery channel information that is used as lookup values for external payee setup or documents payable. The table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that us , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
View: IBY_PMT_FAILED_DOCS_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PMT_FAILED_DOCS_XML_V, object_name:IBY_PMT_FAILED_DOCS_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PMT_FAILED_DOCS_XML_V ,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payment instructions. Instructions are created based on the Payment Process Request options. Data is inserted in to the table IBY_PAY_INSTRUCTIONS_AL after payment instruction creation, based on the opt , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
Table: IBY_DOCUMENTS_PAYABLE_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENTS_PAYABLE_H, object_name:IBY_DOCUMENTS_PAYABLE_H, status:VALID, product: IBY - Payments , description: IBY_DOCUMENTS_PAYABLE_H stores historical snapshots of documents payable. This table contains denormalized versions of documents payable from specific points in time, such as when the payment for this document was submitted to a payment sys , implementation_dba_data: IBY.IBY_DOCUMENTS_PAYABLE_H ,
-
Table: IBY_EXTERNAL_PAYEES_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTERNAL_PAYEES_ALL, object_name:IBY_EXTERNAL_PAYEES_ALL, status:VALID, product: IBY - Payments , description: "This table contains payment details of an external payee automatically created by the source product. For example when supplier or supplier site is created manually system automatically inserts row in to the IBY_EXTERNAL_PAYEES_ALL table. , implementation_dba_data: IBY.IBY_EXTERNAL_PAYEES_ALL ,
-
Table: IBY_ACCT_PMT_PROFILES_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACCT_PMT_PROFILES_B, object_name:IBY_ACCT_PMT_PROFILES_B, status:VALID, product: IBY - Payments , description: IBY_ACCT_PMT_PROFILES stores account-related information that completes the specification of the handling of payment instructions. Entries in this table are based on entries in the IBY_SYS_PMT_PROFILES table. A combination of the two tables , implementation_dba_data: IBY.IBY_ACCT_PMT_PROFILES_B ,
-
View: IBY_CLEARED_PMT_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_CLEARED_PMT_XML_V, object_name:IBY_CLEARED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_CLEARED_PMT_XML_V ,
-
View: IBY_CLEARED_PMT_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_CLEARED_PMT_XML_V, object_name:IBY_CLEARED_PMT_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_CLEARED_PMT_XML_V ,
-
Table: IBY_PAYMENT_REASONS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_REASONS_B, object_name:IBY_PAYMENT_REASONS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_REASONS stores payment reasons that are used as lookup values for payee records or documents payable, that is, invoices. This table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that use , implementation_dba_data: IBY.IBY_PAYMENT_REASONS_B ,
-
View: IBY_EXT_FD_PAYEE_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PAYEE_1_0_V, object_name:IBY_EXT_FD_PAYEE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PAYEE_1_0_V ,
-
View: IBY_EXT_FD_PAYEE_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PAYEE_1_0_V, object_name:IBY_EXT_FD_PAYEE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PAYEE_1_0_V ,
-
View: IBY_FD_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_PAYMENTS_V, object_name:IBY_FD_PAYMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FD_PAYMENTS_V ,
-
View: IBY_EXT_FD_PMT_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PMT_1_0_V, object_name:IBY_EXT_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PMT_1_0_V ,
-
View: IBY_FD_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_PAYMENTS_V, object_name:IBY_FD_PAYMENTS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FD_PAYMENTS_V ,
-
View: IBY_EXT_FD_PMT_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PMT_1_0_V, object_name:IBY_EXT_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PMT_1_0_V ,
-
View: IBY_XML_FD_PMT_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PMT_1_0_V, object_name:IBY_XML_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PMT_1_0_V ,
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.1.1
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
View: IBY_XML_FD_PMT_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PMT_1_0_V, object_name:IBY_XML_FD_PMT_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PMT_1_0_V ,
-
View: IBY_PAYMENTS_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENTS_SEC_V, object_name:IBY_PAYMENTS_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENTS_SEC_V ,
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.2.2
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
View: IBY_PAYMENTS_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENTS_SEC_V, object_name:IBY_PAYMENTS_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENTS_SEC_V ,