DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on BIS_GRAPH_REGION_UI

Line 56: g_sep constant varchar2(10) := BIS_GRAPH_REGION_UI.g_sep;

52: g_help_target_name constant varchar2(200) := 'bistrnd';
53: g_and constant varchar2(5) := '&' || '&';
54: g_nbsp constant varchar2(200) := '&'||'nbsp;';
55: g_initialize constant varchar2(2000) := '12345678901234567890123456789012345';
56: g_sep constant varchar2(10) := BIS_GRAPH_REGION_UI.g_sep;
57:
58: g_saved_appl_id pls_integer;
59:
60: -- mdamle 05/31/2001 - New ICX Profile for OA_HTML, OA_MEDIA

Line 203: BIS_GRAPH_REGION_UI.def_mode_get(l_session_id, l_record);

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:
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)

Line 369: BIS_GRAPH_REGION_UI.g_cookie_name

365:
366: htp.p('');
375:
376: g_graph_title := l_record.chart_user_title;

Line 380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');

376: g_graph_title := l_record.chart_user_title;
377:
378: htp.centerOpen;
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: );