DBA Data[Home] [Help]

APPS.WFE_HTML_UTIL dependencies on WFE_HTML_UTIL

Line 1: package body WFE_HTML_UTIL as

1: package body WFE_HTML_UTIL as
2: /* $Header: wfehtmb.pls 120.4 2005/11/08 00:43:44 nravindr ship $ */
3:
4: -- Private Type
5: type spanRecType is record (

Line 191: wf_core.context('WFE_HTML_UTIL', 'RenderTitle');

187:
188: exception
189: when OTHERS then
190: rollback;
191: wf_core.context('WFE_HTML_UTIL', 'RenderTitle');
192: wfe_html_util.Error;
193: end RenderTitle;
194:
195: --

Line 192: wfe_html_util.Error;

188: exception
189: when OTHERS then
190: rollback;
191: wf_core.context('WFE_HTML_UTIL', 'RenderTitle');
192: wfe_html_util.Error;
193: end RenderTitle;
194:
195: --
196: -- headerTab orders

Line 425: Wfe_Html_Util.RenderTitle(headerTab, spanTab,

421: end if;
422:
423: -- Render title
424: if (show_1st_title) then
425: Wfe_Html_Util.RenderTitle(headerTab, spanTab,
426: include_select, include_delete,
427: detail_index, edit_index,
428: title_start, show_level);
429: end if;

Line 437: Wfe_Html_Util.RenderTitle(headerTab, spanTab,

433: if (dataTab.COUNT <> 0) then
434: for i in 1..dataTab.COUNT loop
435: -- render title here
436: if (dataTab(i).showtitle is not null and dataTab(i).showtitle) then
437: Wfe_Html_Util.RenderTitle(headerTab, spanTab,
438: include_select, include_delete,
439: detail_index, edit_index,
440: title_start, dataTab(i).level);
441:

Line 739: wf_core.context('WFE_HTML_UTIL', 'Simple_Table');

735:
736: exception
737: when OTHERS then
738: rollback;
739: wf_core.context('WFE_HTML_UTIL', 'Simple_Table');
740: wfe_html_util.Error;
741: end Simple_Table;
742:
743:

Line 740: wfe_html_util.Error;

736: exception
737: when OTHERS then
738: rollback;
739: wf_core.context('WFE_HTML_UTIL', 'Simple_Table');
740: wfe_html_util.Error;
741: end Simple_Table;
742:
743:
744: --

Line 935: Wfe_Html_Util.Simple_Table(hTab, dTab,

931:
932: -- Render Page
933: htp.htmlOpen;
934: htp.p('');
935: Wfe_Html_Util.Simple_Table(hTab, dTab,
936: tabattr=>'border=0 cellpadding=3 cellspacing=2 bgcolor=#CCCCCC width=100%',
937: show_1st_title=>FALSE);
938: htp.bodyClose;
939: htp.htmlClose;

Line 942: end WFE_HTML_UTIL;

938: htp.bodyClose;
939: htp.htmlClose;
940: end Test;
941:
942: end WFE_HTML_UTIL;