I am attempting to link to an Apex Application from an EBS menu. I developed the app a couple years ago and partially integrated per the Cabot white paper of 2009. I did not attempt to access the app from an eBusiness Suite (EBS) menu at that time and now I have been asked to add that functionality.
When I access the application form Apex (Version 5.0.0.00.31) the app behaves and I get to the page 1 menu. However, when I attempt to access the app from the EBS menu, page 1 of the app throws the following error message:
Logging exception in final_exception_handler:
Sqlerrm: ORA-20987: APEX - ERR-1002 Unable to find item ID for item "" in application "101". - Unexpected error, unable to find item name at application or page level.
Backtrace: ORA-06512: at "APEX_050000.WWV_FLOW_ERROR", line 732
ORA-06512: at "APEX_050000.WWV_FLOW_ERROR", line 1013
ORA-06512: at "APEX_050000.WWV_FLOW_META_DATA", line 2964
ORA-06512: at "APEX_050000.WWV_FLOW", line 3032
ORA-06512: at "APEX_050000.WWV_FLOW", line 4506
I am at a total loss as this is the first app I've tried to to perform an automatic login with the EBS credentials.