EAP: Unable to Save Recycle Voucher after Correction, Error -- Variable contains a reference to a row object that has been deleted. (2,261)
(Doc ID 2251135.1)
Last updated on MAY 03, 2019
Applies to:
PeopleSoft Enterprise FIN Payables - Version 9.2 to 9.2 [Release 9]Information in this document applies to any platform.
Symptoms
An error is received when attempting to save a Recycled Voucher after correction:
ERROR
Variable contains a reference to a row object that has been deleted. (2,261) VOUCHER.ENTRY_STATUS.SavePostChange PCPC:4458 Statement:48
A PeopleCode variable contains an object referring to a row, record , or field that no longer exists.
This is an application error. It can happen if the reference is stored in the variable, and the row is subsequently flushed or removed following a save, or if the reference is stored in a global variable and accessed after the Component has been exited.
Use the Application Reviewer or PeopleCode trace to locate the point of the error and correct the program.
STEPS
1. Create Quick Invoice (or Excel Upload Voucher) that would create a Voucher in Recycle Status
2. Run Voucher Build
3. Correct the reason of the error on the Voucher
4. Click on save
5. Above error is displayed
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |