Accounts Receivable Reconciliation - Oracle 11i

I am sorry this is long but I am trying to be detailed!
I am trying to help one of my users reconcile AR for Banking purposes. Oracle offers a very nice way to do this with the AR Reconciliation Report (ARXRECON.rdf). The problem we have is that we need to differentiate from Domestic and Export customers as the bank considers Export transactions as “High risk” and will not allow those transactions to be considered as a factor in our ability to borrow.
This report does not do this. The report is based off of built in procedures and thus I can’t/don’t know how to modify. The solution I have devised is to reproduce the report using queries as Oracle as detailed how the report works (below). The first step is to come up with the exact numbers Oracle details in the report and then once I have the SQL to do that I can make modifications to only pick up Domestic or Export customers.
***Quote***
THE AR RECONCILAITION REPORT
The AR Reconciliation Report shows the summary amounts of various AR
reports, that are used to reconcile your AR.
AR is reconciled when the "Aging on the beginning of the Period" + "The
Total Activity in the Period" is equal to the "Aging on the end of the
Period".
The Total Activity in a period is calculated as follows:
Transaction Register for the Period
(-) Applied Receipts Register for the Period
(-) Un-Applied Receipts Register for the Period
(+) Adjustments Register for the Period
(-) Invoice Exceptions for the Period
(+) Rounding Differences for the Period (*)
(+) Credit Memo gain/loss for the Period(*)
(*) These can occur only in the case of foreign currency transactions.
***End Quote***
I have had no issues in writing SQL statements for the Items which make up the period activity. However I cannot seem to get the “Beginning” / “Ending” Balances.
The documentation details the following on how they derive the beginning and ending balances is here:
***Quote***
Beginning and Ending Balance:
To get the beginning and ending balances the report uses the same procedure. The As of Date for the Beginning period is GL Date Low-1 where as the As Of date for the Ending balance is GL Date High.
The report selects all transactions from AR_PAYMENTS_SCHEDULES_ALL table which are not receipts and have a GL Date equal to or less than the As Of date, AND a GL Date Closed which is greater than the As Of date.
For all records returned which are not credit memos, the report calculates and sums up all the receipt and credit memo applications which have a GL date of greater than the As Of date from the AR_RECEIVABLE_APPLICATIONS_ALL table. This total is termed as Accounted_Amount_Applied_To.
For all credit memos, the report calculates and sums up all the applications which have a GL date of greater than the AS Of date from the AR_RECEIVABLE_APPLICATIONS_ALL table. This is called the Accounted_Amount_Applied_From.
Any approved adjustments tied to these transactions are also calculated
and summed up that have a GL date of greater than the As Of date.
The report also sums up the Accounted Amount Due Remaining for all
transactions.
The final value the report calculates to get the Beginning/Ending Balance is the sum of all Unapplied, On-Account and Unidentified Receipts which were closed after the As Of date.
The Beginning and Ending balance is calculated using the following
equation:
Beginning/Ending Amount = Sum of all Accounted Amount Due Remaining
+ sum of Accounted_Amount_Applied_To
- sum of Accounted_Amount_Applied_From
- sum of all approved adjustements
+ ( - sum of all unapplied receipts)
***End Quote***
I am a novice when it comes to understanding the database structure of Oracle 11i and the above details are a little spotty on where and what fields are being summed up. So far I have written these (again note that I am trying to tie to the report…adding the functionality to select Domestic verses Export will come later and is not an issue) SQL statements which should give me an individual number for each part for which I can do calculations with to get the actual balance:
--AR Beginning Balance Queries
--Sum ACCTD_AMOUNT_DUE_REMAINING
Select Sum(AR_PAYMENT_SCHEDULES_ALL.ACCTD_AMOUNT_DUE_REMAINING) as ACCTD_AMOUNT_DUE_REMAINING
From AR_PAYMENT_SCHEDULES_ALL
Where AR_PAYMENT_SCHEDULES_ALL.GL_DATE <= :date1
and AR_PAYMENT_SCHEDULES_ALL.GL_DATE_CLOSED > :date1
and AR_PAYMENT_SCHEDULES_ALL.org_id = :org
-- Sum ACCTD_AMOUNT_APPLIED_TO
Select Sum(AR_RECEIVABLE_APPLICATIONS_ALL.ACCTD_AMOUNT_APPLIED_TO) as ACCTD_AMOUNT_APPLIED_TO
From AR_RECEIVABLE_APPLICATIONS_ALL
Where AR_RECEIVABLE_APPLICATIONS_ALL.GL_DATE > :date1
and AR_RECEIVABLE_APPLICATIONS_ALL.APPLICATION_TYPE <> 'CM'
and org_id = :org
--Sum ACCT_AMOUNT_APPLIED_FROM
Select Sum(AR_RECEIVABLE_APPLICATIONS_ALL.ACCTD_AMOUNT_APPLIED_FROM) as ACCTD_AMOUNT_APPLIED_FROM
From AR_RECEIVABLE_APPLICATIONS_ALL
Where AR_RECEIVABLE_APPLICATIONS_ALL.GL_DATE > :date1
and AR_RECEIVABLE_APPLICATIONS_ALL.APPLICATION_TYPE = 'CM'
and org_id = :org
--AR Beginning Balance Queries (End)
I am not sure how to calculate the “approved adjustments” or what they consider “unapplied receipts” can someone please help me? Also if you believe my above queries aren't pulling the correct totals please elaborate on that as well.
Thanks in advance!

