DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on ICX_CALL

Line 205: l_plug_id := icx_call.decrypt2(l_record.plug_id,l_session_id);

201:
202: --- Get saved data from cookie
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:

Line 210: l_user_id := icx_call.decrypt2(l_record.user_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:
212: l_function_id:=
213: icx_call.decrypt2(l_record.function_id,l_session_id);
214:

Line 213: icx_call.decrypt2(l_record.function_id,l_session_id);

209:
210: l_user_id := icx_call.decrypt2(l_record.user_id,l_session_id);
211:
212: l_function_id:=
213: icx_call.decrypt2(l_record.function_id,l_session_id);
214:
215: l_page_title := icx_plug_utilities.getPlugTitle(l_plug_id);
216:
217: fnd_message.set_name('BIS','BIS_BACK');

Line 383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)

379: htp.p(''); --- Main
380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');
381:
382: htp.formHidden( 'p_where'
383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)
384: );
385: htp.formHidden( 'p_plug_id'
386: ,l_record.plug_id
387: );