Apex Gurus can you help me with the "Error ERR-1002 Unable to find item ID for item "FLOW_SESSION"
I am working on Apex 4.0 version oracle 11 g
I need to re-source the apex application to new database objects ( that will be getting data from the new system). The new tables have been created and I also created a copy of existing application. The copy now points to the new oracle tables. when I try to run the newly re-sourced application I get the error.
Error ERR-1002 Unable to find item ID for item "FLOW_SESSION" in application. Do I need to change some session parameter for apex which might still be pointing to the old application. Guru's please advice.