payment batch r12

11
R12 Payment Process Request - Functional and Technical Information [ID 821133.1] Modified 12-MAY-2009 Type WHITE PAPER Status PUBLISHED In this Document Abstract Document History R12 Payment Process Request - Functional and Technical Information Overview Submitting a Single Payment Process Request Document Selection – Payables Build Payments - Payments Format Payments - Payments Confirm Payments - Payables Applies to: Oracle Payables - Version: 12.0.0 to 12.1 Information in this document applies to any platform. Abstract This whitepaper provides an overview of the Payment Process Request (PPR) processing in Payments in R12. It will cover technical details of PPR processing and the different tables involved during the process. Document History Author : Lakshmi Nilacantan Create Date 01-MAR-2009 Update Date 07-MAY-2009 R12 Payment Process Request - Functional and Technical Information Payment Process Requests Overview Under Funds disbursement page, users can submit Payment Process Requests (PPR) to generate payments. There is an option to submit a single Payment Process Request or schedule Payment Process Requests.

Upload: orafinphr

Post on 07-May-2017

242 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Payment Batch r12

R12 Payment Process Request - Functional and Technical Information [ID 821133.1]

 

  Modified 12-MAY-2009     Type WHITE PAPER     Status PUBLISHED

 

In this Document  Abstract  Document History  R12 Payment Process Request - Functional and Technical Information     Overview     Submitting a Single Payment Process Request      Document Selection – Payables      Build Payments - Payments      Format Payments - Payments      Confirm Payments - Payables

Applies to:

Oracle Payables - Version: 12.0.0 to 12.1Information in this document applies to any platform.

Abstract

This whitepaper provides  an overview of the Payment Process Request (PPR) processing in Payments in R12. It will cover technical details of PPR processing and the different tables involved during the process. 

Document History

Author : Lakshmi Nilacantan Create Date 01-MAR-2009 Update Date 07-MAY-2009

R12 Payment Process Request - Functional and Technical Information

Payment Process Requests

Overview

Under Funds disbursement page, users can submit Payment Process Requests (PPR) to generate payments. There is an option to submit a single Payment Process Request or schedule Payment Process Requests.

There are four steps in the processing of a PPR. a) Document selection b) Build Payments c) Format Payments d) Confirm Payments

Page 2: Payment Batch r12

Document selection and Confirm Payments are handled by Payables (AP) code while Build Payments and Format payments are handled by Payments (IBY) code.

Submitting a Single Payment Process Request

Mandatory Fields - Payment process request name, pay through date Under Payment Attributes tab – Payment Date, Payment Exchange rate type. Payment Process Profile and Disbursement bank account are optional fields.

Under Processing tab, options are available to stop the process after document selection / payment and also how to create Payment Instruction.

Under Validation Failure Results tab, choose option that best suits the business needs regarding how to handle validation failure on document(s) or payment(s).

Click on Submit to submit the Payment process request.

Document Selection – Payables

Code: AP_AUTOSELECT_PKG

When a Payment Process request is submitted, a record is created in AP_INV_SELECTION_CRITERIA_ALL with a checkrun_name which is the same as the payment process request name.

Payment Profile and Internal Bank Account from which payments have to be made do not have to be specified during invoice selection. User who submits the PPR does not need know this information. These values can be provided by at a later stage by a Payments Manager or Administrator.

Selection: Invoices are then selected based on due date, discount date, paygroup and other criteria provided by the user while submitting the PPR. The selection process is handled by the calling product

The table AP_SELECTED_INVOICES_ALL is populated with selected invoices. AP_UNSELECTED_INVOICES_ALL is populated with unselected invoices.

Locking: After selecting the documents, the invoices are locked to prevent other check runs from selecting the same invoices. AP_PAYMENT_SCHEDULES_ALL.checkrun_id is populated on the selected documents.

Review: If the Payment Process Request has been setup to ‘Stop Process for Review After Scheduled Payment Selection’, the process stops for user review. The status of the PPR is set to Invoices Pending Review.

If the ‘Stop Process for Review After Scheduled Payment Selection’ was not enabled, at the end of invoice selection, build program is submitted automatically.

