Error ERR-1002 Unable to find item ID for item "" in application "11501"
We recently upgraded to Apex 4.1 from Apex 3.0. The database version is 10.2.0.4.
We have a Application with ID 11501. It is very simple application with only one page. The page has only one report region of type "SQL Query". We have integrated this with Oracle Apps and invoke the application using the below call syntax.
f(p => '11501:12');After the upgrade there has been a problem. We are receiving the below error when we open two sessions from the same browser.Error ERR-1002 Unable to find item ID for item "" in application "11501". Unexpected error, unable to find item name at application or page level.