DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on HTP

Line 252: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));

248: when others then
249: -- If AccessKeyCheck will return "ERROR" directly if failed
250: if (not(AccessKeyCheck(x_item_type, x_item_key, x_admin_mode,
251: x_access_key))) then
252: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));
253: return;
254: else
255: dbms_session.set_nls('NLS_LANGUAGE', ''''||x_nls_lang||'''');
256: pseudo_login := TRUE;

Line 284: htp.p(sqlerrm);

280: wf_core.Token('TYPE', x_item_type);
281: wf_core.Token('KEY', x_item_key);
282: wf_core.Raise('WFENG_ITEM');
283: when OTHERS then
284: htp.p(sqlerrm);
285: return;
286: end;
287:
288: lang_codeset := substr(userenv('LANGUAGE'),instr(userenv('LANGUAGE'),'.')+1,

Line 299: htp.p(sqlerrm);

295: where name = x_item_type;
296:
297: exception
298: when OTHERS then
299: htp.p(sqlerrm);
300: return;
301: end;
302:
303: -- Otherwise, we can continue our work here

Line 305: htp.p('');

301: end;
302:
303: -- Otherwise, we can continue our work here
304: -- Generate the html page
305: htp.p('');
306: if (admin_privilege) then
307: htp.p(' ' || item_type_tl || ', ' || x_item_type<br> 308: || ', ' || x_item_key || ' ');
309: else

Line 307: htp.p(' ' || item_type_tl || ', ' || x_item_type<br> </h5><p> 303: -- Otherwise, we can continue our work here<br> 304: -- Generate the html page<br> 305: htp.p('<html>');<br> 306: if (admin_privilege) then<br> <b>307: htp.p('<head><meta name="viewport" content="width=device-width, initial-scale=1.0"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2769267478437092" crossorigin="anonymous"></script><title> ' || item_type_tl || ', ' || x_item_type<br> </b>308: || ', ' || x_item_key || ' ');
309: else
310: htp.p(' ' || item_type_tl || ', ' || x_item_key || ' ');
311: end if;

Line 310: htp.p(' ' || item_type_tl || ', ' || x_item_key || ' ');

306: if (admin_privilege) then
307: htp.p(' ' || item_type_tl || ', ' || x_item_type<br> 308: || ', ' || x_item_key || ' ');
309: else
310: htp.p(' ' || item_type_tl || ', ' || x_item_key || ' ');
311: end if;
312:
313: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
314: htp.p('

Web Analytics Made Easy -StatCounter
');

Line 314: htp.p('');

310: htp.p(' ' || item_type_tl || ', ' || x_item_key || ' ');
311: end if;
312:
313: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
314: htp.p('

Web Analytics Made Easy -StatCounter
');
315:
316: -- Open body and draw standard header
317: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',
318: wf_core.translate('WFMON_VIEW_DIAGRAM'), TRUE, pseudo_login);

Line 333: htp.p('

329: l_wf_plugin_version := Wf_Core.translate('WF_PLUGIN_VERSION');
330: l_wf_classid := Wf_Core.translate('WF_CLASSID');
331: l_ie_plugin_ver := replace(Wf_Core.translate('WF_PLUGIN_VERSION'), '.', ',');
332:
333: htp.p(' 334: 'WIDTH=100% HEIGHT=90% '||
335: 'CODEBASE="'||l_wf_plugin_download||
336: '#Version='||l_ie_plugin_ver||'">'||
337: ''||

Line 350: htp.p(''||

346: '' ||
349: '');
350: htp.p(''||
351: ' 353: ' WIDTH="100%" HEIGHT="90%"'||
354: ' jinit_appletcache="off"'||

Line 358: htp.p(' itemtype="'||x_item_type||'"' ||

354: ' jinit_appletcache="off"'||
355: ' java_CODE="'||l_code||'"'||
356: ' java_CODEBASE="'||l_java_loc||'"'||
357: ' java_ARCHIVE="'||l_archive||'"');
358: htp.p(' itemtype="'||x_item_type||'"' ||
359: ' itemkey="'||x_item_key||'"' ||
360: ' langcodeset="'||lang_codeset||'"' ||
361: ' accesskey="'||x_access_key||'"' ||
362: ' admin="'||l_admin||'"' ||

Line 368: htp.p('

364: ' installType="' || l_installType || '">'||
365: '</COMMENT>');
366: else
367: -- Client is not Windows, so we don't want to call Jinitiator.
368: htp.p(' 369:
370: l_archive := '/OA_JAVA/oracle/apps/fnd/jar/wfmon.jar, ' ||
371: '/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar, ' ||
372: '/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar, ' ||

Line 376: htp.p(' archive="' || l_archive || '"');

372: '/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar, ' ||
373: '/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar, ' ||
374: '/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar';
375:
376: htp.p(' archive="' || l_archive || '"');
377:
378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');

Line 378: htp.p(' width=100% height=90%>');

374: '/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar';
375:
376: htp.p(' archive="' || l_archive || '"');
377:
378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');

Line 379: htp.p('');

375:
376: htp.p(' archive="' || l_archive || '"');
377:
378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');

Line 380: htp.p('');

376: htp.p(' archive="' || l_archive || '"');
377:
378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');

Line 381: htp.p('');

377:
378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');
385: htp.p('

');

Line 382: htp.p('');

378: htp.p(' width=100% height=90%>');
379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');
385: htp.p('

');
386:

Line 383: htp.p('');

379: htp.p('');
380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');
385: htp.p('');
386:
387: end if;

Line 384: htp.p('');

380: htp.p('');
381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');
385: htp.p('');
386:
387: end if;
388:

Line 385: htp.p('');

381: htp.p('');
382: htp.p('');
383: htp.p('');
384: htp.p('');
385: htp.p('');
386:
387: end if;
388:
389: else

Line 391: htp.p('

387: end if;
388:
389: else
390:
391: htp.p(' 392:
393: -- ### We should have this be under fnd/jar after 2.6
394: -- htp.p(' archive="/OA_JAVA/oracle/apps/fnd/wf/jar/wfmon.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndewt.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndswing.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndbalishare.jar"');
395:

Line 394: -- htp.p(' archive="/OA_JAVA/oracle/apps/fnd/wf/jar/wfmon.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndewt.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndswing.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndbalishare.jar"');

390:
391: htp.p(' 392:
393: -- ### We should have this be under fnd/jar after 2.6
394: -- htp.p(' archive="/OA_JAVA/oracle/apps/fnd/wf/jar/wfmon.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndewt.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndswing.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndbalishare.jar"');
395:
396: -- Path for 9i, OA_JAVA sets to ORACLE_HOME/jlib, where all needed jar file locates
397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');
398:

Line 397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');

393: -- ### We should have this be under fnd/jar after 2.6
394: -- htp.p(' archive="/OA_JAVA/oracle/apps/fnd/wf/jar/wfmon.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndewt.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndswing.jar, /OA_JAVA/oracle/apps/fnd/wf/jar/fndbalishare.jar"');
395:
396: -- Path for 9i, OA_JAVA sets to ORACLE_HOME/jlib, where all needed jar file locates
397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');
398:
399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');

Line 399: htp.p(' width=100% height=90%>');

395:
396: -- Path for 9i, OA_JAVA sets to ORACLE_HOME/jlib, where all needed jar file locates
397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');
398:
399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');

Line 400: htp.p('');

396: -- Path for 9i, OA_JAVA sets to ORACLE_HOME/jlib, where all needed jar file locates
397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');
398:
399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');

Line 401: htp.p('');

397: htp.p(' archive="/OA_JAVA/wfmon.jar, /OA_JAVA/ewt3.jar, /OA_JAVA/ewt3-nls.jar, /OA_JAVA/swingall-1_1_1.jar, /OA_JAVA/share.jar, /OA_JAVA/fndctx.jar"');
398:
399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');

Line 402: htp.p('');

398:
399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');
406: htp.p('

');

Line 403: htp.p('');

399: htp.p(' width=100% height=90%>');
400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');
406: htp.p('

');
407: end if;

Line 404: htp.p('');

400: htp.p('');
401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');
406: htp.p('

');
407: end if;
408:

Line 405: htp.p('');

401: htp.p('');
402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');
406: htp.p('');
407: end if;
408:
409: htp.p('');

Line 406: htp.p('');

402: htp.p('');
403: htp.p('');
404: htp.p('');
405: htp.p('');
406: htp.p('');
407: end if;
408:
409: htp.p('');
410:

Line 409: htp.p('');

405: htp.p('');
406: htp.p('');
407: end if;
408:
409: htp.p('');
410:
411: exception
412: when others then
413: Error;

Line 556: -- The htp.p proc does not handle returns well, replace them

552: appendData('ERROR:' || 'Internal Error in GetRootProcess');
553: return;
554: end if;
555:
556: -- The htp.p proc does not handle returns well, replace them
557: -- with the value , will resubstitute later on.
558: -- tokenized_mesg := substr((replace (rc.error_message, wf_core.newline, return_token)), 1, 220);
559: tokenized_mesg := replace (rc.error_message, wf_core.newline,
560: return_token);

Line 872: -- The htp.p proc does not handle returns well, replace them

868: loop
869: fetch proc_info into prc;
870: exit when proc_info%notfound;
871:
872: -- The htp.p proc does not handle returns well, replace them
873: -- with the value , will resubstitute later on.
874: -- tokenized_mesg := substr((replace (prc.error_message, wf_core.newline, return_token)), 1, 220);
875: tokenized_mesg := replace (prc.error_message, wf_core.newline,
876: return_token);

Line 1788: htp.p('ENG_API_ACCESS_DENIED:');

1784: begin
1785:
1786: -- Security check
1787: if (x_access_key <> GetAccessKey(x_item_type, x_item_key, 'Y')) then
1788: htp.p('ENG_API_ACCESS_DENIED:');
1789: end if;
1790:
1791: begin
1792: -- Validate the session that comes from monitor

Line 1821: htp.p('ENG_API_SUCC:');

1817: elsif (api_name = 'SetItemAttrText') then
1818: Wf_Engine.SetItemAttrText(x_item_type, x_item_key, third_arg, forth_arg);
1819: end if;
1820:
1821: htp.p('ENG_API_SUCC:');
1822: return;
1823:
1824: exception
1825: when others then

Line 1916: htp.tableHeader(

1912: IF (NVL(x_cur_sort_column, 'UNSET') = x_sort_column AND
1913: NVL(x_cur_sort_order, 'ASC') = 'ASC' AND
1914: x_advanced IN ('FIRST', 'TRUE')) THEN
1915:
1916: htp.tableHeader(
1917: cvalue=>' 2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');
2201: if (userkey is not null) then
2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');

Line 2199: htp.tableData(itemtype, 'Left', cattributes=>'id=""');

2195: is
2196: begin
2197:
2198: htp.tableRowOpen(calign=>'middle');
2199: htp.tableData(itemtype, 'Left', cattributes=>'id=""');
2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');
2201: if (userkey is not null) then
2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');
2203: else

Line 2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');

2196: begin
2197:
2198: htp.tableRowOpen(calign=>'middle');
2199: htp.tableData(itemtype, 'Left', cattributes=>'id=""');
2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');
2201: if (userkey is not null) then
2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');
2203: else
2204: htp.tableData(htf.br,cattributes=>'id=""');

Line 2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');

2198: htp.tableRowOpen(calign=>'middle');
2199: htp.tableData(itemtype, 'Left', cattributes=>'id=""');
2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');
2201: if (userkey is not null) then
2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');
2203: else
2204: htp.tableData(htf.br,cattributes=>'id=""');
2205: end if;
2206:

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

2200: htp.tableData(itemkey, 'Left', cattributes=>'id=""');
2201: if (userkey is not null) then
2202: htp.tableData(userkey, 'Left',cattributes=>'id=""');
2203: else
2204: htp.tableData(htf.br,cattributes=>'id=""');
2205: end if;
2206:
2207: if (url is not null) then
2208: htp.tableData(htf.anchor2(curl=>url, ctext=>process, ctarget=>'_top'),

Line 2208: htp.tableData(htf.anchor2(curl=>url, ctext=>process, ctarget=>'_top'),

2204: htp.tableData(htf.br,cattributes=>'id=""');
2205: end if;
2206:
2207: if (url is not null) then
2208: htp.tableData(htf.anchor2(curl=>url, ctext=>process, ctarget=>'_top'),
2209: 'Left',
2210: cattributes=>'id=""');
2211: else
2212: htp.tableData(process, 'Left', cattributes=>'id=""');

Line 2212: htp.tableData(process, 'Left', cattributes=>'id=""');

2208: htp.tableData(htf.anchor2(curl=>url, ctext=>process, ctarget=>'_top'),
2209: 'Left',
2210: cattributes=>'id=""');
2211: else
2212: htp.tableData(process, 'Left', cattributes=>'id=""');
2213: end if;
2214:
2215: -- Active/Complete icon
2216: if (active) then

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

2213: end if;
2214:
2215: -- Active/Complete icon
2216: if (active) then
2217: htp.tableData(htf.br,cattributes=>'id=""');
2218: else
2219: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIDONE.gif',
2220: calt=>wf_core.translate('COMPLETE'),
2221: cattributes=>'border=no height=26'),

Line 2219: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIDONE.gif',

2215: -- Active/Complete icon
2216: if (active) then
2217: htp.tableData(htf.br,cattributes=>'id=""');
2218: else
2219: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIDONE.gif',
2220: calt=>wf_core.translate('COMPLETE'),
2221: cattributes=>'border=no height=26'),
2222: calign=>'center',
2223: cattributes=>'id=""');

Line 2228: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIREDL.gif',

2224: end if;
2225:
2226: -- Error icon if error
2227: if (error) then
2228: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIREDL.gif',
2229: calt=>wf_core.translate('IN_ERROR'),
2230: cattributes=>'border=no height=26'),
2231: calign=>'center',
2232: cattributes=>'id=""');

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

2230: cattributes=>'border=no height=26'),
2231: calign=>'center',
2232: cattributes=>'id=""');
2233: else
2234: htp.tableData(htf.br,cattributes=>'id=""');
2235: end if;
2236:
2237: -- Suspend icon if suspended
2238: if (suspend) then

Line 2239: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIYLWL.gif',

2235: end if;
2236:
2237: -- Suspend icon if suspended
2238: if (suspend) then
2239: htp.tableData(cvalue=>htf.img(curl=>wfa_html.image_loc||'FNDIYLWL.gif',
2240: calt=>wf_core.translate('SUSPEND'),
2241: cattributes=>'border=no height=26'),
2242: calign=>'center', cattributes=>'id=""');
2243: else

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

2240: calt=>wf_core.translate('SUSPEND'),
2241: cattributes=>'border=no height=26'),
2242: calign=>'center', cattributes=>'id=""');
2243: else
2244: htp.tableData(htf.br,cattributes=>'id=""');
2245: end if;
2246:
2247: htp.tableData(startdate, 'Left', cattributes=>'id=""');
2248: htp.tableRowClose;

Line 2247: htp.tableData(startdate, 'Left', cattributes=>'id=""');

2243: else
2244: htp.tableData(htf.br,cattributes=>'id=""');
2245: end if;
2246:
2247: htp.tableData(startdate, 'Left', cattributes=>'id=""');
2248: htp.tableRowClose;
2249:
2250: exception
2251: when others then

Line 2248: htp.tableRowClose;

2244: htp.tableData(htf.br,cattributes=>'id=""');
2245: end if;
2246:
2247: htp.tableData(startdate, 'Left', cattributes=>'id=""');
2248: htp.tableRowClose;
2249:
2250: exception
2251: when others then
2252: Wf_Core.Context('Wf_Monitor', 'TableRow', itemtype, itemkey, process,

Line 2370: htp.htmlOpen;

2366: wfa_html.validate_display_name (x_display_process_owner, l_process_owner);
2367: wfa_html.validate_display_name (x_display_person, l_person);
2368:
2369: -- Window title
2370: htp.htmlOpen;
2371: htp.headOpen;
2372: htp.title(wf_core.translate('WFMON_LISTTITLE'));
2373: wfa_html.create_help_function('wf/links/pro.htm?PROLIST');
2374: htp.headClose;

Line 2371: htp.headOpen;

2367: wfa_html.validate_display_name (x_display_person, l_person);
2368:
2369: -- Window title
2370: htp.htmlOpen;
2371: htp.headOpen;
2372: htp.title(wf_core.translate('WFMON_LISTTITLE'));
2373: wfa_html.create_help_function('wf/links/pro.htm?PROLIST');
2374: htp.headClose;
2375:

Line 2372: htp.title(wf_core.translate('WFMON_LISTTITLE'));

2368:
2369: -- Window title
2370: htp.htmlOpen;
2371: htp.headOpen;
2372: htp.title(wf_core.translate('WFMON_LISTTITLE'));
2373: wfa_html.create_help_function('wf/links/pro.htm?PROLIST');
2374: htp.headClose;
2375:
2376: -- Open body and draw standard header

Line 2374: htp.headClose;

2370: htp.htmlOpen;
2371: htp.headOpen;
2372: htp.title(wf_core.translate('WFMON_LISTTITLE'));
2373: wfa_html.create_help_function('wf/links/pro.htm?PROLIST');
2374: htp.headClose;
2375:
2376: -- Open body and draw standard header
2377: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',
2378: wf_core.translate('WFMON_LISTTITLE'), TRUE);

Line 2380: htp.tableOpen(cattributes=>'border=1 cellpadding=3 bgcolor=WHITE

2376: -- Open body and draw standard header
2377: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',
2378: wf_core.translate('WFMON_LISTTITLE'), TRUE);
2379:
2380: htp.tableOpen(cattributes=>'border=1 cellpadding=3 bgcolor=WHITE
2381: width=100% summary=""');
2382:
2383: showColumnHeaders;
2384:

Line 2430: htp.tableClose;

2426: to_char(proc.begin_date) || ' '
2427: || to_char(proc.begin_date, 'HH24:MI:SS'));
2428: end loop;
2429:
2430: htp.tableClose;
2431:
2432:
2433: wfa_sec.footer;
2434: htp.htmlClose;

Line 2434: htp.htmlClose;

2430: htp.tableClose;
2431:
2432:
2433: wfa_sec.footer;
2434: htp.htmlClose;
2435: exception
2436: when others then
2437: Wf_Core.Context('Wf_Monitor', 'Instance_List', x_active, x_itemtype,
2438: x_ident, x_process, x_status);

Line 2476: htp.p('
');

2472: l_status_icons_table wf_status_icons_table;
2473:
2474: BEGIN
2475:
2476: htp.p('');
2477:
2478: /*
2479: ** Skip a line
2480: */

Line 2489: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0

2485: /*
2486: ** Open a new table for the list of checkboxes that show what
2487: ** statuses are currently displayed on the form
2488: */
2489: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0
2490: summary=""');
2491:
2492: /*
2493: ** Create the checkbox for each activity status.

Line 2498: htp.tableRowOpen;

2494: */
2495: /*
2496: ** Open the checkboxes row
2497: */
2498: htp.tableRowOpen;
2499:
2500: /*
2501: ** Create the icon filename list for the different statuses
2502: */

Line 2553: htp.tableRowClose;

2549:
2550: /*
2551: ** Close the checkboxes row
2552: */
2553: htp.tableRowClose;
2554:
2555: /*
2556: ** Close the checkboxes table
2557: */

Line 2558: htp.tableClose;

2554:
2555: /*
2556: ** Close the checkboxes table
2557: */
2558: htp.tableClose;
2559:
2560: /*
2561: ** Skip a line
2562: */

Line 2563: htp.p('
');

2559:
2560: /*
2561: ** Skip a line
2562: */
2563: htp.p('
');
2564:
2565: /*
2566: ** Show the Processes activity options header
2567: */

Line 2576: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0

2572: /*
2573: ** Open a new table for the list of checkboxes that show what
2574: ** statuses are currently displayed on the form
2575: */
2576: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0
2577: summary=""');
2578:
2579: /*
2580: ** Create the checkbox for each activity status.

Line 2585: htp.tableRowOpen;

2581: */
2582: /*
2583: ** Open the checkboxes row
2584: */
2585: htp.tableRowOpen;
2586:
2587: /*
2588: ** Create the checkbox for Notifications With Responses
2589: */

Line 2644: htp.p('');

2640: '      ',
2641: null,
2642: FALSE);
2643:
2644: htp.p('');
2645:
2646: wfa_html.create_reg_button ('javascript:document.controls.submit()',
2647: wf_core.translate ('WFMON_REQUERY'),
2648: wfa_html.image_loc,

Line 2652: htp.p('');

2648: wfa_html.image_loc,
2649: 'fndfind.gif',
2650: wf_core.translate ('WFMON_REQUERY'));
2651:
2652: htp.p('');
2653:
2654: /*
2655: ** Close the checkboxes row
2656: */

Line 2657: htp.tableRowClose;

2653:
2654: /*
2655: ** Close the checkboxes row
2656: */
2657: htp.tableRowClose;
2658:
2659: /*
2660: ** Close the checkboxes table
2661: */

Line 2662: htp.tableClose;

2658:
2659: /*
2660: ** Close the checkboxes table
2661: */
2662: htp.tableClose;
2663:
2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));

Line 2664: htp.p(htf.formHidden('x_item_type', x_item_type));

2660: ** Close the checkboxes table
2661: */
2662: htp.tableClose;
2663:
2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));

Line 2665: htp.p(htf.formHidden('x_item_key', x_item_key));

2661: */
2662: htp.tableClose;
2663:
2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));

Line 2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));

2662: htp.tableClose;
2663:
2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));

Line 2667: htp.p(htf.formHidden('x_access_key', x_access_key));

2663:
2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

Line 2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));

2664: htp.p(htf.formHidden('x_item_type', x_item_type));
2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
2672:

Line 2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));

