DBA Data[Home] [Help]

APPS.BIS_HTML_UTILITIES_PVT dependencies on HTP

Line 40: --- sends output to web server via htp.p.

36: --- **************
37: --- There are 10 different versions of this procedure which need to be
38: --- rationalizd.
39: --- 1) has 2 IN VARCHAR2 agruments. Calls version 5 and
40: --- sends output to web server via htp.p.
41: ---
42: --- 2) has 3 IN VARCHAR2 agruments and
43: --- 1 OUT VARCHAR2 agrument. Calls version 4.
44: ---

Line 59: --- sends output to web server via htp.p.

55: ---
56: --- 6) has 2 IN VARCHAR2 agruments and
57: --- 1 IN BOOL agrument. Inserts iHelp javascript and
58: --- Calls version 8 and
59: --- sends output to web server via htp.p.
60: ---
61: --- 7) has 3 IN VARCHAR2 agruments and
62: --- 1 IN BOOL agruments and
63: --- 1 OUT VARCHAR2 agrument. Calls version 9.

Line 110: htp.p(HTML_Banner);

106: , FALSE
107: , FALSE
108: , HTML_Banner
109: );
110: htp.p(HTML_Banner);
111:
112: end Build_HTML_Banner;
113:
114:

Line 560: htp.p('');

561: ---
562: icx_admin_sig.help_win_script(help_target||'TOP', NULL , 'BIS');
563: --- HACK TO circumvent target slection withing a help file:
564: --- icx_admin_sig.help_win_script('/OA_DOC/' || help_target ||'?', nls_language_code, 'BIS');
565: htp.p('');
566:
567: --- --- --- This part used to call the ICX banner builder.
568: --- icx_plug_utilities.toolbar(
569: --- p_text => title

Line 584: htp.p(HTML_Banner);

580: , FALSE
581: , icon_show
582: , HTML_Banner
583: );
584: htp.p(HTML_Banner);
585:
586: end Build_HTML_Banner;
587:
588: PROCEDURE Build_HTML_Banner