How To Reconcile Accrual Reconciliation Report And GL [ID 414169.1]

How To Reconcile Accrual Reconciliation Report And GL [ID 414169.1]  

 Modified 20-JUL-2009     Type HOWTO     Status PUBLISHED 

In this Document
  Goal
  Solution
  References


 

 

Applies to:

Oracle Purchasing - Version: 11.5.10 to 11.5.10.4
Information in this document applies to any platform.

Goal

What general  steps should be followed to reconcile the Accrual Reconciliation Report and GL Inventory AP Accrual Account. Accrual Reconciliation Report only captures on line Accrual Transactions ie Transactions with accrue_on_receipt_flag = 'Y' in both po_line_locations_all and po_distributions_all. ARR is not used to reconcile Period End Accruals.

Solution

Action Plan to follow in reconciling Accrual Reconciliation Report with GL in 11.5.10

Let us assume you are trying to reconcile Jun-06 Period

1)Submit output of Diagnostics: Apps Check from Purchasing Responsibility.
Run for Oracle Purchasing

2) Check File version of POXACREC.rdf.  Make sure version is reasonably close to the latest version available. Please refer to Note 427771.1 for the latest patches.

 

3)The Accrual reconciliation report requires the transactions to be transfered to the General Ledger interface and then run journak inport to ensure the report balances to your general ledger.
.
For Payables, you need to create journal entries for the invoices. For
Purchasing, all transactions are automatically transferred to the General
Ledger interface.
For Inventory and Work in Process, you must first
perform a GL transfer or period close for transactions to be sent to GL_Interface and imported to GL
4)
Run the following query and provide the results in Excel format:
SQL> select * from gl_interface
where user_je_source_name = 'Purchasing'
and user_je_category_name = 'Receiving'
and accounting_date between '01-JUN-06' and '30-JUN-06';

5) If rows are returned by the above query, you will need to import and post
these records in GL.


6) Submit the Accrual Reconciliation Rebuild with the following parameters:

Full AP Classification: Yes
GL Dates From: <first day of your JUN-06 period>
To: <last day of your JUN-06 period>


7) Submit the Accrual Reconciliation Report with the following parameters:

Sort By : Item+
GL Dates From : <first day of your JUN-06 period>
To : <last day of your JUN-06 period>
Items From :
To :
Vendors From :
To :
Include All Transactions : No
Transaction Amount Tolerance : 0
Transaction Quantity Tolerance : 0
Include Written Off Transactions : NO
Aging Number of Days :


8) Identify each of the Accrual accounts contained in the Accrual Reconcil
iation Report just run.


9) 
Review  information (screen prints, draft reconciliation ) showing the
amount in GL that one is comparing the report with, showing that there is a
discrepancy.

10) Run the Account Analysis Report in GL with the following parameters. Run
the report separately for each account identified in step #7 above, then upload
each of the output files:

Type: Source Item
Currency: USD
Balance Type: Actual
Starting Period: JUN-06
Ending Period: JUN-06
Flexfield From: <accrual account>
Flexfield To: <same accrual account>
Order By: Source


11) Adjust the Account balances of the Account Analysis Report
to reconcile balances in Accrual Reconciliation Report:

ACCOUNT ANALYSIS REPORT:
==========================
Total Debits: XXXXXXX
Total Credits: XXXXXXX
Difference: DDDDDDD Credit if cr>db

Deduct (or Add) from difference above, Transactions(Sources) that will not be picked up by Accrual Reconciliation Report to get the Adjusted Total
For Example:
SOURCE DEBITS CREDIT NET DIFFERENCE
======== ====== ======= ================
Manual Journal XXXXXX XXXXXX DDDDDDD
Assets XXXXX DDDDDDD



10)If Accrual write Offs appear in the Accrual Reconciliation Report but not in Acount Analysis
Report the balance will have to be deducted from the Analysis Report

References

NOTE:427771.1 - 11.5.10 Accrual Reconciliation Report - Latest Fixes as of April 2, 2009



Show Related Information Related


Products
  • Oracle E-Business Suite > Procurement > Procurement > Oracle Purchasing

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
当你遇到 "Need to specify how to reconcile divergent branches" 这样的错误时,这意味着你的本地分支与远程分支存在分歧。在 Git 中,这通常是因为你在尝试合并或拉取更新时,两个分支之间有未合并的更改。要解决这个问题,你需要明确告诉 Git 如何处理这些分歧。以下是几种可能的方法: 1. **Rebase**: 如果你想保留远程分支的新更改并丢弃自己的修改,可以执行 `git rebase` 命令,但在此之前先备份工作目录,以防丢失未提交的更改。示例: ```shell git fetch origin git rebase origin/branch_name ``` 2. **Merge**: 如果你想合并你的本地更改到远程分支,可以使用 `git merge`,例如: ```shell git fetch origin git merge origin/branch_name ``` 如果有冲突,需手动编辑文件解决。 3. **Resolve conflicts manually**: 如果 Git 提示有冲突(conflict markers如 `<<<<<<<`, `=======`, `>>>>>>>`),你需要打开涉及冲突的文件,手动编辑并标记已解决的部分,然后保存文件。之后执行: ```shell git add . (or use the file names) git commit -m "Resolved merge conflict" ``` 4. **Pull with --rebase** 或者 **--strategy=resolve**: 可以使用 `git pull --rebase` 来替代默认的 merge 操作,这样会将远程分支的更改应用到你的分支上,而不是创建一个新的合并分支。如果冲突,也会提示手动处理。 请根据你的具体需求选择合适的方法。如果你不确定应该怎么做,建议查阅相关文档或咨询经验丰富的开发者。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值