DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on HTF

Line 407: htp.tabledata(htf.bold(fnd_message.get));

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('');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');

Line 422: htp.tabledata(htf.bold(l_chart_title_prompt

418: htp.p('

');
419: htp.p('
');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt
423: ||': '
424: ||l_record.chart_user_title
425: )
426: );