Extend VO and get error JBO-25002
When I try to Extend VO I got error message: oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.cux.htmlui.server.CuxOeOrderHeadersVO of type View Definition not found
The issue can be reproduced at will with the following steps:
1. Find VO to extend
2. Extend VO and update its query with the new fields
3. Add the substitutions of the Origin VO (AllReqsVO) for the new VO (xxcAllReqsVO)
4. Save and Rebuild
5. Upload new files from the folder "myclasses" of my PC to the corresponding path in the server (Aplication server).
6. Import jpx file
Try to fix the issue according to 302941.1, same issue still.