Accrual reconciliation when using Accrue Expense Items at Receipt in Oracle EBS R12 or Oracle Fusion.
1. SLA Accounting Rules (Subledger Accounting Setup)
When you’re using Accrue at Receipt, Oracle needs to know which accounts to use during different steps of the P2P process. SLA handles this through Journal Line Definitions (JLD) and Account Derivation Rules (ADR).
A. Typical Accounting Setup in SLA for Expense Items at Receipt
Event | Debit | Credit | Description |
---|---|---|---|
Receiving (Expense Destination) | Charge Account (from PO) | Accrual Account | Accrual created immediately at receipt |
Invoice Matching | Accrual Account | AP Liability | Reverses accrual and creates liability |
Payment | AP Liability | Cash/Bank | Standard AP payment |
-
Add cost center segments from PO distribution.
-
Use item category to change accounts.
-
Override based on supplier site or BU.B. Example Account Derivation Rule
Let’s say you want the credit accrual account to vary by item category. Your rule tree can look like:
In SLA setup:
-
Create a new ADR:
Accrual Account by Category
-
Use Source:
Item Category
orPO Line Category
-
Assign segments using constant or value set mappings
-
Link the ADR to the Journal Line Type (e.g. Receiving Expense Line)
Let me know if you want me to walk you through this in the SLA UI (Fusion or EBS—they differ slightly).
2. SQL Queries for Accrual Reconciliation
Here are some commonly used SQLs to help reconcile the AP Accrual account:
A. Get Received but Uninvoiced Lines (Accrual Outstanding)
B. Compare Accrual Account GL Balance to Subledger
Compare this to your Trial Balance for the same AP Accrual account.
3. Accrual Write-Off Steps (Oracle GUI)
To clean up old lines stuck in AP Accrual:
-
Go to:
-
Purchasing Responsibility > Accrual Write-offs > Define Write-offs
-
-
Enter:
-
Period
-
Organization
-
Receipts or PO
-
Comments and Reason
-
-
Run:
-
“Create Accounting - Receiving” to account for write-offs.
-
-
Run:
-
“Accrual Reconciliation Report” again to confirm write-off applied.
-
Tips
-
Always match to receipt (not just PO) to ensure auto-reversal of accrual.
-
Never manually journal into or out of the AP Accrual account in GL.
-
Customize SLA to minimize reconciliation headaches (e.g., split accruals by department or category).
-
Automate Accrual Rebuild and Reconciliation Report before period close.
Comments
Post a Comment