DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on ICX_SEC

Line 200: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

196: tmp_parm varchar2(240);
197:
198: begin
199:
200: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
201:
202: --- Get saved data from cookie
203: BIS_GRAPH_REGION_UI.def_mode_get(l_session_id, l_record);
204:

Line 207: if icx_sec.validatePlugSession(l_plug_id, l_session_id)

203: BIS_GRAPH_REGION_UI.def_mode_get(l_session_id, l_record);
204:
205: l_plug_id := icx_call.decrypt2(l_record.plug_id,l_session_id);
206:
207: if icx_sec.validatePlugSession(l_plug_id, l_session_id)
208: then
209:
210: l_user_id := icx_call.decrypt2(l_record.user_id,l_session_id);
211:

Line 337: || 'session_id='||icx_sec.getID(icx_sec.PV_SESSION_ID)||'&'

333: l_Report_Fn_URL := l_plsql_agent_URL
334: ||'OracleOASIS.RunReport?report='
335: || l_report_name
336: ||'&'
337: || 'session_id='||icx_sec.getID(icx_sec.PV_SESSION_ID)||'&'
338: || 'user_id='||l_user_id||'&'
339: || 'responsibility_application_id='||l_application_id||'&'
340: || 'responsibility_id='
341: ||l_record.responsibility_id