DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on WFA_SEC

Line 15: wfa_sec.header(background_only=>TRUE);

11: htp.htmlOpen;
12: htp.headOpen;
13: htp.title(wf_core.translate('ERROR'));
14: htp.headClose;
15: wfa_sec.header(background_only=>TRUE);
16:
17: htp.header(1, wf_core.translate('ERROR'));
18: htp.br;
19: --

Line 115: wfa_sec.GetSession(l_username);

111: 'h_fdocnames['||index_num||']',
112: l_callback_url);
113:
114: -- Check session and current user
115: wfa_sec.GetSession(l_username);
116: l_username := upper(l_username);
117:
118: fnd_document_management.get_launch_attach_url (
119: l_username,

Line 370: wfa_sec.GetSession(username);

366: order by name;
367: begin
368: --
369: -- Authenticate user
370: wfa_sec.GetSession(username);
371: username := upper(username);
372: admin_role := wf_core.translate('WF_ADMIN_ROLE');
373: if (admin_role = '*' or
374: Wf_Directory.IsPerformer(username, admin_role)) then

Line 387: wfa_sec.header(page_title=>wf_core.translate('WFINIT_ITEM_TYPE_TITLE'));

383: htp.headOpen;
384: htp.title(wf_core.translate('WFINIT_ITEM_TYPE_TITLE'));
385: wfa_html.create_help_function('wf/links/tes.htm?TESTING');
386: htp.headClose;
387: wfa_sec.header(page_title=>wf_core.translate('WFINIT_ITEM_TYPE_TITLE'));
388: --
389: if (l_error_msg IS NOT NULL) THEN
390: htp.center(htf.bold(l_error_msg));
391: return;

Line 429: wfa_sec.Footer;

425: end loop;
426: --
427: --
428: htp.tableClose;
429: wfa_sec.Footer;
430: htp.htmlClose;
431: exception
432: when others then
433: if (ItemTypes%isopen) then

Line 494: wfa_sec.GetSession(username);

490: --
491: begin
492:
493: -- Authenticate user
494: wfa_sec.GetSession(username);
495: username := upper(username);
496: admin_role := wf_core.translate('WF_ADMIN_ROLE');
497: if (admin_role = '*' or
498: Wf_Directory.IsPerformer(username, admin_role)) then

Line 518: wfa_sec.Header(FALSE, '', wf_core.translate('WFINIT_PROCESS_TITLE')||' - '||Process.ItemType);

514: fnd_document_management.get_open_dm_display_window;
515:
516: htp.headClose;
517:
518: wfa_sec.Header(FALSE, '', wf_core.translate('WFINIT_PROCESS_TITLE')||' - '||Process.ItemType);
519: htp.br;
520:
521: --
522: if (l_error_msg IS NOT NULL) THEN

Line 712: Wfa_Sec.Footer;

708: -- submit buttons created above must be the last values for these fields
709: -- to work around an MSIE bug that always sends the submit button last.
710: -- Page footer
711: --
712: Wfa_Sec.Footer;
713: htp.htmlClose;
714: exception
715: when others then
716: if (itemattrs%isopen) then

Line 871: wfa_sec.GetSession(username);

867: l_error_msg VARCHAR2(2000);
868: begin
869:
870: -- Authenticate user
871: wfa_sec.GetSession(username);
872: username := upper(username);
873: admin_role := wf_core.translate('WF_ADMIN_ROLE');
874: if (admin_role = '*' or
875: Wf_Directory.IsPerformer(username, admin_role)) then