Responsibility-based authorization
Hi,
Has anyone implemented Oracle Applications' responsibility-based authorization in a Apex application? When I tried it from within Apex, the authorization works fine. But when integrated with Oracle Applications, the authorization fails in spite of having the right responsibility. Here is the function call from Oracle Apps.
GWY.jsp?targetAppType=APEX&p=105:&HOME.:::YES::EBS_RESP_ID,EBS_APP_ID,EBS_SEC_GROUP:50225,20003,0
The problem lies in the fact that the parameters values for EBS_RESP_ID,EBS_APP_ID,EBS_SEC_GROUP are not getting passed over to Apex. Moreover, I don't see these parameter values in the URL string.
Has anyone implemented Oracle Applications' responsibility-based authorization in a Apex application? When I tried it from within Apex, the authorization works fine. But when integrated with Oracle Applications, the authorization fails in spite of having the right responsibility. Here is the function call from Oracle Apps.
GWY.jsp?targetAppType=APEX&p=105:&HOME.:::YES::EBS_RESP_ID,EBS_APP_ID,EBS_SEC_GROUP:50225,20003,0
The problem lies in the fact that the parameters values for EBS_RESP_ID,EBS_APP_ID,EBS_SEC_GROUP are not getting passed over to Apex. Moreover, I don't see these parameter values in the URL string.
0