2665: htp.p(htf.formHidden('x_item_key', x_item_key));
2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
2672:
2673: htp.formClose;

Line 2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));

2666: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
2672:
2673: htp.formClose;
2674:

Line 2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

2667: htp.p(htf.formHidden('x_access_key', x_access_key));
2668: htp.p(htf.formHidden('x_advanced', 'TRUE'));
2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
2672:
2673: htp.formClose;
2674:
2675: EXCEPTION

Line 2673: htp.formClose;

2669: htp.p(htf.formHidden('x_sort_column', x_sort_column));
2670: htp.p(htf.formHidden('x_sort_order', x_sort_order));
2671: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
2672:
2673: htp.formClose;
2674:
2675: EXCEPTION
2676: WHEN OTHERS THEN
2677: Wf_Core.Context('wf_monitor',

Line 2717: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));

2713: -- If AccessKeyCheck will return "ERROR" directly if failed
2714: if (not(AccessKeyCheck(x_item_type, x_item_key, x_admin_mode,
2715: x_access_key))) then
2716:
2717: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));
2718:
2719: return;
2720:
2721: else

Line 2729: htp.htmlOpen;

2725: end if;
2726: end;
2727:
2728: -- Window title
2729: htp.htmlOpen;
2730: htp.headOpen;
2731:
2732: /*
2733: ** If you are not in advanced mode then make the window title the

Line 2730: htp.headOpen;

2726: end;
2727:
2728: -- Window title
2729: htp.htmlOpen;
2730: htp.headOpen;
2731:
2732: /*
2733: ** If you are not in advanced mode then make the window title the
2734: ** standard Notifications List. Otherwise make it Activities List

Line 2738: htp.title(wf_core.translate('WFMON_ENVELOPE_LIST'));

2734: ** standard Notifications List. Otherwise make it Activities List
2735: */
2736: IF (x_advanced = 'FALSE') THEN
2737:
2738: htp.title(wf_core.translate('WFMON_ENVELOPE_LIST'));
2739: wfa_html.create_help_function('wf/links/nfl.htm?NFLIST');
2740:
2741: ELSE
2742:

