← Back to Cases
AR Cash Receipt Amount and Posting Incorrect (11i Global Accounting Engine)
Case Number00035953
Oracle ModuleAccounts Receivable (AR)
EBS Version11i (Global Accounting Engine / AX)
Functional AreaCash Receipts / Posting / Global Accounting Engine
Related PatchesNone

Symptoms

Root Cause

The cash receipt was created or applied with an incorrect amount, and the associated Global Accounting Engine (AX) subledger entries and AR tables retained the incorrect values. The posting control was either not completed or set to an unposted value, leaving the receivable application in an inconsistent state. This is an 11i-specific issue involving the AX (Global Accounting Engine) subledger architecture.

Resolution

Step 1 – Create backup tables

Run data_fix.sql. Backup tables are created for:

Step 2 – Correct cash receipt history amounts

Update AR_CASH_RECEIPT_HISTORY_ALL to set the correct amount and ACCTD_AMOUNT.

Step 3 – Correct receivable application amounts

Update AR_RECEIVABLE_APPLICATIONS_ALL:

Step 4 – Correct payment schedule amounts

Update AR_PAYMENT_SCHEDULES_ALL to set correct amount_due_original and amount_due_remaining values.

Step 5 – Commit and re-post

Issue COMMIT. Re-run the AR posting process to regenerate correct AX subledger journal entries.

Note: This fix targets an Oracle 11i instance using the Global Accounting Engine (AX). The AX tables (AX_SLE_LINES, AX_EVENTS) are not present in R12 environments.

Script Inventory

FileDescription
data_fix.sqlCreates backups for AX and AR tables; corrects cash receipt history amounts; fixes receivable application amounts and posting control; corrects payment schedule balances. Final working version (V2 supersedes earlier iteration).

Key Tables Affected

TableAction
AR_CASH_RECEIPT_HISTORY_ALLUpdate amount, ACCTD_AMOUNT
AR_RECEIVABLE_APPLICATIONS_ALLUpdate amount_applied, acctd_amount_applied_from, posting_control_id
AR_PAYMENT_SCHEDULES_ALLUpdate amount_due_original, amount_due_remaining
AX_SLE_LINESBackup only (re-generated by posting)
AX_EVENTSBackup only