Search Results iby_pay_service_requests
Overview
The IBY_PAY_SERVICE_REQUESTS table is a core data object within the Oracle E-Business Suite (EBS) Payments (IBY) module, specifically in versions 12.1.1 and 12.2.2. It serves as the master repository for payment process requests. A payment process request is a foundational entity created when a user or an automated process initiates a payment batch, typically through the 'Build Payments' program. This request encapsulates the intent to process a set of payment instructions for a specific combination of parameters, such as payment method, bank account, and payment date. The table acts as a central hub, linking the initial request from a source product like Payables (AP) to the subsequent detailed payment instructions and individual payment documents generated during the payment execution flow.
Key Information Stored
The table's primary key, PAYMENT_SERVICE_REQUEST_ID, uniquely identifies each payment batch request. Critical foreign key columns establish essential relationships that define the request's parameters. The PAYMENT_PROFILE_ID links to IBY_ACCT_PMT_PROFILES_B, storing the payment method and related rules. The INTERNAL_BANK_ACCOUNT_ID references CE_BANK_ACCOUNTS, specifying the bank account from which funds will be disbursed. Other significant columns likely include data tracking the request's status (e.g., NEW, SUBMITTED, FORMATTED), the request date, the requested payment date, the originating user and application, and the total amount or count of documents included in the request. This structure provides a complete audit trail for the initiation of every payment batch.
Common Use Cases and Queries
This table is pivotal for payment process auditing, troubleshooting, and reporting. Common use cases include tracking the status and history of payment batches, identifying the source of specific payments, and reconciling payment initiation data. A typical query might join IBY_PAY_SERVICE_REQUESTS to related payment tables to analyze batch performance.
- Batch Summary Report:
SELECT psr.payment_service_request_id, psr.creation_date, COUNT(pmt.payment_id) AS payment_count FROM iby_pay_service_requests psr, iby_payments_all pmt WHERE psr.payment_service_request_id = pmt.payment_service_request_id GROUP BY psr.payment_service_request_id, psr.creation_date; - Troubleshooting a Specific Request:
SELECT * FROM iby_pay_service_requests WHERE payment_service_request_id = &req_id; - Linking to Source Documents: Queries often join through IBY_DOCS_PAYABLE_ALL or IBY_PAYMENTS_ALL to connect a batch request back to the original invoices or payments for end-to-end visibility.
Related Objects
As indicated by its foreign key relationships, IBY_PAY_SERVICE_REQUESTS is a central parent table within the Payments schema. Key dependent child tables, which store the detailed outcomes of the request, include IBY_DOCS_PAYABLE_ALL (payable documents selected for payment), IBY_PAY_INSTRUCTIONS_ALL (created payment instructions), and IBY_PAYMENTS_ALL (individual payment records). The IBY_PAYMENTS_H and IBY_DOCUMENTS_PAYABLE_H history tables also reference it, preserving the link to the original request for archived data. Furthermore, it references master data tables: CE_BANK_ACCOUNTS for the disbursement bank account and IBY_ACCT_PMT_PROFILES_B for the payment method profile. This network of relationships underscores the table's role as the cornerstone of the payment batch lifecycle.
-
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_PAY_SERVICE_REQUESTS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_SERVICE_REQUESTS, object_name:IBY_PAY_SERVICE_REQUESTS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAY_SERVICE_REQUESTS ,
-
View: IBY_REJECT_REQ_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_REJECT_REQ_XML_V, object_name:IBY_REJECT_REQ_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_REJECT_REQ_XML_V ,
-
Table: IBY_ACCT_PMT_PROFILES_B
12.1.1
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 , implementation_dba_data: IBY.IBY_ACCT_PMT_PROFILES_B ,
-
View: IBY_NOTIFY_REQ_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_NOTIFY_REQ_XML_V, object_name:IBY_NOTIFY_REQ_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_NOTIFY_REQ_XML_V ,
-
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 ,
-
View: IBY_REJECT_REQ_XML_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_REJECT_REQ_XML_V, object_name:IBY_REJECT_REQ_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_REJECT_REQ_XML_V ,
-
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_PPR_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PPR_1_0_V, object_name:IBY_EXT_FD_PPR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PPR_1_0_V ,
-
View: IBY_EXT_FD_PPR_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PPR_1_0_V, object_name:IBY_EXT_FD_PPR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PPR_1_0_V ,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
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_NOTIFY_REQ_XML_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_NOTIFY_REQ_XML_V, object_name:IBY_NOTIFY_REQ_XML_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_NOTIFY_REQ_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 ,
-
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_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_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 ,
-
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_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.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_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.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_PAYMENTS_H
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_H, object_name:IBY_PAYMENTS_H, status:VALID, product: IBY - Payments , description: IBY_PAYMENTS_H table stores historical snapshots of payments. This table contains denormalized versions of payments from specific points in time, including when the payment was submitted to a payment system. Different snapshots of the same , implementation_dba_data: IBY.IBY_PAYMENTS_H ,
-
View: IBY_XML_FD_PPR_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PPR_1_0_V, object_name:IBY_XML_FD_PPR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PPR_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_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 ,
-
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 ,
-
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_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_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 ,
-
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_XML_FD_PPR_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PPR_1_0_V, object_name:IBY_XML_FD_PPR_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PPR_1_0_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_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 ,
-
View: IBY_PAY_REQUEST_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAY_REQUEST_SEC_V, object_name:IBY_PAY_REQUEST_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAY_REQUEST_SEC_V ,
-
View: IBY_PAY_REQUEST_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAY_REQUEST_SEC_V, object_name:IBY_PAY_REQUEST_SEC_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAY_REQUEST_SEC_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_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 ,