Line 2743: htp.title(wf_core.translate('WFMON_ACTIVITIES_LIST'));

2739: wfa_html.create_help_function('wf/links/nfl.htm?NFLIST');
2740:
2741: ELSE
2742:
2743: htp.title(wf_core.translate('WFMON_ACTIVITIES_LIST'));
2744: wfa_html.create_help_function('wf/links/aal.htm?AALIST');
2745:
2746: END IF;
2747:

Line 2748: htp.headClose;

2744: wfa_html.create_help_function('wf/links/aal.htm?AALIST');
2745:
2746: END IF;
2747:
2748: htp.headClose;
2749:
2750: -- Open body and draw standard header
2751: IF (x_advanced = 'FALSE') THEN
2752:

Line 2819: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));

2815: -- If AccessKeyCheck will return "ERROR" directly if failed
2816: if (not(AccessKeyCheck(x_item_type, x_item_key, x_admin_mode,
2817: x_access_key))) then
2818:
2819: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));
2820:
2821: return;
2822:
2823: else

Line 2831: htp.htmlOpen;

2827: end if;
2828: end;
2829:
2830: -- Window title
2831: htp.htmlOpen;
2832: htp.headOpen;
2833:
2834: /*
2835: ** If you are not in advanced mode then make the window title the

Line 2832: htp.headOpen;

2828: end;
2829:
2830: -- Window title
2831: htp.htmlOpen;
2832: htp.headOpen;
2833:
2834: /*
2835: ** If you are not in advanced mode then make the window title the
2836: ** standard Notifications List. Otherwise make it Activities List

Line 2838: htp.title(wf_core.translate('WFMON_ENVELOPE_LIST'));

2834: /*
2835: ** If you are not in advanced mode then make the window title the
2836: ** standard Notifications List. Otherwise make it Activities List
2837: */
2838: htp.title(wf_core.translate('WFMON_ENVELOPE_LIST'));
2839:
2840: wfa_html.create_help_function('wf/links/nfl.htm?NFLIST');
2841:
2842: htp.headClose;

