HR Packages Invalidated
Hi,
we are working in oracle applications 11i on oracle database 9i on solaris.
I have a custom pay slip procedure in apps schema that reads data from HR tables and calls a remote procedure to sends the summarized pay slip to staff.
The procedure consists of one cursor which consists all the data. the query of the cursor return 283 records, number of staff.
when i executed the procedure it terminated abruptly after sending the first 123 records only.
when i tried to rerun the query on its own I had the error :
ORA-04061: existing state of of has been invalidated
we are working in oracle applications 11i on oracle database 9i on solaris.
I have a custom pay slip procedure in apps schema that reads data from HR tables and calls a remote procedure to sends the summarized pay slip to staff.
The procedure consists of one cursor which consists all the data. the query of the cursor return 283 records, number of staff.
when i executed the procedure it terminated abruptly after sending the first 123 records only.
when i tried to rerun the query on its own I had the error :
ORA-04061: existing state of of has been invalidated
Tagged:
0