DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on HTF

Line 86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),

82: htp.tableData('', 'Right',
85: cattributes=>'id=""');
86: htp.tableData(htf.formText('User_ID', 25, cattributes=>'id="i_user_id"'),
87: 'Left', cattributes=>'id=""');
88: htp.tableRowClose;
89:
90: htp.tableRowOpen;

Line 95: htp.tableData(htf.formPassword('Password', 25,

91: htp.tableData('', 'Right',
94: cattributes=>'id=""');
95: htp.tableData(htf.formPassword('Password', 25,
96: cattributes=>'id="i_password"'), 'Left',
97: cattributes=>'id=""');
98: htp.tableRowClose;
99:

Line 812: wf_core.newline, htf.br||wf_core.newline));

808: htp.tableRowOpen;
809: htp.p('');
811: htp.bold(replace(wf_core.substitutespecialchars(notrec.user_comment),
812: wf_core.newline, htf.br||wf_core.newline));
813: htp.p('');
814: htp.tableRowClose;
815: htp.tableClose;
816: end if;

Line 1236: htp.center(htf.anchor(

1232: -- We shows it regardless if we have open response or not.
1233: -- Fix bug #785206. We don't show the WorkList link if is coming from
1234: -- email attachment
1235: if (nkey is null) then
1236: htp.center(htf.anchor(
1237: curl => owa_util.get_owa_service_path||'wfa_html.WorkList',
1238: ctext => wf_core.translate('WFA_WORKLIST_RETURN'),
1239: cattributes=>'TARGET="_top"'));
1240: else

Line 1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));

1345: htp.formHidden('h_fdocnames', 'Dummy_Value');
1346: else
1347: -- Add submitted title if ntf not open
1348: if (status = 'CANCELED') then
1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));
1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else

Line 1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));

1348: if (status = 'CANCELED') then
1349: htp.center(htf.bold(wf_core.translate('WFA_NOTIF_CANCELED')));
1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else
1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));
1355: end if;
1356: end if;

Line 1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));

1350: else
1351: if (pseudo_login) then
1352: htp.center(htf.bold(wf_core.translate('WFA_RESPONSE_COMPLETE')));
1353: else
1354: htp.center(htf.bold(wf_core.translate('WFA_SUBMIT_RESPONSE')));
1355: end if;
1356: end if;
1357: end if;
1358:

