DBA Data[Home] [Help]

APPS.WFE_HTML_UTIL dependencies on HTF

Line 457: htp.tableData(htf.formCheckbox(cname=>'h_guids',

453: dataTab(i).level = 0) then
454:
455: if (include_select) then
456: if (dataTab(i).selectable) then
457: htp.tableData(htf.formCheckbox(cname=>'h_guids',
458: cvalue=>dataTab(i).guid,
459: cattributes=>'id="i_select'||i||'"'),
460: 'CENTER',cattributes=>'id=""');
461: else

Line 670: htp.tableData(htf.anchor2(

666: if (spanTab.COUNT = 0 or dataTab(i).level is null or
667: dataTab(i).level = 0) then
668: if (include_detail) then
669: if (dataTab(i).hasdetail) then
670: htp.tableData(htf.anchor2(
671: curl=>wfa_html.base_url||'/'||func_detail||
672: rawtohex(dataTab(i).guid),
673: ctext=>'

Line 679: htp.tableData(htf.anchor2(

675: alt="' || wf_core.translate('WFE_EDIT_SUBSC_TITLE') || '"
676: BORDER=0>'),
677: 'CENTER', cattributes=>'valign="MIDDLE" id=""');
678: else
679: htp.tableData(htf.anchor2(
680: curl=>wfa_html.base_url||'/'||func_detail||
681: rawtohex(dataTab(i).guid),
682: ctext=>'

Line 692: htp.tableData(htf.anchor2(

688: end if;
689:
690: -- Edit Column
691: if (func_edit is not null) then
692: htp.tableData(htf.anchor2(
693: curl=>wfa_html.base_url||'/'||func_edit||
694: rawtohex(dataTab(i).guid),
695: ctext=>'

Line 705: htp.tableData(htf.anchor2(

701:
702: -- place the delete at the very end
703: if (include_delete) then
704: if (dataTab(i).deletable) then
705: htp.tableData(htf.anchor2(
706: curl=>'javascript:confirm_url('''||
707: wf_core.translate('WFE_OK_DELETE')||''','''||
708: wfa_html.base_url||'/'||func_delete||
709: rawtohex(dataTab(i).guid)||''')',