If no invoices met the selection criteria and no payment schedules selected for payment, the PPR is cancelled automatically and the status of the PPR is set to “Cancelled - No Invoices Selected”

If user review required, after the user reviews the selected payment schedules and clicks on

Page 3: Payment Batch r12

Submit, AP calls the IBYBUILD program.

Valid Statuses and actions At the end of this step, the valid statuses are a) Invoices Pending Review or b) Cancelled - No Invoices Selected or c) Other statuses from missing information such as Missing Exchange rates

If PPR status is Cancelled-No Invoices Selected, there are no valid actions available. For others, the actions available are a) Terminate the PPR or b) Modify / proceed to submit the PPR and start the build process.

Build Payments - Payments

Code: IBY_DISBURSE_SUBMIT_PUB_PKG

Build Payments creates record in IBY_PAY_SERVICE_REQUESTS with call_app_pay_service_req_code = checkrun_name.

Primary Key: PAYMENT_SEVICE_REQUEST_ID

Key Columns: CALL_AP_PAY_SERVICE_REQ_CODE -> PPR name CALLING_APP_ID PAYMENT_SERVICE_REQUEST_STATUS INTERNAL_BANK_ACCOUNT_ID MAXIMUM_PAYMENT_AMOUNT MINIMUM_PAYMENT_AMOUNT DOCUMENT_REJECTION_LEVEL_CODE PAYMENT_REJECTION_LEVEL_CODE REQUIRE_PROP_PMTS_REVIEW_FLAG CREATE_PMT_INSTRUCTIONS_FLAG

Note: The displayed status of the PPR is generated by ibyvutlb.pls There is a get_psr_status function that derives the display sttaus of the PPR on the dashboard.

Some of the values for PAYMENT_SERVICE_REQUEST_STATUS in the table are PAYMENT_SERVICE_REQUEST_STATUS ------------------------------ DOCUMENTS_VALIDATED INFORMATION_REQUIRED INSERTED PAYMENTS_CREATED PENDING_REVIEW TERMINATED VALIDATION_FAILED

The build program populates the IBY_DOCS_PAYABLE_ALL table with the payments. Link to the payment service request table is through PAYMENT_SERVICE_REQUEST_ID.

Key Columns: Payment_service_request_id Calling_app_doc_ref_number -> invoice_number

Page 4: Payment Batch r12

Document_payable_id Document_status Payment_currency_code Payment_amount Document_amount Exclusive_payment_flag Payment_method_code Payment_id Formatting_payment_id Ext_payee_id Payee_party_id Payment_profile_id Internal_bank_account_id Calling_app_doc_unique_ref2 -> invoice_id Calling_app_doc_unique_ref3 -> payment number

a) Internal Bank Account/Payment Process Profile Assignment: Code: IBY_ASSIGN_PUB

If the payment process request has the internal bank account and payment profile assigned to it, the same is assigned to all the documents in the PPR.

If a default internal bank account and PPP were not provided when submitting the PPR, Oracle Payments attempts to default the values. If it cannot find a default value for all the documents, the PPR is set to INFORMATION REQUIRED status. The display status of the PPR is “Information Required - Pending Action” User should complete the missing information and Run Payment Process to continue.

b) Document Validation Code: IBY_VALIDATIONSETS_PUB

During this step, Oracle Payments validates all the documents using Payment Method based validations and then payment format based validations..

b.1 - If all the documents pass validation, all the documents are set to a status of VALIDATED and the request status is set to ‘Documents Validated’.

b.2 – If there are any validation failures, Oracle Payments uses the system option used while submitting the PPR to determine the next action.

The DOCUMENT_REJECTION_LEVEL_CODE of the PPR can have the following values which determine how the document processing will continue when there is a validation failure REQUEST - Reject all documents in this PPR DOCUMENT - Reject only the document in error PAYEE - Reject all the documents related to the supplier NONE - Stop the request for review

b.2.1 – REQUEST The status of the payment process request is updated to ‘Failed Document Validation’. Oracle Payments calls the calling application and AP releases the rejected documents so they can be paid through another Payment process request.

b.2.2 – DOCUMENT Oracle Payments rejects all documents that failed validation. Oracle Payments then calls the calling application and AP releases the rejected documents so they can be paid through another

