DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on BIS_TREND_PLUG

Line 23: --- bis_trend_plug.get_graph_from_URL

19: ---
20: --- 20-Jun-2000 Walid.Nasrallah created
21: --- 28-sep-2000 walid.nasrallah modified call to build_html_banner
22: --- 03-oct-2000 walid.nasrallah enabled preview by inserting calls to
23: --- bis_trend_plug.get_graph_from_URL
24: --- 04-oct-2000 walid.nasrallah enabled exclusion of designated reports
25: --- 05-Oct-2000 Walid.Nasrallah moved "WHO" column defintion to database
26: --- 10-Oct-2000 Walid.Nasrallah added comments to function definitions
27: --- added code to clear cookie at cancel

Line 280: bis_trend_plug.get_graph_from_URL('G',l_report_Fn_URL, l_img_html);

276:
277:
278: ---- Run the report and obtain the file name containing the graphic.
279:
280: bis_trend_plug.get_graph_from_URL('G',l_report_Fn_URL, l_img_html);
281:
282:
283:
284: else

Line 350: bis_trend_plug.get_graph_from_URL('G',l_report_Fn_URL, l_img_html);

346:
347: ---- Run the report and obtain the file name containing the graphic.
348:
349:
350: bis_trend_plug.get_graph_from_URL('G',l_report_Fn_URL, l_img_html);
351:
352:
353:
354: --- END OF CASE 3 - Custom Package

Line 405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');

401: ,p_parameter_string
402: );
403: htp.p('');
404: --- Instructions
405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('');

Line 411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');

407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('

');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);
414: htp.tablerowclose;
415: