DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on WFA_SEC

Line 216: wfa_sec.GetSession(username);

212: l_status varchar2(8);
213:
214: begin
215: -- Check session and current user
216: wfa_sec.GetSession(username);
217: username := upper(username);
218: wf_events_pkg.setMode;
219:
220: -- Check Admin Priviledge

Line 325: wfa_sec.Header(FALSE,

321:
322: htp.headClose;
323:
324: -- Page header
325: wfa_sec.Header(FALSE,
326: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
327: wf_core.translate('WFE_LIST_EVENTS_TITLE'),
328: TRUE);
329:

Line 390: wfa_sec.Footer;

386: htp.p('');
387: htp.tableRowClose;
388: htp.tableClose;
389:
390: wfa_sec.Footer;
391: htp.htmlClose;
392:
393: exception
394: when OTHERS then

Line 447: wfa_sec.GetSession(username);

443: l_display_name varchar2(80);
444:
445: begin
446: -- Check session and current user
447: wfa_sec.GetSession(username);
448: username := upper(username);
449: wf_events_pkg.setMode;
450:
451: -- Check Admin Priviledge

Line 591: wfa_sec.Header(FALSE,

587:
588: htp.headClose;
589:
590: -- Page header
591: wfa_sec.Header(FALSE,
592: owa_util.get_owa_service_path||'wf_event_html.FindSystem',
593: wf_core.translate('WFE_LIST_SYSTEMS_TITLE'),
594: TRUE);
595:

Line 656: wfa_sec.Footer;

652: htp.p('');
653: htp.tableRowClose;
654: htp.tableClose;
655:
656: wfa_sec.Footer;
657: htp.htmlClose;
658:
659: exception
660: when OTHERS then

Line 721: wfa_sec.GetSession(username);

717: l_status varchar2(8);
718:
719: begin
720: -- Check session and current user
721: wfa_sec.GetSession(username);
722: username := upper(username);
723: wf_events_pkg.setMode;
724:
725: -- Check Admin Priviledge

Line 889: wfa_sec.Header(FALSE,

885:
886: htp.headClose;
887:
888: -- Page header
889: wfa_sec.Header(FALSE,
890: owa_util.get_owa_service_path||'wf_event_html.FindAgent',
891: wf_core.translate('WFE_LIST_AGENTS_TITLE'),
892: TRUE);
893:

Line 977: wfa_sec.Footer;

973: htp.p('');
974: htp.tableRowClose;
975: htp.tableClose;
976:
977: wfa_sec.Footer;
978: htp.htmlClose;
979:
980: exception
981: when OTHERS then

Line 1052: wfa_sec.GetSession(username);

1048: l_status varchar2(8);
1049:
1050: begin
1051: -- Check session and current user
1052: wfa_sec.GetSession(username);
1053: username := upper(username);
1054: wf_events_pkg.setMode;
1055:
1056: -- Check Admin Priviledge

Line 1379: wfa_sec.Header(FALSE,

1375:
1376: htp.headClose;
1377:
1378: -- Page header
1379: wfa_sec.Header(FALSE,
1380: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',
1381: wf_core.translate('WFE_LIST_SUBSC_TITLE'),
1382: TRUE);
1383:

Line 1506: wfa_sec.Footer;

1502: htp.p('');
1503: htp.tableRowClose;
1504: htp.tableClose;
1505:
1506: wfa_sec.Footer;
1507: htp.htmlClose;
1508:
1509: exception
1510: when OTHERS then

Line 1571: wfa_sec.GetSession(username);

1567: aligntext varchar2(240);
1568:
1569: begin
1570: -- Check session and current user
1571: wfa_sec.GetSession(username);
1572: username := upper(username);
1573: wf_events_pkg.setMode;
1574:
1575: -- Check Admin Priviledge

Line 1684: wfa_sec.Header(FALSE,

1680:
1681: htp.headClose;
1682:
1683: -- Page header
1684: wfa_sec.Header(FALSE,
1685: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
1686: wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'),
1687: TRUE);
1688:

Line 2042: wfa_sec.Footer;

2038: htp.tableRowClose;
2039: htp.tableClose;
2040: end if;
2041:
2042: wfa_sec.Footer;
2043: htp.htmlClose;
2044:
2045: exception
2046: when others then

Line 2103: wfa_sec.GetSession(username);

2099: l_dname varchar2(80);
2100:
2101: begin
2102: -- Check session and current user
2103: wfa_sec.GetSession(username);
2104: username := upper(username);
2105: wf_events_pkg.setMode;
2106:
2107: -- Check Admin Priviledge

Line 2140: wfa_sec.Header(FALSE, null,

2136:
2137: htp.headClose;
2138:
2139: -- Page header
2140: wfa_sec.Header(FALSE, null,
2141: wf_core.translate('WFE_EDIT_GROUP_TITLE'),
2142: TRUE);
2143:
2144: -- Group to edit

Line 2303: wfa_sec.Footer;

2299: end if;
2300: htp.tableRowClose;
2301: htp.tableClose;
2302:
2303: wfa_sec.Footer;
2304: htp.htmlClose;
2305: exception
2306: when others then
2307: rollback;

Line 2338: wfa_sec.GetSession(username);

2334: l_media varchar2(240) := wfa_html.image_loc;
2335: l_icon varchar2(30) := 'FNDILOV.gif';
2336: begin
2337: -- Check session and current user
2338: wfa_sec.GetSession(username);
2339: username := upper(username);
2340: wf_events_pkg.setMode;
2341:
2342: -- Check Admin Priviledge

Line 2366: wfa_sec.Header(FALSE,

2362:
2363: htp.headClose;
2364:
2365: -- Page header
2366: wfa_sec.Header(FALSE,
2367: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
2368: wf_core.translate('WFE_EDIT_SYSTEM_TITLE'),
2369: TRUE);
2370:

Line 2531: wfa_sec.Footer;

2527:
2528: htp.tableRowClose;
2529: htp.tableClose;
2530:
2531: wfa_sec.Footer;
2532: htp.htmlClose;
2533:
2534: exception
2535: when others then

Line 2587: wfa_sec.GetSession(username);

2583:
2584: selected boolean := FALSE; -- indicator if a lookup has been selected.
2585: begin
2586: -- Check session and current user
2587: wfa_sec.GetSession(username);
2588: username := upper(username);
2589: wf_events_pkg.setMode;
2590:
2591: -- Check Admin Priviledge

Line 2615: wfa_sec.Header(FALSE,

2611:
2612: htp.headClose;
2613:
2614: -- Page header
2615: wfa_sec.Header(FALSE,
2616: owa_util.get_owa_service_path||'wf_event_html.FindAgent',
2617: wf_core.translate('WFE_EDIT_AGENT_TITLE'),
2618: TRUE);
2619:

Line 2898: wfa_sec.Footer;

2894:
2895: htp.tableRowClose;
2896: htp.tableClose;
2897:
2898: wfa_sec.Footer;
2899: htp.htmlClose;
2900:
2901: exception
2902: when others then

Line 2984: wfa_sec.GetSession(username);

2980: l_onmouseover varchar2(240) := wfa_html.replace_onMouseOver_quotes(wf_core.translate('FIND'));
2981:
2982: begin
2983: -- Check session and current user
2984: wfa_sec.GetSession(username);
2985: username := upper(username);
2986: wf_events_pkg.setMode;
2987:
2988: -- Check Admin Priviledge

Line 3029: wfa_sec.Header(FALSE,

3025:
3026: htp.headClose;
3027:
3028: -- Page header
3029: wfa_sec.Header(FALSE,
3030: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',
3031: wf_core.translate('WFE_EDIT_SUBSC_TITLE'),
3032: TRUE);
3033:

Line 3807: wfa_sec.Footer;

3803:
3804: htp.tableRowClose;
3805: htp.tableClose;
3806:
3807: wfa_sec.Footer;
3808: htp.htmlClose;
3809:
3810: exception
3811: when OTHERS then

Line 3853: wfa_sec.GetSession(username);

3849: l_guid raw(16);
3850: row_id varchar2(30);
3851: begin
3852: -- Check session and current user
3853: wfa_sec.GetSession(username);
3854: username := upper(username);
3855: wf_events_pkg.setMode;
3856:
3857: -- Check Admin Priviledge

Line 3992: wfa_sec.GetSession(username);

3988: l_mguid raw(16);
3989: row_id varchar2(30);
3990: begin
3991: -- Check session and current user
3992: wfa_sec.GetSession(username);
3993: username := upper(username);
3994: wf_events_pkg.setMode;
3995:
3996: -- Check Admin Priviledge

Line 4084: wfa_sec.GetSession(username);

4080: l_system_guid raw(16);
4081: row_id varchar2(30);
4082: begin
4083: -- Check session and current user
4084: wfa_sec.GetSession(username);
4085: username := upper(username);
4086: wf_events_pkg.setMode;
4087:
4088: -- Check Admin Priviledge

Line 4209: wfa_sec.GetSession(username);

4205: l_priority number;
4206:
4207: begin
4208: -- Check session and current user
4209: wfa_sec.GetSession(username);
4210: username := upper(username);
4211: wf_events_pkg.setMode;
4212:
4213: -- Check Admin Priviledge

Line 4344: wfa_sec.GetSession(username);

4340: helptext varchar2(2000);
4341: selected boolean := FALSE;
4342: begin
4343: -- Check session and current user
4344: wfa_sec.GetSession(username);
4345: username := upper(username);
4346: wf_events_pkg.setMode;
4347:
4348: -- Check Admin Priviledge

Line 4409: wfa_sec.Header(FALSE, null, title, TRUE);

4405:
4406: htp.headClose;
4407:
4408: -- Page header
4409: wfa_sec.Header(FALSE, null, title, TRUE);
4410:
4411: -- Form
4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,
4413: cmethod=>'Get',

Line 4638: wfa_sec.Footer;

4634: htp.tableClose;
4635:
4636: end if; -- end generating the event list for adding to group
4637:
4638: wfa_sec.Footer;
4639: htp.htmlClose;
4640:
4641: exception
4642: when others then

Line 5934: wfa_sec.GetSession(username);

5930: l_event_data clob;
5931: begin
5932:
5933: -- Check session and current user
5934: wfa_sec.GetSession(username);
5935: username := upper(username);
5936: wf_events_pkg.setMode;
5937:
5938: -- Check Admin Priviledge

Line 5977: wfa_sec.GetSession(username);

5973: admin_role varchar2(320); -- Role for admin mode
5974: template varchar2(4000); -- Use for construct form select list
5975: begin
5976: -- Check session and current user
5977: wfa_sec.GetSession(username);
5978: username := upper(username);
5979: wf_events_pkg.setMode;
5980:
5981: -- Check Admin Priviledge

Line 5995: wfa_sec.header(background_only=>FALSE,

5991: htp.htmlOpen;
5992: htp.headOpen;
5993: htp.title(wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5994: wfa_html.create_help_function('wf/links/t_r.htm?T_RAISEVNT');
5995: wfa_sec.header(background_only=>FALSE,
5996: page_title=>wf_core.translate('WFE_RAISE_EVENT_SUBMITTED'));
5997: htp.headClose;
5998:
5999: htp.br;

Line 6028: wfa_sec.Footer;

6024: htp.p('');
6025: htp.tableRowClose;
6026: htp.tableClose;
6027:
6028: wfa_sec.Footer;
6029: htp.htmlClose;
6030: exception
6031: when OTHERS then
6032: rollback;

Line 6063: wfa_sec.GetSession(username);

6059: and status = 'ENABLED';
6060:
6061: begin
6062: -- Check session and current user
6063: wfa_sec.GetSession(username);
6064: username := upper(username);
6065: wf_events_pkg.setMode;
6066:
6067: -- Check Admin Priviledge

Line 6159: wfa_sec.GetSession(username);

6155: rowcount number;
6156:
6157: begin
6158: -- Check current user has admin authority
6159: wfa_sec.GetSession(username);
6160: username := upper(username);
6161: wf_events_pkg.setMode;
6162:
6163: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);

Line 6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);

6181: htp.p('');
6182: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
6183: wfa_html.create_help_function('wf/links/t_r.htm?T_REVQUE');
6184: htp.headClose;
6185: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
6186: htp.br;
6187:
6188: -- This page is deprecated since Agent Activity link in Workflow Manager also shows the
6189: -- same details

Line 6352: wfa_sec.Footer;

6348: htp.tableclose;
6349:
6350: htp.br;
6351:
6352: wfa_sec.Footer;
6353: htp.htmlClose;
6354:
6355: exception
6356: when others then

Line 6400: wfa_sec.GetSession(username);

6396: order by NAME;
6397:
6398: begin
6399: -- Check session and current user
6400: wfa_sec.GetSession(username);
6401: username := upper(username);
6402: wf_events_pkg.setMode;
6403:
6404: -- Check Admin Priviledge

Line 6432: wfa_sec.Header(FALSE, null, title, TRUE);

6428: fnd_document_management.get_open_dm_display_window;
6429: htp.headClose;
6430:
6431: -- Page header
6432: wfa_sec.Header(FALSE, null, title, TRUE);
6433:
6434: -- Form
6435: htp.formOpen(curl=>l_url,
6436: cmethod=>'Post',

Line 6520: wfa_sec.Footer;

6516:
6517: htp.tableRowClose;
6518: htp.tableClose;
6519:
6520: wfa_sec.Footer;
6521: htp.htmlClose;
6522:
6523: exception
6524: when others then

Line 6558: wfa_sec.GetSession(username);

6554: order by queue_name;
6555:
6556: begin
6557: -- Check session and current user
6558: wfa_sec.GetSession(username);
6559: username := upper(username);
6560: wf_events_pkg.setMode;
6561:
6562: -- Check Admin Priviledge

Line 6590: wfa_sec.Header(FALSE, null, title, TRUE);

6586: fnd_document_management.get_open_dm_display_window;
6587: htp.headClose;
6588:
6589: -- Page header
6590: wfa_sec.Header(FALSE, null, title, TRUE);
6591:
6592: -- Form
6593: htp.formOpen(curl=>l_url,
6594: cmethod=>'Post',

Line 6689: wfa_sec.Footer;

6685: htp.p('');
6686:
6687: htp.tableRowClose;
6688: htp.tableClose;
6689: wfa_sec.Footer;
6690: htp.htmlClose;
6691:
6692: exception
6693: when others then

Line 6727: wfa_sec.GetSession(username);

6723: order by queue_name;
6724:
6725: begin
6726: -- Check session and current user
6727: wfa_sec.GetSession(username);
6728: username := upper(username);
6729: wf_events_pkg.setMode;
6730:
6731: -- Check Admin Priviledge

Line 6759: wfa_sec.Header(FALSE, null, title, TRUE);

6755: fnd_document_management.get_open_dm_display_window;
6756: htp.headClose;
6757:
6758: -- Page header
6759: wfa_sec.Header(FALSE, null, title, TRUE);
6760:
6761: -- Form
6762: htp.formOpen(curl=>l_url,
6763: cmethod=>'Post',

Line 6836: wfa_sec.Footer;

6832: htp.p('');
6833:
6834: htp.tableRowClose;
6835: htp.tableClose;
6836: wfa_sec.Footer;
6837: htp.htmlClose;
6838:
6839: exception
6840: when others then

Line 6910: wfa_sec.GetSession(username);

6906: l_parmlist_t wf_parameter_list_t;
6907:
6908: begin
6909: -- Check current user has admin authority
6910: wfa_sec.GetSession(username);
6911: username := upper(username);
6912: wf_events_pkg.setMode;
6913:
6914: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);

Line 6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);

6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;
6938:
6939: IF (admin_mode = 'N') THEN
6940: htp.center(htf.bold(l_error_msg));

Line 7219: wfa_sec.Footer;

7215: htp.tableclose;
7216:
7217: htp.br;
7218:
7219: wfa_sec.Footer;
7220:
7221: htp.htmlClose;
7222:
7223: exception

Line 7268: wfa_sec.GetSession(username);

7264: l_queue_table varchar2(30);
7265: l_dummy number;
7266: begin
7267: -- Check current user has admin authority
7268: wfa_sec.GetSession(username);
7269: username := upper(username);
7270: wf_events_pkg.setMode;
7271:
7272: -- Check Admin Priviledge