I make a call to the APPS.PER_PEOPLE_V7_PKG.UPDATE_ROW function and get the following error...
'ORA-20001: APP-PER-06841: Person changes exist between the old date and the new date.'
What is up?
Thanks!
Printable View
I make a call to the APPS.PER_PEOPLE_V7_PKG.UPDATE_ROW function and get the following error...
'ORA-20001: APP-PER-06841: Person changes exist between the old date and the new date.'
What is up?
Thanks!
Error messages between 20000 and 20999 are typically user defined errors. I'm not sure if that's your case but you might check the package and see.
looks like an error generated from the development team. check the stored procedure, the message also recalls for a functional problem rather than technical.Quote:
Originally Posted by testudo42
regards,
dgc