DBA Data[Home] [Help]

APPS.FND_DOCUMENT_MANAGEMENT dependencies on WFA_SEC

Line 31: wfa_sec.Header(background_only=>TRUE);

27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:
30: begin
31: wfa_sec.Header(background_only=>TRUE);
32: exception
33: when others then
34: htp.bodyOpen;
35: end;

Line 57: wfa_sec.Footer;

53: htp.br;
54: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
55: replace(error_stack,wf_core.newline,'
'));
56:
57: wfa_sec.Footer;
58: htp.htmlClose;
59: end Error;
60:
61: /*===========================================================================

Line 3593: wfa_sec.GetSession(username);

3589: att_tvalue varchar2(2000) default null;
3590: begin
3591:
3592: -- Check current user has admin authority
3593: wfa_sec.GetSession(username);
3594: username := upper(username);
3595: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
3596:
3597: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);

3610: htp.p('');
3611: htp.title(wf_core.translate('WFDM_NODES_TITLE'));
3612: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
3613: htp.headClose;
3614: wfa_sec.Header(FALSE, '',wf_core.translate('WFDM_NODES_TITLE'), FALSE);
3615: htp.br;
3616:
3617: IF (admin_mode = 'N') THEN
3618:

Line 3719: wfa_sec.Footer;

3715: htp.tableRowClose;
3716:
3717: htp.tableclose;
3718:
3719: wfa_sec.Footer;
3720: htp.htmlClose;
3721:
3722: exception
3723: when others then

Line 3899: wfa_sec.Footer;

3895: htp.tableclose;
3896:
3897: htp.br;
3898:
3899: wfa_sec.Footer;
3900: htp.htmlClose;
3901:
3902: exception
3903: when others then

Line 3939: wfa_sec.GetSession(l_username);

3935:
3936: BEGIN
3937:
3938: -- Authenticate user
3939: wfa_sec.GetSession(l_username);
3940:
3941: IF (p_titles_only = 'N') THEN
3942:
3943: SELECT COUNT(*)