Getting Error JBO-25002 after EBS Vo Extension Customization
oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition xxcust.oracle.apps.po.notifications.server.PoNotifLinesSummaryVOEx of type View Definition not found
I am trying to do VO extension using Customization and Personalization in Oracle OAF pages using Jdeveloper with OA extension :
I want to extend the PONotifLinesSWummaryVo and add a new field name Last Purchase Rate
I successfully get the java classes and xml files from the server to my locval system , in jdeveloper , extended the VO and added a new field in the query , Then I successfully compiled the classes and done the jpxImport which was successful , then I moved the extended vo xml and class file to the JAVA_TOP directory of my server , after that I just requested the DBA to restart the server and its services and done so but when I open the page in Oracle EBS then it simply shows this exception , I have not