| Case Number | 00040271 |
| Oracle Module | Accounts Payable (AP) |
| EBS Version | R12 |
| Functional Area | Payment Processing / Check Reissue / Accounting |
| Related Patches | Oracle Patches 8975671, 9257606, 9272615 |
During AP check reissue processing, the accounting entries were created incorrectly — either due to a code defect that was subsequently fixed by Oracle patches 8975671, 9257606, and 9272615, or because the reissue process re-accounted checks that were already properly accounted. The fix runs undo accounting for all XLA events associated with the incorrectly accounted checks, then allows the accounting to be regenerated cleanly.
Ensure the following Oracle patches are applied before running this fix:
Run the companion selection script (ap_reissue_sel.sql) to populate the driver table with the affected check IDs.
Run data_fix.sql via SQL*Plus:
sqlplus <user>/<password>@<database> @data_fix.sql
The script prompts for User Name, Responsibility Name, and optionally an email address for log delivery.
The script uses the Oracle GDF framework to:
process_flag = 'P' for success).After undo accounting completes, re-run Create Accounting for the affected checks to generate correct subledger entries.
| File | Description |
|---|---|
| data_fix.sql | Oracle GDF fix script to undo incorrect accounting for AP reissued checks. Uses AP_Acctg_Data_Fix_PKG framework. Requires prerequisite patches 8975671, 9257606, 9272615. |
| Patch | Description |
|---|---|
| 8975671 | AP check reissue accounting fix (prerequisite) |
| 9257606 | AP check reissue accounting fix (prerequisite) |
| 9272615 | AP check reissue accounting fix (prerequisite) |