Search Results iby_docs_payable_all
Overview
The IBY_DOCS_PAYABLE_ALL table is a core data repository within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master transactional table for documents payable, which are the payment requests or payment instructions generated from source transactions across the EBS suite, such as invoices in Payables or expense reports in iExpenses. This table is central to the payment execution workflow, holding the consolidated payment information before it is formatted and transmitted to a bank. Its multi-org structure, indicated by the "_ALL" suffix, allows it to store data for multiple operating units, a critical feature for enterprise deployments.
Key Information Stored
The table's primary key is DOCUMENT_PAYABLE_ID, which uniquely identifies each payable document record. Key columns, as indicated by its foreign key relationships, store critical identifiers that link the payment instruction to its source and define its processing rules. These include the CALLING_APP_ID (identifying the originating application, like AP), PAYMENT_SERVICE_REQUEST_ID (linking to the payment batch), and PAYMENT_ID (linking to the final payment record). It also stores essential payment attributes such as PAYMENT_METHOD_CODE, INTERNAL_BANK_ACCOUNT_ID (the paying account), EXTERNAL_BANK_ACCOUNT_ID (the supplier bank account), PAYMENT_FORMAT_CODE, and DELIVERY_CHANNEL_CODE, which collectively determine how and where the payment will be processed and delivered.
Common Use Cases and Queries
This table is fundamental for payment inquiry, reconciliation, and troubleshooting. Common use cases include tracing the status of a payment instruction from its source invoice, identifying all payments within a specific batch, and diagnosing payment failures by examining the associated payment method and delivery channel. A typical query pattern joins IBY_DOCS_PAYABLE_ALL to source application tables (e.g., AP_INVOICES_ALL) via the CALLING_APP_DOC_UNIQUE_REF columns and to payment execution tables like IBY_PAYMENTS_ALL. For example, to list all payment instructions for a specific payment batch request, one might query: SELECT * FROM iby_docs_payable_all WHERE payment_service_request_id = <REQUEST_ID>;. Reporting on payment methods by operating unit or bank account also heavily relies on this table.
Related Objects
IBY_DOCS_PAYABLE_ALL has extensive relationships with other key Payments and Cash Management tables. It is the parent table for line-level detail in IBY_DOCUMENT_LINES and IBY_DOCUMENT_LINES_H. Its foreign keys establish critical dependencies: it references CE_BANK_ACCOUNTS for both internal and external bank accounts, IBY_PAYMENT_METHODS_B for the payment method, IBY_DELIVERY_CHANNELS_B for the delivery method, and various other IBY lookup tables (e.g., for PAY_PROC_TRXN_TYPE_CODE, PAYMENT_PROFILE_ID, EXT_PAYEE_ID, PAYMENT_REASON_CODE). Crucially, it is referenced by IBY_PAYMENTS_ALL via the PAYMENT_ID column, linking the payable document to its executed payment record.
-
Table: IBY_DOCS_PAYABLE_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
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 ,
-
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_DOCUMENT_LINES_H
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES_H, object_name:IBY_DOCUMENT_LINES_H, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCUMENT_LINES_H ,
-
Table: IBY_DOCUMENT_LINES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCUMENT_LINES ,
-
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 ,
-
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_DOCUMENT_LINES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID, product: IBY - Payments , description: IBY_DOCUMENT_LINES stores Oracle Payments' representation of individual line items for documents payable, such as invoice lines for an Oracle Payables invoice. This information is passed according to payment format, but is not used to affec , implementation_dba_data: IBY.IBY_DOCUMENT_LINES ,
-
View: IBY_EXT_FD_DOC_ERR_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_DOC_ERR_1_0_V, object_name:IBY_EXT_FD_DOC_ERR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_DOC_ERR_1_0_V ,
-
View: IBY_SINGLE_REJECTED_DOC_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_SINGLE_REJECTED_DOC_XML_V, object_name:IBY_SINGLE_REJECTED_DOC_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_SINGLE_REJECTED_DOC_XML_V ,
-
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 ,
-
View: IBY_EXT_FD_DOC_ERR_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_DOC_ERR_1_0_V, object_name:IBY_EXT_FD_DOC_ERR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_DOC_ERR_1_0_V ,
-
Table: IBY_DOCUMENT_LINES_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES_H, object_name:IBY_DOCUMENT_LINES_H, status:VALID, product: IBY - Payments , description: IBY_DOCUMENT_LINES_H stores historical snapshots of document line items. This table contains denormalized versions of document lines from specific points in time, including when the payment for the associated document was submitted to a pay , implementation_dba_data: IBY.IBY_DOCUMENT_LINES_H ,
-
View: IBY_SINGLE_REJECTED_DOC_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_SINGLE_REJECTED_DOC_XML_V, object_name:IBY_SINGLE_REJECTED_DOC_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_SINGLE_REJECTED_DOC_XML_V ,
-
Table: IBY_TRXN_TYPES_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRXN_TYPES_B, object_name:IBY_TRXN_TYPES_B, status:VALID, product: IBY - Payments , description: IBY_TRXN_TYPES stores the payment processing transaction types required by the dependent products for submitting payment transactions to Oracle Payments. This is used for both funds disbursement and funds capture transactions. , implementation_dba_data: IBY.IBY_TRXN_TYPES_B ,
-
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 ,
-
View: IBY_REJECTED_DOCS_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_REJECTED_DOCS_XML_V, object_name:IBY_REJECTED_DOCS_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_REJECTED_DOCS_XML_V ,
-
View: IBY_REJECTED_DOCS_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_REJECTED_DOCS_XML_V, object_name:IBY_REJECTED_DOCS_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_REJECTED_DOCS_XML_V ,
-
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 ,
-
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_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 ,
-
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_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 ,
-
Table: IBY_FORMATS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FORMATS_B, object_name:IBY_FORMATS_B, status:VALID, product: IBY - Payments , description: Stores payment processing format types , implementation_dba_data: IBY.IBY_FORMATS_B ,
-
View: IBY_EXT_FD_DOC_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_DOC_1_0_V, object_name:IBY_EXT_FD_DOC_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_DOC_1_0_V ,
-
View: IBY_EXT_FD_DOC_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_DOC_1_0_V, object_name:IBY_EXT_FD_DOC_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_DOC_1_0_V ,
-
View: IBY_FD_DOCS_PAYABLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_DOCS_PAYABLE_V, object_name:IBY_FD_DOCS_PAYABLE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FD_DOCS_PAYABLE_V ,
-
View: IBY_FD_DOCS_PAYABLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FD_DOCS_PAYABLE_V, object_name:IBY_FD_DOCS_PAYABLE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FD_DOCS_PAYABLE_V ,
-
View: IBY_XML_FD_DOC_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOC_1_0_V, object_name:IBY_XML_FD_DOC_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_DOC_1_0_V ,
-
View: IBY_DOCS_PAYABLE_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DOCS_PAYABLE_SEC_V, object_name:IBY_DOCS_PAYABLE_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DOCS_PAYABLE_SEC_V ,
-
View: IBY_XML_FD_DOC_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOC_1_0_V, object_name:IBY_XML_FD_DOC_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_DOC_1_0_V ,
-
View: IBY_DOCS_PAYABLE_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DOCS_PAYABLE_SEC_V, object_name:IBY_DOCS_PAYABLE_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DOCS_PAYABLE_SEC_V ,