DBA Data[Home] [Help]

APPS.WFE_HTML_UTIL dependencies on WFA_HTML

Line 671: curl=>wfa_html.base_url||'/'||func_detail||

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=>' 675: alt="' || wf_core.translate('WFE_EDIT_SUBSC_TITLE') || '"

Line 674: wfa_html.image_loc||'i_evsub.gif"

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

Line 680: curl=>wfa_html.base_url||'/'||func_detail||

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=>' 684: alt="' || wf_core.translate('WFE_ADD_SUBSCRIPTION') || '"

Line 683: wfa_html.image_loc||'i_evsub2.gif"

679: htp.tableData(htf.anchor2(
680: curl=>wfa_html.base_url||'/'||func_detail||
681: rawtohex(dataTab(i).guid),
682: ctext=>' 684: alt="' || wf_core.translate('WFE_ADD_SUBSCRIPTION') || '"
685: BORDER=0>'),
686: 'CENTER', cattributes=>'valign="MIDDLE" id=""');
687: end if;

Line 693: curl=>wfa_html.base_url||'/'||func_edit||

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=>' 697: alt="' || wf_core.translate('EDIT') || '" BORDER=0>'),

Line 696: wfa_html.image_loc||'i_edit.gif"

692: htp.tableData(htf.anchor2(
693: curl=>wfa_html.base_url||'/'||func_edit||
694: rawtohex(dataTab(i).guid),
695: ctext=>' 697: alt="' || wf_core.translate('EDIT') || '" BORDER=0>'),
698: 'CENTER', cattributes=>'valign="MIDDLE" id=""');
699:
700: end if;

Line 708: wfa_html.base_url||'/'||func_delete||

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)||''')',
710: ctext=>' 712: alt="' || wf_core.translate('DELETE') || '"BORDER=0>'),

Line 711: wfa_html.image_loc||'i_del.gif"

707: wf_core.translate('WFE_OK_DELETE')||''','''||
708: wfa_html.base_url||'/'||func_delete||
709: rawtohex(dataTab(i).guid)||''')',
710: ctext=>' 712: alt="' || wf_core.translate('DELETE') || '"BORDER=0>'),
713: 'CENTER', cattributes=>'valign="MIDDLE" id=""');
714: else
715: htp.tableData(' ',cattributes=>'id=""');