DBA Data[Home] [Help]

APPS.WF_ROUTE dependencies on WFA_SEC

Line 68: Wfa_Sec.GetSession(curuser);

64: curuser varchar2(320);
65: admin_role varchar2(320);
66: begin
67: -- Get current user
68: Wfa_Sec.GetSession(curuser);
69:
70: -- If user is null, must be for current user
71: if (user is null) then
72: return(curuser);

Line 191: wfa_sec.GetSession(l_username);

187: l_document_attributes fnd_document_management.fnd_document_attributes;
188:
189: begin
190: -- Check session and current user
191: wfa_sec.GetSession(l_username);
192: l_username := upper(l_username);
193:
194: if (type = 'VARCHAR2') then
195: value := tvalue;

Line 403: wfa_sec.GetSession(l_username);

399: 'h_fdocnames['||index_num||']',
400: l_callback_url);
401:
402: -- Check session and current user
403: wfa_sec.GetSession(l_username);
404: l_username := upper(l_username);
405:
406: fnd_document_management.get_launch_attach_url (
407: l_username,

Line 982: wfa_sec.Header(FALSE,'',wf_core.translate('WFRTG_UPDATE_TITLE'), TRUE);

978: -- any DM function that and any standard LOV
979: fnd_document_management.get_open_dm_attach_window;
980:
981: htp.headClose;
982: wfa_sec.Header(FALSE,'',wf_core.translate('WFRTG_UPDATE_TITLE'), TRUE);
983:
984: -- Open form
985: -- Add dummy fields to start both array-type input fields.
986: -- These dummy values are needed so that the array parameters to

Line 1294: wfa_sec.footer;

1290:
1291: htp.tableRowClose;
1292: htp.tableClose;
1293:
1294: wfa_sec.footer;
1295: htp.htmlClose;
1296:
1297: exception
1298: when others then

Line 1667: wfa_sec.header(FALSE, 'wf_route.find', wf_core.translate('WFRTG_FIND_TITLE'), TRUE);

1663: htp.p('');
1664: htp.title(wf_core.translate('WFRTG_LIST_TITLE')||' - '||realname);
1665: wfa_html.create_help_function('wf/links/nrr.htm?NRR');
1666: htp.headClose;
1667: wfa_sec.header(FALSE, 'wf_route.find', wf_core.translate('WFRTG_FIND_TITLE'), TRUE);
1668:
1669: -- Column headers
1670: htp.tableOpen(calign=>'CENTER', cattributes=>'border=1 cellpadding=3 bgcolor=white width="100%" summary="' || wf_core.translate('WFRTG_FIND_TITLE') || '"');
1671: -- htp.tableRowOpen(cattributes=>'bgcolor=#83c1c1');

Line 1891: -- wfa_sec.Footer;

1887: htp.tableClose;
1888:
1889:
1890: -- Close up shop
1891: -- wfa_sec.Footer;
1892: htp.htmlClose;
1893: exception
1894: when others then
1895: wf_core.context('Wf_Route', 'List', user, display_user);

Line 1922: Wfa_Sec.GetSession(curuser);

1918: l_message varchar2(240) := wfa_html.replace_onMouseOver_quotes(wf_core.translate ('WFPREF_LOV'));
1919:
1920: begin
1921: -- Check if current user has admin role
1922: Wfa_Sec.GetSession(curuser);
1923: wf_directory.GetRoleInfo(curuser, realname, s0, s0, s0, s0);
1924: admin_role := wf_core.translate('WF_ADMIN_ROLE');
1925: if (admin_role <> '*' and
1926: not Wf_Directory.IsPerformer(curuser, admin_role)) then

Line 1941: wfa_sec.header(FALSE, '', wf_core.translate('WFRTG_FIND_TITLE'), TRUE);

1937: htp.title(wf_core.translate('WFRTG_FIND_TITLE'));
1938: wfa_html.create_help_function('wf/links/rul.htm?RULES');
1939: fnd_document_management.get_open_dm_display_window;
1940: htp.headClose;
1941: wfa_sec.header(FALSE, '', wf_core.translate('WFRTG_FIND_TITLE'), TRUE);
1942:
1943: htp.formOpen(curl=>'wf_route.list',
1944: cmethod=>'POST', cattributes=>'NAME="WF_FIND"');
1945:

Line 1999: wfa_sec.Footer;

1995:
1996: htp.tableRowClose;
1997: htp.tableClose;
1998:
1999: wfa_sec.Footer;
2000: htp.htmlClose;
2001: exception
2002: when others then
2003: wf_core.context('Wf_Route', 'Find', user);