VO Extension not working after migration to a new instance
I am facing a wiered situation. My requirement was to extend a VO (LocationOneTimePurchaseLovVO in iProcurement) to add a codition to the seeded VO query. I followed the following steps.
1. FTP the files from server so that I can run the pade in jDeveloper.
2. Create a custom VO that extends the seeded one. While extneding I modified the query with the a new condition int he where class, I generated the VOImpl and VORowImpl classes (I want to mention that the seeded VO does not have a VOImpl. It only has VORowImpl).
3. Created a substitution
4. Moved the prj.jpx and xml and class file to a custom directory under $JAVA_TOP