I think you will get response faster if you go to the Oracle App. forum.
http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
Thanks

Similar Messages

  • Need to restrict KFF values on Charge Account Screen in Oracle Apps 11i

    Hi,
    I have a requirement to restrict KFF values based on certain criteria in the charge account screen in Oracle Apps 11i..
    Could you pls advise on how this can be achieved.
    Thanks,
    Shashank
    Edited by: Shashank Senan on May 23, 2012 2:53 PM

    Can you please mark my answers correct......if they were helpful to you.....
    That would be so nice of you....:-)
    and regarding your next requirement, You should create a new table which will contain Date, Worker Number and any other details that you want.
    In the form, for every date for which you want to enter the data, you will select the max(date) before the current date and maximum worker number for that selected date and then from that number you can select next 15/20 workers or whatever your number is.
    e.g. for the first time if you want to enter data for 01-jul-2010 and you have work for 15 workers, you will select max(date) where date<01-jul-2010, but you will not find any bcoz this is your first entry. So wat you will do is will start popupating your grid from number 1-15.
    Next day you will select max(date) where date<02-jul-2010, you will find 01-jul-2010. Then you will select max(number) for 01-jul-2010, you will find 15. So populate your grid from number 16-30 (whatever your number is). and so on.
    Hope it helps you...
    Please mark my answer Helpful or correct and Please create a new thread for new question
    Thanks
    Nishu

  • Mexico Electronic Accounting Oracle 11i

    AS part of 2014 Mexican tax reform, Federal Tax Code (FTC) included a requirement for taxpayers to file accounting information with the tax authorities on a monthly basis.
    In simple terms, we need to provide Chart of Accounts, Trial Balance and Information related to journal entries every month or on demand. In Oracle R12 there seems a solution but we are still in Oracle 11i and needed to know if Oracle support this requirement. Appreciate if someone can let us know.
    thanks
    Adil

    Hi Adil,
    Currently there is no 11i patch for this new functionality.
    The following enhancement requests have been raised requesting this change in functionality.
    For R12 - Bug:19247085 - ELECTRONIC ACOUNTING RULES (01/07/2014) - MEXICO
    For R11i - Bug:19306692 - BACKPORT FOR R11 CUSTOMERS FOR - ER 19247085 _NEW MEXICO LEGISLATION REQUEST
    Regards,
    Cheryl

  • About oracle 11i

    Hi everyone,
    I read about oracle 11i and got the impression that it is wonderful and can do vritually anything for business.
    I would like to try it, here are my questions, please help:
    1) Where can I download oracle 11i.
    2) What software do I need to make oracle 11i work.(I have oracle8i database on my linux)
    Thank you all

    Thanks hussein,
    I am going to apply COSTING 11.5.10.CU3 PATCH (8362391).
    Its readme has lots of pre-reqs patches:
    Prerequisite Updates
    This patch requires additional prerequisite patches to have been successfully
    applied to your system before it can be applied.  These prerequisite patches, as
    at the time that this patch was built, are listed below.  Please check Oracle
    Metalink to determine if any of these have been superseded
    5903765 - 11i.ATG_PF.H.RUP6
    7258620 - Oracle Inventory and Receiving (PO): Release 11.5.10, Rollup Patch 10
    6502082 - AD.I.6
    4635071 - This is the WIP Pre-requisite Patch (WIPPRP) for 11.5.10 customers.
    This includes multiple critical and recommended WIP code fixes as of Nov 2,
    2005. This patch is highly recommended for all 11.5.10 WIP customers.
    3219567 - Patch 11i.TXK.B Technology Stack Minipack B (also in 11.5.10)
    3264822 - Patch 11i.CAC.B
    3261254 - Patch 11i.ALR.G
    3036401 - Mini-Pack 11i.HZ.L
    3264818 - Patch 11i.UMX.H
    3263588 - Patch 11i.XDO.H
    3218526 - Patch 11i.BNE.D
    3384350 - Patch 11i.SCM_PF.J
    3263645 - Patch 11i.AK.G
    4206794 - Patch 11i.FRM.H
    3262486 - 11i.JTA.F
    3261243 - Patch 11i.EC.G
    2614213 - AME PATCH :DELIVERY OF GA AND RULE PRIORITY FUNCTIONALITY
    3262159 - Patch 11i.FND.H
    3412795 - ADSPLICE PATCH FOR XDO
    2819091 - Patch 11i.BNE.CWhile the Metalink Notes referencing to it has these pre-reqs only:
    CONSOLIDATED COSTING PATCH FOR 11.5.10.2 CUSTOMERS FOR BUGFIXES TILL 30-MAR-2009 [ID 816651.1]
        * Please apply following pre-requisite patches before applying this patch.
        Patch:5024341 - Inventory Interface fails for Internal Orders if the Receiving Organization's Accounting Period is Closed
        Patch:5647736 - WIP CONSOLIDATE ARU FOR BUGFIXES BETWEEN DATES 08-NOV-06 TO 12-DEC-06
        Patch:7258620 - Oracle Inventory and Receiving (PO): Release 11.5.10, Rollup Patch 10Which one should I follow?
    Thanks

  • Contract Account Receivables/Payables

    Hi,
    While posting the receivable for a day (T Code FP25 / FP50), multiple receipts/payments can be posted with one reconciliation key. When the data is getting posted to GL, it is getting posted as summary entry per Reconciliation Key. If I activate the line item while performing the transaction FP25 to FP50, system doesn't post the same. Can anybody will guide in this case?

    These are the transactions used in Student Accounting in the Campus Management component implemented with Contract Accounts Receivable / Payables.This is a add on package in the version 4.70
    FP25 - Contract Account Receivables
    FP50 - Contract Account Payables

  • Dunning Letter Set in Accounts Receivable

    Please explan how can i create dunning letter sets for customized customer environment, where can i find funciton to create dunning letter set and how cna i attach with specific customer
    i can not find any function link in the accounts receivable responsibility or nor in vision operations
    Please reply me as soon as possible

    hi,
    There is a functionality available in the Oracle Receivables Module.
    For Creating the Dunning Letter for the specific customer or for all the customers we need to do some preliminary setups to the profile of the customer,.
    Steps:
    1) Create a Dunning Letter format. -
    Navigate to Receivables->Setup->Dunning Letter->
    2) Create a Dunning Set Letter format.
    Navigate to Receivables->Setup->Dunning Letter Set-
    3) Attach the same to the profile of the customer.
    Navigate to Receivables->Customers-> Profile-> by updating here the system will asks you the update all the profiles / Existing profile/ Not to update the profile.
    If you want to update to all the profiles then you can choose the appropirate option, otherwise choose the existing profile only.
    4) Customers->Query the Customer-> Go to Bill to Site -> Menu Profile-Transaction-> choose the dunning letter over there then it only apply to this customer.
    If you need any clarification Please feel free to update in this forum.
    Srikanth

  • New user to Oracle 11i who needs help on creation of new fixed asset class

    Hi all,
    I am new to my Company who is using Oracle 11i. And the Company has a new class of fixed asset and a GL code has been created. But there is no link between the Fixed Asset Manager and the GL code, i.e. depreciation is not linked, additions are not captured into "Cost register", no asset number was assigned in Oracle. Please help.
    Thanks,
    Simon

    Hi.
    No, Simon, it does not work that way.
    First, be sure that the distribution line has the flag "Track as Asset" checked.
    Second, the GL Account to be used on the distribution line must be the one defined, in the FA Asset Category, as the Asset Clearing Account.
    In FA, navigate to /Setup/Asset System/Asset Categories. Following, query a Category. There you can see which account has been used as the Asset Clearing Account.
    You can use as many Asset Clearing accounts as you which, but normally, all Categories share the same account.
    Now reverse the distribution line and cretae a new one with the correct account. Post it, run the Mass Additions Process and you will see the that the addition was created.
    Hope this helps.
    Octavio

  • Oracle 11i financial  training

    Dear Sir/Madam,
    IDS Systems Pvt Ltd is authorized to conduct Oracle application functional modules training in association with Oracle University. The courses developed by the Oracle University are aimed at delivering the comprehensive knowledge on customizing and configuring various application modules of Oracle and lab exercises and case studies will make the student to understand the concept with respect to real time scenario.
    We, at IDS, give a specialized training on this structure and make a novice into an expert Consultant. Our systematic and methodical approach by our eminent trainer helps you understand the basic concepts of financials with respect to Oracle ERP, with ease and confidence.
    MBA s / CA / CS / ICWA / MCOM/ BCom Candidates can apply for Training.
    Oracle 11i Financials modules starting from January 2008
    E Business essential for implementers, 2 Days ,
    Oracle11i General Ledger, 5Days,
    Oracle11i Payable, 4 Days,
    Oracle11i Receivables, 3 Days,
    Oracle11i Asset Management, 4 Days,
    Financial assistance will be provided up to 90% of the course fee from HDFC Bank.
    Please feel free to contact us for any of your queries.
    Thanks Regards
    Satish T S
    IDS Systems Pvt Ltd
    Bangalore
    Ph: 080-41316697, Mob: 09902988773

    Quick Fix. Learn 3 modules max (May be GL/AR/AP). Learn the ins and outs of those 3, so that you can answer
    almost all questions in those 3 in an interview. Most Important --> Write in your resume that you have been
    working in Oracle Applications for last 3 years. Thats the only way you can get into this apps world.

  • Create Accounting - Receiving and Receipt Accruals - Period-End processes in PO

    Hello P2P experts:
    Taking a simple scenario where we have only Expense receipt destination, as a part of the standard P2P close process, do we have to run both the processes? and why?
    Create Accounting - Receiving
    Receipt Accruals - Period-End
    thank you!
    - Donald

    Kindly see the following which may be helpful for your queries
    https://community.oracle.com/message/11775233#11775233
    https://community.oracle.com/message/11807248#11807248

  • Set Customerwise Debtor accounts in Accounts Receivable

    Hi All,
    I need to set customerwise debtor accounts when a transaction is created in accounts receivables.
    That is when I enter a transaction for customer A, then account debited must be customer A debtor account.
    Can I do this in oracle ebusiness suite?

    Hi
    Please let me know the reason for going to this approach. This is actually defying the logic of general ledger and subledger.
    Although, from the system perspective this is possible to be done. You can create multiple natual account codes representing each of your customer and attach this account to the customer bill to site use level. Ensure that your autoaccounting is set to pick up natural account from the customer site level.
    This apporach is quite cumbersome and difficult to maintain. Also creates duplicacy of data.
    Thanks
    Vinit

  • NEGATIVE RECEIPT IN ACCOUNT RECEIVABLE

    HI ALL,
    We are using oracle E Business suite 11.5.9(Indian Localisation Server).We are not able
    to make cash receipts with negative amount in account receivable.
    Can anybody have solution for this,please convey
    Thanks
    Shekhar

    I don't think you can make negative cash receipts in AR. You should be able to make negative Miscellaneous Receipts though.

  • Tutor Material for Account Receivable

    Please help with Tutor Material ( study material) for account Receivable. I preparing to study this module but i do not have a study material. If someone has this material or know were i can download please share.

    Hi,
    It depends what type of information you are after. You can download the Oracle E-Business suite documentation CD from Metalink (or view the library online). In there you will find the Receivables User Guide, Tax manual and API reference guides amongst others (eg. Vertex Integration Guide).
    Outside of the standard product docs, there are several books out there, such as the Financials Handbook (McGraw-Hill) that contain good sources of information for the core financials modules.

  • Migration of Account Receivable Transactions

    Dear All,
    I am new in Account Receivable, i just want to know the API or interface table for invoice migration from legacy system to oracle.
    If possible to give script or API it will benefit for me to complete my task.
    Regards

    Key tables are
    RA_INTERFACE_LINES_ALL
    RA_INTERFACE_DISTRIBUTIONS_ALL
    ra_customer_trx_all
    ra_customer_trx_lines_all
    ra_cust_trx_line_gl_dist_all
    ar_payment_schedules_all
    Please go through the below link to understand the AR invoice interface.
    http://bhaskarreddyapps.blogspot.in/2011/10/ar-invoice-interface.html

  • Need documents on Account Payables and Account Receivables.

    Hi All,
    Can any one please send me( or tell me the path where I can find the documents on AP/AR modules) the documents
    for Account Payables and Account Receivables.
    Thank you

    Hello.
    As you did not specify the APPS version, here's the link to all documentation:
    http://www.oracle.com/technology/documentation/applications.html
    Hope this helps.
    Octavio

  • Problem while intalling oracle 11i(11.5.9) on Redhat Enterprise Linux 3

    Dear all,
    we are installing oracle 11i ( 11.5.9) one Redhat Enterprise Linux 3
    it gives the following error massage .
    Error code received when running external process.check the log file for details._
    Running Database Install Driver for PROP instance._
    Please any suggestion.
    Thanks

    Hi,
    This is a generic error, so please check the installation log files for more details about the error.
    Regards,
    Hussein

Maybe you are looking for