Passing parameters to Apex application from EBS R12 function using GWY.jsp
I have set up as per the instructions and can call the Apex application required.
However I need to pass parameters that are derived from database objects to ensure continuity across EBS and the Apex sessions.
The notation in the document above to call jsp GWY describes the parameter pairings as APEX&p=109:3:::::EBS_RESP_ID,EBS_APP_ID,EBS_SEC_GROUP:[RESPONSIBILITY_ID],[RESP_APPL_ID], [SECURITY_GROUP_ID]
I can pass hard coded string literals into parameters in the Apex page being called but I cannot make reference to the database objects e.g. a packaged procedure global variable or fnd_profile.value(nnn) .