Search Results iby_payments_all
Overview
The IBY_PAYMENTS_ALL table is a core transactional entity within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for all payments generated by the system's 'Build Payments' process. Each record represents a distinct payment instrument, which can be either a physical check or an electronic funds transfer (EFT). The table captures the complete lifecycle of a payment, from its creation through to its final status, and establishes the critical financial relationship between a first-party payer (the paying entity) and a third-party payee. Its multi-org structure, indicated by the "_ALL" suffix, allows it to store payment data across multiple operating units, making it fundamental for consolidated payment processing and reporting.
Key Information Stored
The table's primary key is PAYMENT_ID, which uniquely identifies each payment. Essential foreign keys define the payment's context and attributes, linking to master data and controlling documents. Key columns include PAYMENT_INSTRUCTION_ID, which groups payments for batch processing; PAYMENT_SERVICE_REQUEST_ID, linking to the originating payment batch request; and PAYMENT_METHOD_CODE (e.g., CHECK, EFT). The table stores critical financial identifiers such as PAYMENT_AMOUNT, PAYMENT_CURRENCY_CODE, and PAYMENT_DATE. It also holds bank account details via EXTERNAL_BANK_ACCOUNT_ID (payee's account) and INTERNAL_BANK_ACCOUNT_ID (payer's account). Status tracking is managed through columns like PAYMENT_STATUS, PAYMENT_PROCESS_FLAG, and PAYMENT_CREATE_DATE, which document the payment's progression through the payment execution workflow.
Common Use Cases and Queries
This table is central for payment inquiry, reconciliation, and audit reporting. Common scenarios include tracing payment history for a specific invoice, analyzing payment batch details, and investigating payment failures. A typical query joins to related documents payable to retrieve payment details for a transaction.
- Payment Details for an Invoice:
SELECT p.payment_id, p.payment_amount, p.payment_date, dp.payment_status FROM iby_payments_all p, iby_docs_payable_all dp WHERE p.payment_id = dp.payment_id AND dp.calling_app_doc_unique_ref = '<Invoice_Num>'; - Payments within an Instruction:
SELECT payment_id, payment_amount, payee_name FROM iby_payments_all WHERE payment_instruction_id = <ID> ORDER BY payment_id; - Payment Status Summary:
SELECT payment_status, COUNT(*), SUM(payment_amount) FROM iby_payments_all WHERE payment_date > SYSDATE - 30 GROUP BY payment_status;
Related Objects
IBY_PAYMENTS_ALL has extensive relationships with other core Payments and Cash Management tables. It is a parent table to payment documents, as shown by foreign keys from IBY_DOCS_PAYABLE_ALL (linking payments to invoices) and AP_HISTORY_CHECKS_ALL. It is a child table to numerous setup and control entities, including IBY_PAY_INSTRUCTIONS_ALL (batch header), IBY_PAY_SERVICE_REQUESTS (batch request), IBY_PAYMENT_METHODS_B, IBY_ACCT_PMT_PROFILES_B, and CE_BANK_ACCOUNTS (for both internal and external accounts). These relationships form the backbone of the payment execution data model, ensuring referential integrity from the payment instruction down to the individual paid invoice.
-
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 ,
-
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_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 ,
-
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_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_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_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_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 ,
-
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 ,
-
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_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_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_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 ,