DBA Data[Home] [Help]

APPS.ECX_WORKFLOW_HTML dependencies on WFA_SEC

Line 54: wfa_sec.GetSession(username);

50: l_sqlstmt varchar2(32000);
51:
52: begin
53: -- Check current user has admin authority
54: wfa_sec.GetSession(username);
55: username := upper(username);
56: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
57:
58: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 78: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECXMSGQueue

74: htp.p('');
75: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
76: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
77: htp.headClose;
78: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECXMSGQueue
79: Message?p_queue_name='||p_queue_name||'&'||'p_type=ECXMSG', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
80: htp.br;
81:
82: IF (admin_mode = 'N') THEN

Line 409: wfa_sec.Footer;

405: htp.tableclose;
406:
407: htp.br;
408:
409: wfa_sec.Footer;
410:
411: htp.htmlClose;
412:
413: exception

Line 465: wfa_sec.GetSession(username);

461: l_sqlstmt varchar2(32000);
462:
463: begin
464: -- Check current user has admin authority
465: wfa_sec.GetSession(username);
466: username := upper(username);
467: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
468:
469: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 489: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECX_INENGOBJQueue

485: htp.p('');
486: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
487: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
488: htp.headClose;
489: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindECX_INENGOBJQueue
490: Message?p_queue_name='||p_queue_name||'&'||'p_type=INENGOBJ', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE)
491: ;
492: htp.br;
493:

Line 612: wfa_sec.Footer;

608: htp.tableclose;
609:
610: htp.br;
611:
612: wfa_sec.Footer;
613:
614: htp.htmlClose;
615:
616: exception