DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_UI dependencies on HTP

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 70: --- htp.p('true');

66: if(substr(icx_call.decrypt2(l_code), 1,length(g_cookie_prefix))
67: =
68: g_cookie_prefix)
69: then
70: --- htp.p('true');
71: return true;
72: end if;
73: end loop;
74:

Line 76: --- htp.p('NOT ');

72: end if;
73: end loop;
74:
75: ---- IF we get to the end of the loop without inding a suitable value,
76: --- htp.p('NOT ');
77: return false;
78: exception
79: when others then
80: return false;

Line 290: htp.p(SQLERRM);

286: owa_util.redirect_url(icx_call.decrypt2(p_where));
287:
288: exception
289: when others then
290: htp.p(SQLERRM);
291: end Review_Chart_Action;
292:
293:
294: END BIS_GRAPH_REGION_UI;