DBA Data[Home] [Help]

APPS.BIS_PMV_PARAMETERS_PVT dependencies on ICX_SEC

Line 6157: l_user_session_rec.session_id := icx_sec.getID(icx_sec.PV_SESSION_ID); -- can we call this without validate

6153:
6154: l_user_session_rec.function_name := pParamFunctionName;
6155: l_user_session_rec.region_code := pParamRegionCode;
6156: l_user_session_rec.page_id := pPageId;
6157: l_user_session_rec.session_id := icx_sec.getID(icx_sec.PV_SESSION_ID); -- can we call this without validate
6158: l_user_session_rec.responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
6159: l_user_Session_rec.user_id := pUserId;
6160:
6161: IF lAttributeCodeTable IS NOT NULL AND lAttributeCodeTable.COUNT > 0 THEN

Line 6158: l_user_session_rec.responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

6154: l_user_session_rec.function_name := pParamFunctionName;
6155: l_user_session_rec.region_code := pParamRegionCode;
6156: l_user_session_rec.page_id := pPageId;
6157: l_user_session_rec.session_id := icx_sec.getID(icx_sec.PV_SESSION_ID); -- can we call this without validate
6158: l_user_session_rec.responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
6159: l_user_Session_rec.user_id := pUserId;
6160:
6161: IF lAttributeCodeTable IS NOT NULL AND lAttributeCodeTable.COUNT > 0 THEN
6162: FOR i IN lAttributeCodeTable.FIRST..lAttributeCodeTable.LAST LOOP