Skip to main content

R12 – Payments – (Funds Disbursement) Step by Step

R12 – Payments – (Funds Disbursement) Step by Step

Payments is a separate module in R12 and has new features, new look and feel (it is now Java page vs an Oracle form in 11i).  The module is called as iPayments and the Application Short name is IBY. All the payments table starts with IBY.  In this Article, we will be seeing how to do Payments in R12 in a step by step manner. In the example below, we will see how to do a Check Payment Process.
Responsibility – Payables Manager
Navigation – Entry – Payments Manager
Click on the Payments Manager as shown above. Clicking this will open an OAF page as shown below
Click on Submit Single Payment Process Request as shown above. This opens a Payments process window as shown below.
Enter the mandatory columns in the page above.
Payment Process Request Name – Enter a valid payment batch name
Click on the Payment Attributes Tab.
Enter the Mandatory columns under this tab as shown below
Click on Processing tab.
Check the check box – Stop Process for Review After Scheduled Payment Selection.  Checking this check box pauses the Payment Process , so as to help reviewing the Selected Invoices for Payments.
Click on Submit.
Once the Submit button is clicked, it brings to the window as shown above.
Here enter the Payment batch name in Payment process Request column and click Go to find the status.
In the below screenshot, please fiind the Payment Process Request Status as New . Click on the Refresh Status button to view the Status changing as it progress.
The next status is Invoices Pending Review
In the Main window – click on View – Requests and click on Find Request to view the Request just submitted.
Coming back to the OAF page…
Click on the Start Action Icon as shown below to review the Selected Invoices for Payment.
Here its lists out all the Invoices selected for payment
Under the Select menu, there is a check box against each Invoice.
In this stage, we can choose which Invoices needs to be paid and also we can edit the Payment Amount.
After the review is done, check the Check box under Select for the Invoices which needs to be paid as shown below.
In the screenshot below, we can see the choices of Action which can be done..
Click on Submit button as shown below.
On the screenshot above, see the status as Formatting.
Click on the Show button to expand.
The window expands as shown below
The status shows as Formatted – Ready for Printing.
Click on the Take Action Icon as shown below
Choose a printer by clicking on the Find button or Enter a valid printer name
Click on Print as shown below
Clicking on Print , submits the Format Payment Instructsions process as shown below
And pops up the below screen.
On the below screen  click on the number under Need Action as shown below
See the status of the Payment as Submitted for Printing. Click on Take Action Icon as shown above
Review the payment details in the screenshot above. Click on Record Print Status as shown above
Click on Continue button as shown above.
There will be a warning as shown below..
Warning
Are you sure you want to confirm the print status as final? This action cannot be reversed. You should not proceed with this action unless you are sure that all documents with the status of Printed were successfully printed. The payments will be marked as complete and the payment documents will be recorded as issued. If you complete this action and discover printing problems, you will need to void the payment and select the document to be paid in a new payment process.
Click on Apply as shown below
Click on the Refresh button to see the status
Refreshing the window, shows the Status as Confirmed Payment
Refer to the article Payment Process Request – Status / Stages with Description,  for different stages/status messages which we face during the Payment process and to the article R12 – Queries to Troubleshoot Payments , for troubleshooting the Payment from backend or to follow-up with the tables underlying in the Payment Process.

Comments

Popular posts from this blog

Oracle Subledger Accounting (SLA) Tables, Views

Oracle Subledger Accounting (SLA) Tables, Views Oracle Subledger Accounting Tables: TABLE NAME DESCRIPTION XLA_AAD_GROUPS The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis.  All application accounting definitions with the same GROUP_NUM must be merged together. XLA_AAD_HDR_ACCT_ATTRS The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. XLA_AAD_HEADER_AC_ASSGNS Store the analytical criteria for the application accounting definitions. XLA_AAD_LINE_DEFN_ASSGNS This table stores the journal lines definitions for the application accounting definitions. XLA_AAD_LOADER_DEFNS_T The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. XLA_AAD_LOADER_LOGS The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. XLA_AAD_SOURCES XLA_AAD_SOURCES table stores a...

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

Unbilled Receivables and Unearned Revenue Accounting in Oracle Projects

Unbilled Receivables and Unearned Revenue Accounting in Oracle Projects Introduction When it comes to contractual billing, invoice and revenue generation are two separate processes, which during the lifespan of a project may or may not always coincide with each other and so do the balances in revenue and receivables accounts.  This interim difference between revenue and invoice account balances is bridged using Unbilled Receivables (UBR) and Unearned Revenue (UER) Accounts. Unearned Revenue (UER) Unearned Revenue (also termed as deferred revenue or UER) signifies money received for the goods or services, which are yet to be delivered.  As per the principles of Revenue Recognition, UER is recorded as on the balance sheet unless it is converted to Revenue upon delivery of goods or services For Example XYZ Consulting Ltd. receives an annual maintenance contract of $ 12,000 on Dec 31, 2014 for the period of Jan 01, 2015 to Dec 31, 2015. At the start of the contract as of Dec 31, 2...