Line 2842: htp.headClose;

2838: htp.title(wf_core.translate('WFMON_ENVELOPE_LIST'));
2839:
2840: wfa_html.create_help_function('wf/links/nfl.htm?NFLIST');
2841:
2842: htp.headClose;
2843:
2844: htp.htmlOpen;
2845:
2846:

Line 2844: htp.htmlOpen;

2840: wfa_html.create_help_function('wf/links/nfl.htm?NFLIST');
2841:
2842: htp.headClose;
2843:
2844: htp.htmlOpen;
2845:
2846:
2847: -- Open frameset
2848: htp.p('

Line 2848: htp.p('

2844: htp.htmlOpen;
2845:
2846:
2847: -- Open frameset
2848: htp.p(' 2849: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2850: GDESC="' || owa_util.get_owa_service_path ||
2851: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2852:

Line 2853: htp.p('

2849: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2850: GDESC="' || owa_util.get_owa_service_path ||
2851: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2852:
2853: htp.p(' 2854: 'scrolling=no frameborder=no framespacing=noresize '||
2855: 'src="'||owa_util.get_owa_service_path||
2856: 'wf_monitor.draw_header'||
2857: '?x_item_type='||wfa_html.conv_special_url_chars(x_item_type)||

Line 2885: htp.p('

2881: l_number_of_children);
2882:
2883: IF (l_number_of_children > 0) THEN
2884:
2885: htp.p(' 2886: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2887: GDESC="' || owa_util.get_owa_service_path ||
2888: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2889:

Line 2890: htp.p('

2886: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2887: GDESC="' || owa_util.get_owa_service_path ||
2888: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2889:
2890: htp.p(' 2891: 'src="'||owa_util.get_owa_service_path||
2892: 'wf_monitor.process_children'||
2893: '?x_item_type='||wfa_html.conv_special_url_chars(x_item_type)||
2894: '&x_item_key='||wfa_html.conv_special_url_chars(x_item_key)||

Line 2902: htp.p('

2898: WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LONGDESC="' ||
2899: owa_util.get_owa_service_path ||
2900: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2901:
2902: htp.p(' 2903: 'src="'||owa_util.get_owa_service_path||
2904: 'wf_monitor.envelope_frame'||
2905: '?x_item_type='||wfa_html.conv_special_url_chars(x_item_type)||
2906: '&x_item_key='||wfa_html.conv_special_url_chars(x_item_key)||

Line 2929: htp.p('

2925: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2926:
2927: ELSE
2928:
2929: htp.p(' 2930: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2931: GDESC="' || owa_util.get_owa_service_path ||
2932: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2933:

Line 2934: htp.p('

2930: TITLE="' || WF_CORE.Translate('WFMON_ENVELOPE_LIST') || '" LON
2931: GDESC="' || owa_util.get_owa_service_path ||
2932: 'wfa_html.LongDesc?p_token=WFMON_ENVELOPE_LIST">');
2933:
2934: htp.p(' 2935: 'src="'||owa_util.get_owa_service_path||
2936: 'wf_monitor.envelope_frame'||
2937: '?x_item_type='||wfa_html.conv_special_url_chars(x_item_type)||
2938: '&x_item_key='||wfa_html.conv_special_url_chars(x_item_key)||

Line 2961: htp.p('');

2957: 'wfa_html.LongDesc?p_token=WFITD_ITEM_TYPE_DEFINITION">');
2958:
2959: END IF;
2960:
2961: htp.p('');
2962:
2963: htp.p('');
2964:
2965: htp.htmlClose;

Line 2963: htp.p('');

2959: END IF;
2960:
2961: htp.p('');
2962:
2963: htp.p('');
2964:
2965: htp.htmlClose;
2966:
2967: exception

Line 2965: htp.htmlClose;

2961: htp.p('');
2962:
2963: htp.p('');
2964:
2965: htp.htmlClose;
2966:
2967: exception
2968: when others then
2969: Wf_Core.Context('Wf_Monitor', 'Envelope', x_item_type, x_item_key);

Line 3079: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));

3075: -- If AccessKeyCheck will return "ERROR" directly if failed
3076: if (not(AccessKeyCheck(x_item_type, x_item_key, x_admin_mode,
3077: x_access_key))) then
3078:
3079: htp.p(wf_core.translate('WRONG_ACCESS_KEY'));
3080:
3081: return;
3082:
3083: else

Line 3122: htp.htmlOpen;

3118: u_key := x_item_key;
3119: end if;
3120:
3121:
3122: htp.htmlOpen;
3123:
3124: -- use onload to redraw the header with new title when moving to detail screen
3125: htp.p('');
3134:
3135: if (status_flag = 'FNDIACTV.gif') then
3136: htp.p(htf.img(wfa_html.image_loc||status_flag,'left',
3137: wf_core.translate('ACTIVE'), null, 'height=40 width=35'));
3138: else
3139: htp.p(htf.img(wfa_html.image_loc||status_flag,'left',
3140: wf_core.translate('COMPLETE'), null, 'height=40 width=35'));

Line 3139: htp.p(htf.img(wfa_html.image_loc||status_flag,'left',

3135: if (status_flag = 'FNDIACTV.gif') then
3136: htp.p(htf.img(wfa_html.image_loc||status_flag,'left',
3137: wf_core.translate('ACTIVE'), null, 'height=40 width=35'));
3138: else
3139: htp.p(htf.img(wfa_html.image_loc||status_flag,'left',
3140: wf_core.translate('COMPLETE'), null, 'height=40 width=35'));
3141: end if;
3142:
3143: title_info := proc_dispname||': '||item_type_dispname||', '||u_key;

Line 3144: htp.p(title_info);

3140: wf_core.translate('COMPLETE'), null, 'height=40 width=35'));
3141: end if;
3142:
3143: title_info := proc_dispname||': '||item_type_dispname||', '||u_key;
3144: htp.p(title_info);
3145:
3146: htp.p(htf.br);
3147: title_info := wf_core.translate('WFMON_STARTED')||': '||
3148: x_begin_date||' ( '||

Line 3146: htp.p(htf.br);

3142:
3143: title_info := proc_dispname||': '||item_type_dispname||', '||u_key;
3144: htp.p(title_info);
3145:
3146: htp.p(htf.br);
3147: title_info := wf_core.translate('WFMON_STARTED')||': '||
3148: x_begin_date||' ( '||
3149: proc_duration||' '||wf_core.translate('WFMON_DAYS')||' )';
3150: htp.p(title_info);

Line 3150: htp.p(title_info);

3146: htp.p(htf.br);
3147: title_info := wf_core.translate('WFMON_STARTED')||': '||
3148: x_begin_date||' ( '||
3149: proc_duration||' '||wf_core.translate('WFMON_DAYS')||' )';
3150: htp.p(title_info);
3151: htp.p(htf.br(cclear=>'clear=left'));
3152: htp.p('

');
3153:
3154:

Line 3151: htp.p(htf.br(cclear=>'clear=left'));

3147: title_info := wf_core.translate('WFMON_STARTED')||': '||
3148: x_begin_date||' ( '||
3149: proc_duration||' '||wf_core.translate('WFMON_DAYS')||' )';
3150: htp.p(title_info);
3151: htp.p(htf.br(cclear=>'clear=left'));
3152: htp.p('

');
3153:
3154:
3155: /*

Line 3152: htp.p('

');

3148: x_begin_date||' ( '||
3149: proc_duration||' '||wf_core.translate('WFMON_DAYS')||' )';
3150: htp.p(title_info);
3151: htp.p(htf.br(cclear=>'clear=left'));
3152: htp.p('

');
3153:
3154:
3155: /*
3156: ** Get the NLS Date format that is currently set. All to_char of

Line 3225: htp.p('');

3221: ** Create the envelope form. The envelope form is under the advanced_controls
3222: ** form and is implemented as a separate form so that you can have the
3223: ** diffent submit controls for View Monitor vs. Show Activities.
3224: */
3225: htp.p('');
3226:
3227: /*
3228: ** Open the main table for the list of activities
3229: */

Line 3230: htp.tableOpen(calign=>'CENTER', cattributes=>'border=1 cellpadding=3 bgcolor=WHITE width=100% summary=""');

3226:
3227: /*
3228: ** Open the main table for the list of activities
3229: */
3230: htp.tableOpen(calign=>'CENTER', cattributes=>'border=1 cellpadding=3 bgcolor=WHITE width=100% summary=""');
3231:
3232: /*
3233: ** Show the Envelope column headers. All the parameters being passed
3234: ** around is required so that I can create soft links that cause the

Line 3552: htp.tableRowOpen(calign=>'middle');

3548: ** create the row on the html page.
3549: */
3550: IF (x_valid_status = TRUE AND x_show_activity = TRUE) THEN
3551:
3552: htp.tableRowOpen(calign=>'middle');
3553:
3554: /*
3555: ** If you are viewing the standard activity listing with the
3556: ** with the notifications with responses then use the DONE column

Line 3583: htp.tableData(

3579:
3580: END LOOP;
3581:
3582: if (x_icon_name = 'FNDIACTV.gif') then
3583: htp.tableData(
3584: htf.img(wfa_html.image_loc||x_icon_name, 'absmiddle',
3585: wf_core.translate('ACTIVE'),
3586: null, 'height=26')||
3587: ' '||

Line 3591: htp.tableData(

3587: ' '||
3588: x_activity_record.activity_status_display,
3589: cattributes=>'id=""');
3590: elsif (x_icon_name = 'FNDIDONE.gif') then
3591: htp.tableData(
3592: htf.img(wfa_html.image_loc||x_icon_name, 'absmiddle',
3593: wf_core.translate('COMPLETE'),
3594: null, 'height=26')||
3595: ' '||

Line 3599: htp.tableData(

3595: ' '||
3596: x_activity_record.activity_status_display,
3597: cattributes=>'id=""');
3598: elsif (x_icon_name = 'FNDIREDL.gif') then
3599: htp.tableData(
3600: htf.img(wfa_html.image_loc||x_icon_name, 'absmiddle',
3601: wf_core.translate('ERROR'),
3602: null, 'height=26')||
3603: ' '||

Line 3607: htp.tableData(

3603: ' '||
3604: x_activity_record.activity_status_display,
3605: cattributes=>'id=""');
3606: else
3607: htp.tableData(
3608: htf.img(wfa_html.image_loc||x_icon_name, 'absmiddle',
3609: wf_core.translate('SUSPEND'),
3610: null, 'height=26')||
3611: ' '||

Line 3629: htp.tableData(

3625: IF (x_activity_record.activity_status = 'COMPLETE' OR
3626: NVL(x_activity_record.notification_status, 'OPEN') =
3627: 'CLOSED') THEN
3628:
3629: htp.tableData(
3630: htf.img(wfa_html.image_loc||'chckmark.gif', 'absmiddle',
3631: wf_core.translate('COMPLETE'), null, 'height=26'),
3632: cattributes=>'id=""');
3633:

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

3632: cattributes=>'id=""');
3633:
3634: ELSE
3635:
3636: htp.tableData(htf.br,cattributes=>'id=""');
3637:
3638: END IF;
3639:
3640: END IF;

Line 3703: htp.tableData(htf.anchor2(mlrurl, role_name, 'anchor_text', '_top'),

3699: ** to. If it is any other type of activity then the WHO column is
3700: ** set to Workflow engine.
3701: */
3702: if (mlrurl is not null) then
3703: htp.tableData(htf.anchor2(mlrurl, role_name, 'anchor_text', '_top'),
3704: 'Left',cattributes=>'id=""');
3705: else
3706: htp.tableData(x_font_color||role_name||x_font_color_end, 'Left',
3707: cattributes=>'id=""');

Line 3706: htp.tableData(x_font_color||role_name||x_font_color_end, 'Left',

3702: if (mlrurl is not null) then
3703: htp.tableData(htf.anchor2(mlrurl, role_name, 'anchor_text', '_top'),
3704: 'Left',cattributes=>'id=""');
3705: else
3706: htp.tableData(x_font_color||role_name||x_font_color_end, 'Left',
3707: cattributes=>'id=""');
3708: end if;
3709:
3710: /*

Line 3718: htp.tableData(

3714: */
3715: IF (x_activity_record.parent_activity_name <> 'ROOT' AND
3716: x_advanced IN ('FIRST','TRUE')and not (pseudo_login)) THEN
3717:
3718: htp.tableData(
3719: cvalue=>'

3735: calign=>'Left', cattributes=>'id=""');
3736:
3737: ELSIF (x_advanced in ('FIRST', 'TRUE')) THEN
3738:
3739: htp.tableData('
', 'Left',cattributes=>'id=""');
3740:
3741: END IF;
3742:
3743: /*

Line 3768: htp.tableData(

3764: end if;
3765: close attrs;
3766: end if;
3767:
3768: htp.tableData(
3769: cvalue=>'
3786:
3787: ELSE
3788:
3789: htp.tableData(x_font_color||
3790: x_activity_record.activity_display_name||
3791: x_font_color_end, 'Left',cattributes=>'id=""');
3792:
3793: END IF;

Line 3798: htp.tableData(x_font_color||x_activity_record.begin_date_time||x_font_color_end, 'Left',cattributes=>'id=""');

3794:
3795: /*
3796: ** Show the begin date column
3797: */
3798: htp.tableData(x_font_color||x_activity_record.begin_date_time||x_font_color_end, 'Left',cattributes=>'id=""');
3799:
3800: /*
3801: ** The x_activity_record.duration is based on the difference between
3802: ** the activity end_date or sysdate if the end_date is null minus the

Line 3864: htp.tableData(x_font_color||x_duration_str||x_font_color_end,

3860:
3861: /*
3862: ** Show the duration string that we just constructed
3863: */
3864: htp.tableData(x_font_color||x_duration_str||x_font_color_end,
3865: 'Left',cattributes=>'id=""');
3866:
3867: /*
3868: ** Show the result column value if the activity is completed or has

Line 3895: htp.tableData(

3891: */
3892: IF (x_activity_record.activity_status = 'ERROR') THEN
3893:
3894: IF NOT (pseudo_login) then
3895: htp.tableData(
3896: cvalue=>'

3908: '',
3909: calign=>'Left',
3910: cattributes=>'id=""');
3911: ELSE
3912: htp.tableData(x_font_color||x_activity_record.result||x_font_color_end, 'Left',cattributes=>'id=""');
3913: END IF;
3914:
3915: ELSE
3916:

Line 3919: htp.tableData(x_font_color||x_activity_record.result||x_font_color_end, 'Left',cattributes=>'id=""');

3915: ELSE
3916:
3917: IF (x_activity_record.result IS NOT NULL) THEN
3918:
3919: htp.tableData(x_font_color||x_activity_record.result||x_font_color_end, 'Left',cattributes=>'id=""');
3920:
3921: ELSE
3922:
3923: htp.tableData(htf.br,cattributes=>'id=""');

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

3919: htp.tableData(x_font_color||x_activity_record.result||x_font_color_end, 'Left',cattributes=>'id=""');
3920:
3921: ELSE
3922:
3923: htp.tableData(htf.br,cattributes=>'id=""');
3924:
3925: END IF;
3926:
3927: END IF;

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

3927: END IF;
3928:
3929: else
3930:
3931: htp.tableData(htf.br,cattributes=>'id=""');
3932:
3933: end if;
3934:
3935: htp.tableRowClose;

Line 3935: htp.tableRowClose;

3931: htp.tableData(htf.br,cattributes=>'id=""');
3932:
3933: end if;
3934:
3935: htp.tableRowClose;
3936:
3937: end if;
3938:
3939: end loop;

Line 3943: htp.tableClose;

3939: end loop;
3940:
3941: CLOSE x_activity_cursor;
3942:
3943: htp.tableClose;
3944:
3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));

Line 3945: htp.p(htf.formHidden('x_item_type', x_item_type));

3941: CLOSE x_activity_cursor;
3942:
3943: htp.tableClose;
3944:
3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

Line 3946: htp.p(htf.formHidden('x_item_key', x_item_key));

3942:
3943: htp.tableClose;
3944:
3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:

Line 3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));

3943: htp.tableClose;
3944:
3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:
3951: htp.formClose;

Line 3948: htp.p(htf.formHidden('x_access_key', x_access_key));

3944:
3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:
3951: htp.formClose;
3952:

Line 3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

3945: htp.p(htf.formHidden('x_item_type', x_item_type));
3946: htp.p(htf.formHidden('x_item_key', x_item_key));
3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:
3951: htp.formClose;
3952:
3953: htp.tableOpen(cattributes=>'border=0 cellpadding=5 cellspacing=0

Line 3951: htp.formClose;

3947: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3948: htp.p(htf.formHidden('x_access_key', x_access_key));
3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:
3951: htp.formClose;
3952:
3953: htp.tableOpen(cattributes=>'border=0 cellpadding=5 cellspacing=0
3954: ALIGN=CENTER summary=""');
3955:

Line 3953: htp.tableOpen(cattributes=>'border=0 cellpadding=5 cellspacing=0

3949: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3950:
3951: htp.formClose;
3952:
3953: htp.tableOpen(cattributes=>'border=0 cellpadding=5 cellspacing=0
3954: ALIGN=CENTER summary=""');
3955:
3956: htp.tableRowOpen;
3957:

Line 3956: htp.tableRowOpen;

3952:
3953: htp.tableOpen(cattributes=>'border=0 cellpadding=5 cellspacing=0
3954: ALIGN=CENTER summary=""');
3955:
3956: htp.tableRowOpen;
3957:
3958: htp.p('');
3959:
3960: wfa_html.create_reg_button ('javascript:document.envelope.submit()',

Line 3958: htp.p('');

3954: ALIGN=CENTER summary=""');
3955:
3956: htp.tableRowOpen;
3957:
3958: htp.p('');
3959:
3960: wfa_html.create_reg_button ('javascript:document.envelope.submit()',
3961: wf_core.translate ('WFMON_VIEW_DIAGRAM'),
3962: wfa_html.image_loc,

Line 3966: htp.p('');

3962: wfa_html.image_loc,
3963: null,
3964: wf_core.translate ('WFMON_VIEW_DIAGRAM'));
3965:
3966: htp.p('');
3967:
3968:
3969: /*
3970: ** If the envelope function is being called from the main process

Line 3976: htp.p('');

3972: ** options parameter so you want to show the advanced options button.
3973: */
3974: IF (x_advanced = 'FALSE') THEN
3975:
3976: htp.p('');
3977:
3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));

Line 3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));

3974: IF (x_advanced = 'FALSE') THEN
3975:
3976: htp.p('');
3977:
3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));

Line 3979: htp.p(htf.formHidden('x_item_type', x_item_type));

3975:
3976: htp.p('');
3977:
3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));

Line 3980: htp.p(htf.formHidden('x_item_key', x_item_key));

3976: htp.p('');
3977:
3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));

Line 3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));

3977:
3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));

Line 3982: htp.p(htf.formHidden('x_access_key', x_access_key));

3978: htp.p(htf.formHidden('x_advanced', 'FIRST'));
3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));