Page 5: Payment Batch r12

Payment process request. The rest of the documents are set to VALIDATED status and the ppr is set to ‘Documents Validated’ status.

b.2.3 – PAYEE Oracle Payments rejects all documents for the supplier that had one or more documents that failed validation. Oracle Payments calls the calling application and AP releases the rejected documents so they can be paid through another Payment process request. The rest of the documents are set to VALIDATED status and the ppr is set to ‘Documents Validated’ status.

c) Create Payments Code: IBY_PAYGROUP_PUB

The validated documents are then grouped into proposed payments based on the grouping rules, both user defined and hard coded.

Example: If exclusive_payment_flag = Y on a document, its paid on a separate payment. It then numbers the payments (internal identifier not the check numbering) and validates the created payments.

Records are inserted into IBY_PAYMENTS_ALL that holds the payment information for the selected documents.

The build program then updates the IBY_DOCS_PAYABLE_ALL table with the payment_id and formatting_payment_id values that corresponding to the payment that pays the document.

IBY_PAYMENTS_ALL links through payment_service_request_id.

Key Columns: Payment_service_request_id Payment_id Payment_method_code Payment_status Payments_complete_flag Payment_amount, Dicount_amount_taken Internal_bank_Account_id Ext_payee_id Payment_instruction_id Payment_profile_id Void_date

The PAYMENT_REJECTION_LEVEL_CODE can have the following values which determine how the payment processing will continue when there is a validation failure REQUEST – Reject all payments in the request PAYMENT – Reject only those payments in error NONE – Stop the request for review

Request – Entire PPR is rejected. Oracle Payments raises a business event that calls AP to release the documents. The status of the payment process request and proposed payments is updated to ‘REJECTED’.

Payment – Payments that failed validation are rejected and AP releases the documents that belong to the payment that failed validation. The other payments are accepted. The accepted payments get a status of ‘CREATED’.

None – Payments that failed Validation are set to ‘Failed Validation’ and allows for user

Page 6: Payment Batch r12

intervention. Status of the PPR is set to ‘PENDING REVIEW’

If in the PPR setup, ‘Stop Process for Review After Creation of Proposed Payments’ is enabled, the PPR status is set to ‘Pending Proposed Payment Review’. This status prevents further processing until user takes action. If this option to stop for review is not enabled, the status of the PPR is set to ‘Payments Created’. In this status, payment instruction can be created for the PPR.

Format Payments - Payments

Code: IBY_PAYINTSR_PUB, IBY_CHECKNUMBER_PUB

When a PPR is submitted, there are two options

The CREATE_PMT_INSTRUCTIONS_FLAG can be a Y or N Y – Payment Instruction will be automatically created after payments are created. N – Application waits for standard request submission for Payment Instruction.

IBY_PAYMENT_INSTRUCTIONS_ALL stores the payment instruction information.

If the PPR is setup to automatically submit instruction, the payment_service_request_id will be populated in iby_payment_instructions_all because the instruction will be specific to the PPR In this case, the instruction can be linked to the PPR using PAYMENT_SERVICE_REQUEST_ID

If the PPR processing is setup for the user to submit the instruction as a standard request, then when the instruction is submitted, then the instruction is linked to the PPR through the payments selected by the instruction. The link in this case will be through iby_payments_all.payment_instruction_id

Key Columns in IBY_PAYMENT_INSTRUCTIONS_ALL Payment_instruction_id Payment_profile_id Payment_instruction_status Payments_complete_code Payment_count Print_instruction_immed_flag Transmit_instr_immed_flag Internal_bank_account_id Payment_document_id Payment_date Payment_reason_code Payment_currency_code

Format: The following processing occurs during the format step.

a) Number the payments – Check Numbering b) Create XML Extract message c) Pass the extract to XML publisher d) Oracle XML Publisher (BI publisher) applies the format template e) BI publisher formats and stores the output f) Oracle Payments then updates the status of the Payment Instruction and the Payments. If successful, the status of Payments and Instruction is ‘Formatted’.

Print Checks:

Page 7: Payment Batch r12

