DBA Data[Home] [Help]

APPS.BIS_ICX_SECURITY_PVT dependencies on ICX_CALL

Line 57: l_cookie_value := icx_call.encrypt3(l_session_id);

53: , c_sec_grp_id => p_security_group_id);
54: end if;
55:
56: l_cookie_name := icx_sec.getsessioncookiename();
57: l_cookie_value := icx_call.encrypt3(l_session_id);
58: if p_responsibility_id is null then
59: l_transaction_id := icx_sec.createtransaction(l_session_id);
60: else
61: l_transaction_id := icx_sec.createtransaction(p_session_id => l_session_id

Line 78: x_transaction_id := icx_call.encrypt3(l_transaction_id);

74:
75: x_session_id := l_session_id;
76: x_cookie_value := l_cookie_value;
77: x_cookie_name := l_cookie_name;
78: x_transaction_id := icx_call.encrypt3(l_transaction_id);
79: x_dbc_name := FND_WEB_CONFIG.DATABASE_ID;
80: x_apps_web_agent := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));
81: FND_PROFILE.GET_SPECIFIC(name_z => 'ICX_LANGUAGE'
82: ,user_id_z => p_user_id