Line 1372: cvalue=>htf.anchor(

1368: htp.tableRowOpen;
1369:
1370: -- Draw prompt with anchor for info
1371: htp.tableData(
1372: cvalue=>htf.anchor(
1373: curl=>owa_util.get_owa_service_path||
1374: 'wfa_html.AttributeInfo?nid='||nid||
1375: '&'||'name='||rec.name,
1376: ctext=>rec.display_name,

Line 1503: cvalue=>htf.anchor(

1499: -- Result found
1500: -- Draw prompt with anchor for info
1501: htp.tableRowOpen;
1502: htp.tableData(
1503: cvalue=>htf.anchor(
1504: curl=>owa_util.get_owa_service_path||
1505: 'wfa_html.AttributeInfo?nid='||nid||
1506: '&'||'name=RESULT',
1507: ctext=>result.display_name,

Line 1686: htp.tabledata(htf.formText(cname=>'display_forwardee', csize=>30,

1682: '&p_dest_display_field=top.opener.parent.bottom.document.WF_HTML.display_forwardee.value',
1683: ' ', '%20')||''''||',500,500)';
1684:
1685: -- print everything together so ther is no gap.
1686: htp.tabledata(htf.formText(cname=>'display_forwardee', csize=>30,
1687: cmaxlength=>240, cattributes=>'id="i_assignto"')||
1688: ''||
1689: ''||<br>
1690:                     l_message||'

Line 1704: htp.tableData(cvalue=>'

1700: wf_core.translate('WFA_REASSIGN_DELEGATE') || '',
1701: calign=>'left', ccolspan=>2, cattributes=>'id=""');
1702: htp.tableRowClose;
1703: htp.tableRowOpen;
1704: htp.tableData(cvalue=>'1705: cvalue=>'TRANSFER') ||
1706: wf_core.translate('WFA_REASSIGN_TRANSFER') ||
1707: '',
1708: calign=>'left', ccolspan=>2, cattributes=>'id=""');

Line 1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,

1717: htp.tableData(cvalue=>'',
1720: calign=>'right', cattributes=>'id=""');
1721: htp.tableData(cvalue=>htf.formTextarea2(cname=>'comments', nrows=>2,
1722: ncolumns=>65, cwrap=>'SOFT',
1723: cattributes=>'id="i_comments"'),
1724: calign=>'left', cattributes=>'id=""');
1725: htp.tableRowClose;

Line 1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));

1815:
1816: -- Body contents
1817: wfa_sec.header(background_only=>TRUE);
1818: -- Title
1819: htp.center(htf.bold(wf_core.translate('WFA_ATTRINFO')||' '||dispname));
1820: htp.tableOpen(cattributes=>'summary=""');
1821:
1822: -- Description
1823: htp.tableRowOpen;

Line 1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',

1821:
1822: -- Description
1823: htp.tableRowOpen;
1824: htp.tableData(cvalue=>wf_core.translate('DESCRIPTION'), calign=>'right', cattributes=>'id=""');
1825: htp.tableData(cvalue=>htf.bold(description), calign=>'left',
1826: cattributes=>'bgcolor=white ehaders=""');
1827: htp.tableRowClose;
1828:
1829: -- Type

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 1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',

1838: -- Format
1839: htp.tableRowOpen;
1840: if (attrtype = 'VARCHAR2') then
1841: htp.tableData(cvalue=>wf_core.translate('MAXLENGTH'), calign=>'right');
1842: htp.tableData(cvalue=>htf.bold(nvl(format, '2000')), calign=>'left',
1843: cattributes=>'bgcolor=white');
1844: elsif (attrtype = 'LOOKUP') then
1845: htp.tableData(cvalue=>wf_core.translate('LOOKUP'), calign=>'right', cattributes=>'id=""');
1846:

Line 1857: htp.tableData(cvalue=>htf.bold(dlookup), calign=>'left',

1853: exception
1854: when no_data_found then
1855: dlookup := format;
1856: end;
1857: htp.tableData(cvalue=>htf.bold(dlookup), calign=>'left',
1858: cattributes=>'bgcolor=white id=""');
1859:
1860: elsif format is not null then
1861: -- All others just print format only if it exists

Line 1864: htp.tableData(cvalue=>htf.bold(nvl(format, '&'||'lt;'||

1860: elsif format is not null then
1861: -- All others just print format only if it exists
1862: -- printing "default" is confusing UI.
1863: htp.tableData(cvalue=>wf_core.translate('FORMAT'), calign=>'right', cattributes=>'id=""');
1864: htp.tableData(cvalue=>htf.bold(nvl(format, '&'||'lt;'||
1865: wf_core.translate('DEFAULT')||'&'||'gt;')),
1866: calign=>'left',
1867: cattributes=>'bgcolor=white id=""');
1868: end if;

Line 2115: result := htf.htmlOpen ||g_newLine;

2111: Wf_Notification.GetInfo(nid, username, s0, s0, s0, s0, status);
2112: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
2113:
2114: -- Set title
2115: result := htf.htmlOpen ||g_newLine;
2116: result := result || htf.headOpen||g_newLine;
2117: if (status = 'OPEN') then
2118: result := result ||
2119: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

Line 2116: result := result || htf.headOpen||g_newLine;

2112: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
2113:
2114: -- Set title
2115: result := htf.htmlOpen ||g_newLine;
2116: result := result || htf.headOpen||g_newLine;
2117: if (status = 'OPEN') then
2118: result := result ||
2119: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2120: g_newLine;

Line 2119: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

2115: result := htf.htmlOpen ||g_newLine;
2116: result := result || htf.headOpen||g_newLine;
2117: if (status = 'OPEN') then
2118: result := result ||
2119: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2120: g_newLine;
2121: else
2122: result := result ||
2123: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

Line 2123: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

2119: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2120: g_newLine;
2121: else
2122: result := result ||
2123: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
2124: g_newLine;
2125: end if;
2126:
2127: --tr: dont execute the help function

Line 2131: result := result || htf.headClose||g_newLine;

2127: --tr: dont execute the help function
2128: --it calls htp procs which causes session to hang
2129: -- wfa_html.create_help_function('wf/links/det.htm?DETNOT');
2130:
2131: result := result || htf.headClose||g_newLine;
2132:
2133: -- Calculate size of response frame
2134: respsize := RespFrameSize(nid);
2135:

Line 2160: result := result || htf.htmlClose;

2156: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2157: agent ||
2158: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">'||g_newLine;
2159: result := result || ''||g_newLine;
2160: result := result || htf.htmlClose;
2161:
2162: else
2163: -- Send_accesskey is set to N so we will generate a DirectLogin call.
2164: -- We do not need to authenticate the user, since the user will have

Line 2171: result := htf.htmlOpen ||g_newLine;

2167: -- we will then confirm that the user logged in can also view the
2168: -- notification.
2169: key := NULL;
2170:
2171: result := htf.htmlOpen ||g_newLine;
2172: result := result || htf.headOpen||g_newLine;
2173: result := result ||
2174: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
2175: g_newLine;

Line 2172: result := result || htf.headOpen||g_newLine;

2168: -- notification.
2169: key := NULL;
2170:
2171: result := htf.htmlOpen ||g_newLine;
2172: result := result || htf.headOpen||g_newLine;
2173: result := result ||
2174: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
2175: g_newLine;
2176: result := result || htf.headClose||g_newLine;

Line 2174: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||

2170:
2171: result := htf.htmlOpen ||g_newLine;
2172: result := result || htf.headOpen||g_newLine;
2173: result := result ||
2174: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
2175: g_newLine;
2176: result := result || htf.headClose||g_newLine;
2177:
2178: result := result||''||g_newLine;

Line 2176: result := result || htf.headClose||g_newLine;

2172: result := result || htf.headOpen||g_newLine;
2173: result := result ||
2174: htf.title(wf_core.translate('WFA_LOGIN_REQUEST'))||
2175: g_newLine;
2176: result := result || htf.headClose||g_newLine;
2177:
2178: result := result||''||g_newLine;
2179:
2180: result := result ||

Line 2184: result := result || htf.htmlClose;

2180: result := result ||
2181: ' 2182: ' src="'||agent || '/' || wfa_sec.DirectLogin(nid) || '">'||g_newLine;
2183: result := result || ''||g_newLine;
2184: result := result || htf.htmlClose;
2185: end if;
2186:
2187: return(result);
2188: exception

Line 2230: result := htf.htmlOpen ||g_newLine;

2226: Wf_Notification.GetInfo(nid, username, s0, s0, s0, s0, status);
2227: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
2228:
2229: -- Set title
2230: result := htf.htmlOpen ||g_newLine;
2231: result := result || htf.headOpen||g_newLine;
2232: if (status = 'OPEN') then
2233: result := result ||
2234: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

Line 2231: result := result || htf.headOpen||g_newLine;

2227: Wf_Directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
2228:
2229: -- Set title
2230: result := htf.htmlOpen ||g_newLine;
2231: result := result || htf.headOpen||g_newLine;
2232: if (status = 'OPEN') then
2233: result := result ||
2234: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2235: g_newLine;

Line 2234: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||

2230: result := htf.htmlOpen ||g_newLine;
2231: result := result || htf.headOpen||g_newLine;
2232: if (status = 'OPEN') then
2233: result := result ||
2234: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2235: g_newLine;
2236: else
2237: result := result ||
2238: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

Line 2238: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||

2234: htf.title(wf_core.translate('WFA_DTITLE')||' '||realname)||
2235: g_newLine;
2236: else
2237: result := result ||
2238: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
2239: g_newLine;
2240: end if;
2241:
2242: result := result || htf.headClose||g_newLine;

Line 2242: result := result || htf.headClose||g_newLine;

2238: htf.title(wf_core.translate('WFA_CDTITLE')||' '||realname)||
2239: g_newLine;
2240: end if;
2241:
2242: result := result || htf.headClose||g_newLine;
2243:
2244: -- Open frameset.
2245: -- NOTE: Do NOT set the focus here, because it is not supported on
2246: -- all platforms, and it is unknown at this point what browser will

Line 2249: result := result || htf.bodyOpen || g_newLine;

2245: -- NOTE: Do NOT set the focus here, because it is not supported on
2246: -- all platforms, and it is unknown at this point what browser will
2247: -- be used to display the html returned to the mailer.
2248: if g_wfInstall='EMBEDDED' then
2249: result := result || htf.bodyOpen || g_newLine;
2250: result := result || '' || g_newLine;
2260: result := result || htf.bodyClose || g_newLine || htf.htmlClose;
2261: else
2262: -- While the call is within standalone, continue to
2263: -- operate as before.
2264: if (agent is null) then

Line 2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||

2380: if (pseudo_login) then
2381: htp.htmlOpen;
2382: htp.headOpen;
2383:
2384: htp.center(htf.bold(WF_CORE.Translate('WFA_ASSIGNED') || ': ' ||
2385: WF_DIRECTORY.GetRoleDisplayName(upper(l_forwardee)) || '.'));
2386:
2387: htp.headClose;
2388: htp.htmlClose;

Line 3128: ||' '||htf.anchor(curl=>wfa_html.base_url||'/wfa_html.home',

3124: wfa_sec.Header(FALSE, '', wf_core.translate('WF_WORKFLOW_TITLE')||
3125: ' - '|| wf_core.translate('WF_VERSION'), FALSE);
3126:
3127: htp.center(wf_core.translate('LOGOUT_MESSAGE')
3128: ||' '||htf.anchor(curl=>wfa_html.base_url||'/wfa_html.home',
3129: ctext=>wf_core.translate('CLICK_HOME')));
3130:
3131: wfa_sec.Footer;
3132: htp.htmlClose;