DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on HTF

Line 38: htp.tableData(htf.br, cattributes=>'id=""');

34: -- URL itself.
35: if (description is not null) then
36: htp.tableData(description, 'right', cattributes=>'id=""');
37: else
38: htp.tableData(htf.br, cattributes=>'id=""');
39: end if;
40:
41: -- Print URL
42: urlstring:=wf_notification.GetURLText(value, nid);