Line 3983: htp.p(htf.formHidden('x_active','ACTIVE'));

3979: htp.p(htf.formHidden('x_item_type', x_item_type));
3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));

Line 3984: htp.p(htf.formHidden('x_complete','COMPLETE'));

3980: htp.p(htf.formHidden('x_item_key', x_item_key));
3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));

Line 3985: htp.p(htf.formHidden('x_error','ERROR'));

3981: htp.p(htf.formHidden('x_admin_mode', x_admin_mode));
3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));

Line 3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));

3982: htp.p(htf.formHidden('x_access_key', x_access_key));
3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));

Line 3987: htp.p(htf.formHidden('x_proc_func',null));

3983: htp.p(htf.formHidden('x_active','ACTIVE'));
3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));

Line 3988: htp.p(htf.formHidden('x_note_resp','Y'));

3984: htp.p(htf.formHidden('x_complete','COMPLETE'));
3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));

Line 3989: htp.p(htf.formHidden('x_note_noresp',null));

3985: htp.p(htf.formHidden('x_error','ERROR'));
3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));

Line 3990: htp.p(htf.formHidden('x_func_std',null));

3986: htp.p(htf.formHidden('x_suspend','SUSPEND'));
3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

Line 3991: htp.p(htf.formHidden('x_event',null));

