Oraclepayablesproactivetroubleshooting 121123084058 Phpapp02
Oraclepayablesproactivetroubleshooting 121123084058 Phpapp02
Oraclepayablesproactivetroubleshooting 121123084058 Phpapp02
NOV 2012
Author:
Version
1.0
Contents
Oracle EBS R12 Payables Proactive Support .................................................. 5 Overview ................................................................................................... 5 Generic Data Fix patches (GDFs) ...................................................................... 5
Master GDF diagnostic ............................................................................................ 5 Running as a standalone SQL script ................................................................................... 6 Running as a Concurrent Process ..................................................................................... 12 Reviewing Output ....................................................................................................... 13 Working with GDFs ............................................................................................... 14 Considerations .................................................................................................... 15
Proactive Patching Strategy ........................................................................... 18 Suggested Proactive Approach to Troubleshoot AP Issues ........................................ 18 Information Sources..................................................................................... 19
Page 2 of 19
Page 3 of 19
Introduction
Oracle Payables has many bugs that may hinder period closing. Troubled transactions could be swept to next period(s) but manual journals to fix their accounting effect could cause reconciliation issues and may be hard to maintain.
Purpose
This paper suggests a proactive approach to tackle Oracle Payables issues before they occur or fix them shortly after their occurrence in order to close period properly.
Page 4 of 19
Page 5 of 19
Master GDF diagnostic detection process can be: Run as a standalone SQL script Registered and run as a concurrent process
Figure 1
Simply download the file and open each script in SQL Developer (or any other tool)
Page 6 of 19
1- Run ap_gdf_detect_pkg.sql to create the reporting package AP_GDF_DETECT_PKG. This is required each time you download a new version of the script.
Figure 2
Figure 3
Page 7 of 19
Start Date
End Date
Org ID
Page 8 of 19
Figure 4
If you are not the sysadmin, ask him/her to provide mentioned files. 3- Run single_trx.sql to diagnose a single transaction
Figure 5
Page 9 of 19
Check ID
Vendor ID
Page 10 of 19
Figure 6
If you are not the sysadmin, ask him/her to provide mentioned files.
Page 11 of 19
Figure 7
Figure 8
Page 12 of 19
Reviewing Output
For every corruption, Master GDF report will pinpoint: 1- Bug Number 2- Note ID which explain the bug and how to fix it 3- Transactions affected
Figure 9
Page 13 of 19
2- Download and apply GDF patch to deliver the select and fix scripts. 3- Run the SELECT script from the GDF patch 4- Review the HTML output
Figure 10
5- Verify/Adjust the records the fix script will update 6- Run the Fix script to correct the data 7- Verify the data updated in the HTML output
Page 14 of 19
Figure 11
8- If no fix occurred, then a service request should be raised with Oracle Support attaching the output of: Master GDF Applied GDF to fix the issue
Considerations
1- Many of the GDF patches require subledger accounting to be undone and recreated. The following documents should be reviewed: Doc ID 753695.1 for more details on undo accounting Doc ID 605707.1 for more information on how manual entries created by the undo fix can affect reconciliation
2- All fix scripts will first backup tables to be updated so there is always the restore option should the fix need to be unapplied 3- MOS approval is not needed prior to running these fixes. They are already fully approved by Support and Development for all Oracle customers 4- Logging a data corruption Service Request without running the Master GDF diagnostic, and acting on the results by applying recommended GDFs,is only going to delay resolution. Since MOS Support Engineer will ask to run them first
Page 15 of 19
The detection process can: be Run as a standalone SQL script Registered and run as a concurrent process [Doc ID 1489916.1]
Consideration
Period close helper script 1- Can be used proactively to scan all transactions and head off potential issues. 2- Will not create, update, or deleted any data 3- Has an option to run AP Data Validation Report as well to check for data corruptions. a) If set to N, report output will be an enhanced version of Period Close Exception report that: Pinpoints actions should be taken by user after each section of invalid transactions (instead at the end of Period Close Exception Report) Details unaccounted invoices section in Period Close Exception report into: o Unposted Invoices Distributions o Invoice Lines Without Distribution o Unaccounted Transactions b) If set to Y, process will submit master GDF report as well (though this is generally not recommended for performance reasons). Thus, report will be a combination between: Enhanced version of Period Close Exception report Master GDF report which identifies corrupted data and Doc ID of GDFs to fix them
Page 16 of 19
Figure 12
Page 17 of 19
Kindly refer to the following documents: Patching & Maintenance Advisor: EBS R12 [Doc ID 313.1] Patch Wizard: Overview [Doc ID 1077813.1] R12.0 Oracle Financials Critical and Recommended Patches [Doc ID 557869.1] R12.1 Oracle Financials Recommended Patch Collection (RPC) [Doc ID 954704.1]
Page 18 of 19
Information Sources
GDFs available for Payables [ID 874903.1] Master GDF diagnostic [ID 1360390.1] Register Master GDF as a Concurrent Program [ID 1361255.1] Undo accounting [ID 753695.1] How manual entries created by undo fix can affect reconciliation [ID 605707] Period Close Helper [ID 1489381.1] Register Period Close Helper as a Concurrent Program [ID1489916.1] Patching & Maintenance Advisor: EBS R12 [ID 313.1] Patch Wizard : Overview [ID 1077813.1] R12.0 Oracle Financials Critical and Recommended Patches [ID 557869.1] R12.1 Oracle Financials Recommended Patch Collection (RPC) [ID 954704.1]
Page 19 of 19