DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on WFA_HTML_UTIL

Line 1189: wfa_html_util.GetUrlCount(to_number(nid),urlcount,urlstring);

1185: end;
1186: wfa_sec.validate_only := FALSE;
1187: end if;
1188:
1189: wfa_html_util.GetUrlCount(to_number(nid),urlcount,urlstring);
1190:
1191: -- If there is just one url then replace the response frame with the url
1192: if (urlcount = 1) then
1193: -- GoToUrl(wf_notification.GetURLText(urlstring, nid),'_self');

Line 1316: wfa_html_util.GetUrl(nid, rec.description, rec.text_value);

1312: htp.tableOpen(cattributes=>'summary=""');
1313: for rec in attrs('NORESULT', 'URL') loop
1314:
1315: htp.tableRowOpen;
1316: wfa_html_util.GetUrl(nid, rec.description, rec.text_value);
1317: htp.tableRowClose;
1318:
1319: end loop;
1320:

Line 1381: dvalue := wfa_html_util.GetDisplayValue(rec.type, rec.format, rec.text_value,

1377: cattributes=>'OnMouseOver="window.status='''||wfa_html.replace_onMouseOver_quotes(rec.description2)||'''; return true"'),
1378: calign=>'right',
1379: cattributes=>'id=""');
1380:
1381: dvalue := wfa_html_util.GetDisplayValue(rec.type, rec.format, rec.text_value,
1382: rec.number_value, rec.date_value);
1383: if (status <> 'OPEN') then
1384:
1385: if (rec.type = 'DOCUMENT' and dvalue is not null) then

Line 1435: wfa_html_util.GetLookup(rec.name, rec.text_value, rec.format, FALSE);

1431: else
1432:
1433: respcnt := respcnt + 1;
1434: if (rec.type = 'LOOKUP') then
1435: wfa_html_util.GetLookup(rec.name, rec.text_value, rec.format, FALSE);
1436: else
1437: if (nkey is null) then
1438: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt);
1439: else

Line 1438: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt);

1434: if (rec.type = 'LOOKUP') then
1435: wfa_html_util.GetLookup(rec.name, rec.text_value, rec.format, FALSE);
1436: else
1437: if (nkey is null) then
1438: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt);
1439: else
1440: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt,
1441: to_number(nid), nkey);
1442: end if;

Line 1440: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt,

1436: else
1437: if (nkey is null) then
1438: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt);
1439: else
1440: wfa_html_util.GetField(rec.name,rec.type,rec.format,dvalue,respcnt,
1441: to_number(nid), nkey);
1442: end if;
1443: end if;
1444:

Line 1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);

1514: htp.p('');
1515: htp.tableopen(cattributes=>'cellspacing=0 summary=""');
1516: htp.tablerowopen;
1517: respcnt := respcnt + 1;
1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);
1519:
1520: else
1521: -- Not open. Throw the result into boilerplate.
1522: htp.tableData(cvalue=>wfa_html_util.GetDisplayValue(result.type, result.format,

Line 1522: htp.tableData(cvalue=>wfa_html_util.GetDisplayValue(result.type, result.format,

1518: wfa_html_util.GetButtons(result.text_value, result.format, respcnt);
1519:
1520: else
1521: -- Not open. Throw the result into boilerplate.
1522: htp.tableData(cvalue=>wfa_html_util.GetDisplayValue(result.type, result.format,
1523: result.text_value, result.number_value,
1524: result.date_value),
1525: cattributes=>'BGCOLOR=WHITE id=""');
1526: end if;

Line 1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',

1828:
1829: -- Type
1830: htp.tableRowOpen;
1831: htp.tableData(cvalue=>wf_core.translate('TYPE'), calign=>'right', cattributes=>'id=""');
1832: htp.tableData(cvalue=>htf.bold(wfa_html_util.GetLookupMeaning('WFSTD_ATTRTYPE',
1833: attrtype)),
1834: calign=>'left',
1835: cattributes=>'bgcolor=white id=""');
1836: htp.tableRowClose;

Line 2448: wfa_html_util.SetAttribute(nid, h_fnames(x), h_fvalues(x), h_fdocnames(x));

2444: -- Set attributes in the reponse array.
2445: -- Start at 2 to step over the Dummy_Name/Dummy_Value pair added at
2446: -- the start of the array.
2447: for x in 2 .. to_number(h_counter) loop
2448: wfa_html_util.SetAttribute(nid, h_fnames(x), h_fvalues(x), h_fdocnames(x));
2449: end loop;
2450:
2451: -- Submit response
2452: -- If there is a problem, go back to the ResponseFrame