3987: htp.p(htf.formHidden('x_proc_func',null));
3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3995:

Line 3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));

3988: htp.p(htf.formHidden('x_note_resp','Y'));
3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3995:
3996:

Line 3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));

3989: htp.p(htf.formHidden('x_note_noresp',null));
3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3995:
3996:
3997: htp.p('');

Line 3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));

3990: htp.p(htf.formHidden('x_func_std',null));
3991: htp.p(htf.formHidden('x_event',null));
3992: htp.p(htf.formHidden('x_sort_column','STARTDATE'));
3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3995:
3996:
3997: htp.p('');
3998:

Line 3997: htp.p('');

3993: htp.p(htf.formHidden('x_sort_order', 'ASC'));
3994: htp.p(htf.formHidden('x_nls_lang', x_nls_lang));
3995:
3996:
3997: htp.p('');
3998:
3999: wfa_html.create_reg_button ('javascript:document.advanced.submit()',
4000: wf_core.translate ('WFMON_REPORT_OPTIONS'),
4001: wfa_html.image_loc,

Line 4005: htp.p('');

4001: wfa_html.image_loc,
4002: null,
4003: wf_core.translate ('WFMON_REPORT_OPTIONS'));
4004:
4005: htp.p('');
4006:
4007: htp.formClose;
4008:
4009: END IF;

