DBA Data[Home] [Help]

APPS.BSC_PORTLET_UTIL dependencies on ICX_SEC

Line 215: l_sessionCookieValue := ICX_CALL.ENCRYPT3(ICX_SEC.getsessioncookie(ICX_CALL.ENCRYPT3(p_session_id)));

211:
212: l_dbcFilePath := FND_WEB_CONFIG.DATABASE_ID;
213:
214: -- !!! need to find out NOCOPY p_ticket
215: l_sessionCookieValue := ICX_CALL.ENCRYPT3(ICX_SEC.getsessioncookie(ICX_CALL.ENCRYPT3(p_session_id)));
216: -- l_sessionCookieValue := ICX_CALL.ENCRYPT3(p_session_id);
217:
218:
219: -----------------------------------------------------------------

Line 231: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID,'',p_session_id);

227: 'SessionCookieValue=' || l_sessionCookieValue;
228:
229:
230: IF ( p_is_respid_used ) THEN
231: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID,'',p_session_id);
232:
233: l_parameter := l_parameter || '&' ||
234: bsc_portlet_util.PR_RESPID || '=' || l_resp_id;
235: END IF; -- (p_is_respid_used )

Line 368: IF icx_sec.validateSessionPrivate(c_session_id =>l_session_id) THEN

364: bsc_portlet_util.decrypt_plug_info(p_cookie_value,
365: p_encrypted_plug_id, l_session_id, l_plug_id);
366:
367:
368: IF icx_sec.validateSessionPrivate(c_session_id =>l_session_id) THEN
369: icx_plug_utilities.gotoMainMenu;
370: END IF;
371:
372: