apex 5- How to get User Id and Responsibility Id in Apex5 integrated with EBS 12.2
Hi:
I am stuck and need responsibility id, user id, org id in Apex custom application integrated with Oracle EBS 12.2 version. I did not see any documentation from Oracle which supports getting these IDs in case of Custom Authentication.
After user is logged into Oracle EBS and calls Apex5 custom application I dont want to relogin. Login user id in Oracle EBS should be available in Apex.
I am using
GWY.jsp?targetAppType=APEX&p=100:10:::::EBS_RESP_ID, EBS_APP_ID,EBS_SEC_GROUP:[RESPONSIBILITY_ID],[RESP_APPL_ID], [SECURITY_GROUP_ID].
But it does not support passing USER_ID and ORG_ID