Line 4007: htp.formClose;

4003: wf_core.translate ('WFMON_REPORT_OPTIONS'));
4004:
4005: htp.p('');
4006:
4007: htp.formClose;
4008:
4009: END IF;
4010:
4011: htp.tableRowClose;

Line 4011: htp.tableRowClose;

4007: htp.formClose;
4008:
4009: END IF;
4010:
4011: htp.tableRowClose;
4012:
4013: htp.tableClose;
4014:
4015: wfa_sec.footer;

Line 4013: htp.tableClose;

4009: END IF;
4010:
4011: htp.tableRowClose;
4012:
4013: htp.tableClose;
4014:
4015: wfa_sec.footer;
4016:
4017: htp.htmlClose;

Line 4017: htp.htmlClose;

4013: htp.tableClose;
4014:
4015: wfa_sec.footer;
4016:
4017: htp.htmlClose;
4018:
4019: exception
4020: when others then
4021: Wf_Core.Context('Wf_Monitor', 'Envelope_Frame', x_item_type, x_item_key);

Line 4068: htp.htmlOpen;

4064:
4065: /*
4066: ** Create the Window title
4067: */
4068: htp.htmlOpen;
4069: htp.headOpen;
4070: htp.title(l_title);
4071: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
4072:

Line 4069: htp.headOpen;

