Error(102,5): CVIAPInvInq3VOImpl not found in class canon.oracle.apps.cvi.cviapinvinq3.server
I am building a custom OAF page with a Controller and when I run the page I'm getting the error:
- Error(102,5): CVIAPInvInq3VOImpl not found in class canon.oracle.apps.cvi.cviapinvinq3.server.CviAPInvInq3CO
I have the following code in the controller:
CVIAPInvInq3VOImpl apinv = (CVIAPInvInq3VOImpl)am1.findViewObject("CVIAPInvInq3VO1");
I'm not sure why I'm getting this error. I am working in JDeveloper 10.1.3.5.0.3. Can anyone help?