← Back to Cases
AR Receipt AX Event Translation Status and Posting Not Updated
Case Number00036135
Oracle ModuleAccounts Receivable (AR)
EBS Version11i (Global Accounting Engine / AX)
Functional AreaCash Receipts / AX Posting / Receivable Applications
Related PatchesNone

Symptoms

Root Cause

The AX Global Accounting Engine event for the cash receipt was not fully processed — the translation_status on AX_EVENTS was not updated to 'T' (Translated), and the receivable application's posting_control_id was left at -3 (unposted). This prevented the receipt from being recognised as posted in GL reports.

Resolution

Step 1 – Create backup tables

Run data_fix.sql. Backups are created for:

Step 2 – Update AX event translation status

Set translation_status = 'T' on AX_EVENTS for the affected receipt's RECEIPT_INSERT and MISC_INSERT events.

Step 3 – Update receivable application posting control

Update AR_RECEIVABLE_APPLICATIONS_ALL to set posting_control_id to the correct posting control ID (replacing the unposted value of -3) for the affected cash receipt and payment schedule combination.

Step 4 – Commit and validate

Issue COMMIT. Verify the receipt no longer appears as unposted in AR reconciliation reports.

Note: This is an Oracle 11i Global Accounting Engine (AX) fix. The AX_EVENTS and related tables do not exist in R12 environments.

Script Inventory

FileDescription
data_fix.sqlCreates backups; sets AX_EVENTS translation_status to 'T'; updates AR_RECEIVABLE_APPLICATIONS_ALL posting_control_id from unposted (-3) to the correct value.

Key Tables Affected

TableAction
AX_EVENTSUpdate translation_status to 'T'
AR_RECEIVABLE_APPLICATIONS_ALLUpdate posting_control_id