DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_UI dependencies on ICX_CALL

Line 65: --- htp.p(substr(icx_call.decrypt2(l_code), 1,11));

61:
62: else
63: l_code := to_number(l_value);
64: end if;
65: --- htp.p(substr(icx_call.decrypt2(l_code), 1,11));
66: if(substr(icx_call.decrypt2(l_code), 1,length(g_cookie_prefix))
67: =
68: g_cookie_prefix)
69: then

Line 66: if(substr(icx_call.decrypt2(l_code), 1,length(g_cookie_prefix))

62: else
63: l_code := to_number(l_value);
64: end if;
65: --- htp.p(substr(icx_call.decrypt2(l_code), 1,11));
66: if(substr(icx_call.decrypt2(l_code), 1,length(g_cookie_prefix))
67: =
68: g_cookie_prefix)
69: then
70: --- htp.p('true');

Line 116: l_decoded := icx_call.decrypt2(l_code,p_session_id);

112: l_code := to_number(l_string);
113: l_string := '';
114: end if;
115:
116: l_decoded := icx_call.decrypt2(l_code,p_session_id);
117: if (substr(l_decoded, 1, length(g_cookie_prefix)) = g_cookie_prefix)
118: then
119: --- We have found the right cookie and can exit the loop
120: --- after loading up the values

Line 210: l_plug_id := icx_call.decrypt2(p_plug_id, l_session_id);

206: then
207:
208: l_session_id := icx_sec.getID(icx_sec.PV_session_ID);
209:
210: l_plug_id := icx_call.decrypt2(p_plug_id, l_session_id);
211: l_user_id := icx_call.decrypt2(p_user_id,l_session_id);
212:
213: l_home_url := bis_report_util_pvt.get_home_url;
214:

Line 211: l_user_id := icx_call.decrypt2(p_user_id,l_session_id);

207:
208: l_session_id := icx_sec.getID(icx_sec.PV_session_ID);
209:
210: l_plug_id := icx_call.decrypt2(p_plug_id, l_session_id);
211: l_user_id := icx_call.decrypt2(p_user_id,l_session_id);
212:
213: l_home_url := bis_report_util_pvt.get_home_url;
214:
215: hu_instr := instr(l_home_url,'oraclemyPage.home');

Line 233: SET FUNCTION_ID = icx_call.decrypt2(p_function_id,l_session_id)

229:
230:
231: UPDATE
232: bis_user_trend_plugs
233: SET FUNCTION_ID = icx_call.decrypt2(p_function_id,l_session_id)
234: , RESPONSIBILITY_ID = p_responsibility_id
235: , CHART_USER_TITLE = p_chart_user_title
236: -- , PARAMETER_STRING = replace(p_parameter_string,'=','~')||'*]'
237: , PARAMETER_STRING = p_parameter_string

Line 263: , icx_call.decrypt2(p_function_id,l_session_id)

259: , last_update_login
260: )
261: values (l_plug_id
262: , l_user_id
263: , icx_call.decrypt2(p_function_id,l_session_id)
264: , p_responsibility_id
265: , p_chart_user_title
266: -- , replace(p_parameter_string,'=','~')||'*]'
267: , p_parameter_string

Line 286: owa_util.redirect_url(icx_call.decrypt2(p_where));

282: --- commit;
283:
284: end if; --- Validate Session
285:
286: owa_util.redirect_url(icx_call.decrypt2(p_where));
287:
288: exception
289: when others then
290: htp.p(SQLERRM);