a) Users can load stationery into the printer and print checks at this stage. b) Determine if the checks printed ok. If not reprint

Confirm Payments - Payables

Code: AP_PMT_CALLOUT_PKG

Record Print Status of the checks to confirm the payments. Oracle Payments calls ap_pmt_callout_pkg.payment_completed to confirm the payments.

This does the following: a) Assigns sequence/values – Document sequencing. b) Creates data in AP_CHECKS_ALL with appropriate data from IBY tables. Checkrun_name = ppr name and checkrun_id = checkrun_id from IBY table. c) Data inserted into AP_INVOICE_PAYMENTS_ALL for the corresponding checks. d) AP_PAYMENT_SCHEDULES_ALL for the invoices are updated to indicate the payment details and status. e) The documents paid in this PPR are released by setting the checkrun_id on the payment schedules to null. f) AP_INVOICES_ALL is udpated to show payment status g) Data is deleted from the AP_SELECTED_INVOICES_ALL h) Data is deleted from AP_UNSELECTED_INVOICES_ALL

How Can I Modify a Payment Process Request in R12? [ID 462791.1]  

  Modified 04-AUG-2008     Type HOWTO     Status PUBLISHED

 

In this Document  Goal  Solution

Applies to:

Oracle Payables - Version: 12.0.0 to 12.0.2Information in this document applies to any platform.

Goal

In R12 how can you modify a Payment Process Request before the format process?

Solution

From the Oracle Payables User's Guide...pages 5-33 & 34

If you optionally configured the payment process request run to pause after invoice selection, you can review invoice selection, review the unselected invoices, add or remove documents payable

Page 8: Payment Batch r12

if necessary, change invoice amounts, and review cash requirements. Once you finish reviewing the payment process request, you can click the Submit button to initiate the payment creation process.This action also generates the Scheduled Payment Selection Report.

Reviewing Selected InvoicesThe Payment Process Request: Selected Scheduled Payments page displays the invoices that are selected for a pay run. This page is accessible by the user in the following circumstance:• The payment process request option to pause processing for review after scheduled payment selection was enabled in the Process Automation subtab of the Templates tab when creating the payment process request template.From the Payment Process Request: Selected Scheduled Payments page, you can perform the following actions with respect to the selected scheduled payments:• Review the total count of selected scheduled payments.• Review the amount remaining, discounts, payment amounts, and interest due for each currency in the payment process request.• Change the payment amount and/or discount amount if withholding is not yet calculated.• Add scheduled payments to or remove scheduled payments from the selection for the payment process request.• Modify discounts and payment amounts.• Drill down to the Invoice Details page.• Submit the payment process request to the next stage of payment processing, save the scheduled payment selection for later, or terminate the payment process request.• View all payment exchange rates for the payment process request. If any scheduled payments require an invoice exchange rate type of User, you can provide them.This is a required step before submitting the payment process request.

Searching for Invoices to ReviewYou can search for a payment process request that was previously submitted by performing the following steps:1. Navigate to the Payment Process Requests tab.2. In the Search region of the Payment Process Requests page, select Invoices Pending Review in the Status field and click the Go button. Submitted payment process requests are returned with a status of Invoices Pending Review.3. To review the invoices selected for a payment process request, click the Start Action icon for the applicable payment process request. The Payment Process Request: Selected Scheduled Payments page appears with the scheduled payments for that payment process request.

Removing Selected Invoices from the Payment Process RequestYou can remove invoices from the payment process request. To remove invoices from the scheduled payment process request, perform the following steps:1. Select the applicable scheduled payment in the Payment Process Request: Selected Scheduled Payments page and click the Remove from Request button.2. To commit the removal of the records from the payment process request, click the Payments Submit button.

Adding Selected Invoices to the Payment Process RequestYou can add invoices to the payment process request. To add invoices to the scheduled payment process request, perform the following steps:1. In the Payment Process Request: Selected Scheduled Payments page, click the Add Scheduled Payments button.2. In the Search and Select: Add Scheduled Payments page that displays, choose the search criteria for the documents payables from the list of values and click Go.

Page 9: Payment Batch r12

3. Select the payment to add and click Select. The added scheduled payment appears in the Select Scheduled Payments region.