4065: /*
4066: ** Create the Window title
4067: */
4068: htp.htmlOpen;
4069: htp.headOpen;
4070: htp.title(l_title);
4071: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
4072:
4073: -- call getsession to set context else header will print

Line 4070: htp.title(l_title);

4066: ** Create the Window title
4067: */
4068: htp.htmlOpen;
4069: htp.headOpen;
4070: htp.title(l_title);
4071: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
4072:
4073: -- call getsession to set context else header will print
4074: -- differently in apps.

Line 4083: htp.p('
');

4079: ** Open body and draw standard header
4080: */
4081: wfa_sec.header;
4082:
4083: htp.p('
');
4084:
4085: /*
4086: ** Draw the section title for the lookup detail section
4087: */

Line 4099: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0

4095: /*
4096: ** Open a new table for each lookup so you can control the spacing
4097: ** between each attribute
4098: */
4099: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0
4100: summary=""');
4101:
4102: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4103: wf_core.translate('WFMON_ACTIVITY'),

Line 4125: htp.tableClose;

4121:
4122: /*
4123: ** Table is created so close it out
4124: */
4125: htp.tableClose;
4126:
4127: END LOOP;
4128:
4129: exception

Line 4243: htp.tableRowOpen;

4239:
4240: /*
4241: ** Create the link for the current item
4242: */
4243: htp.tableRowOpen;
4244: htp.p ('');
4245:
4246: htp.p ('');
4247:

Line 4244: htp.p ('');

4240: /*
4241: ** Create the link for the current item
4242: */
4243: htp.tableRowOpen;
4244: htp.p ('');
4245:
4246: htp.p ('');
4247:
4248: htp.p(l_indent_str||'');
4245:
4246: htp.p ('');
4247:
4248: htp.p(l_indent_str||'

4244: htp.p ('');
4245:
4246: htp.p ('');
4247:
4248: htp.p(l_indent_str||'
'||
4258: l_item_type_disp_name||' - '||p_parent_item_key||'
');
4259:
4260: htp.p ('
');
4261:
4262: htp.tableRowClose;
4263: htp.p ('');
4264:

Line 4262: htp.tableRowClose;

4258: l_item_type_disp_name||' - '||p_parent_item_key||'');
4259:
4260: htp.p ('
');
4261:
4262: htp.tableRowClose;
4263: htp.p ('');
4264:
4265: /*
4266: ** Get the process children for this row

Line 4263: htp.p ('');

4259:
4260: htp.p ('
');
4261:
4262: htp.tableRowClose;
4263: htp.p ('');
4264:
4265: /*
4266: ** Get the process children for this row
4267: */

Line 4309: htp.tableopen(cattributes=>'summary=""');

4305: BEGIN
4306:
4307: wfa_sec.header(background_only=>TRUE);
4308:
4309: htp.tableopen(cattributes=>'summary=""');
4310:
4311: wf_monitor.draw_process_children (x_item_type,
4312: x_item_key,
4313: x_admin_mode,

Line 4317: htp.tableclose;

4313: x_admin_mode,
4314: 0,x_nls_lang);
4315:
4316:
4317: htp.tableclose;
4318:
4319: wfa_sec.footer;
4320:
4321: exception