DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WFA_SEC

Line 1139: wfa_sec.Restore_Ctx();

1135: message_handle=>ProcessInboundQueue.message_handle,
1136: p_payload => payload);
1137:
1138: -- bug 7828862 - Resynch apps context from cached values if it changed
1139: wfa_sec.Restore_Ctx();
1140:
1141: nothing_processed:=FALSE;
1142:
1143: end if;

Line 1263: wfa_sec.Restore_Ctx();

1259: minthreshold=>ProcessDeferredQueue.minthreshold,
1260: maxthreshold=>ProcessDeferredQueue.maxthreshold);
1261:
1262: -- bug 7828862 - Resynch apps context from cached values if it changed
1263: wfa_sec.Restore_Ctx();
1264:
1265: nothing_processed:=FALSE;
1266:
1267: end if;

Line 1665: wfa_sec.GetSession(username);

1661:
1662: begin
1663:
1664: -- Check current user has admin authority
1665: wfa_sec.GetSession(username);
1666: username := upper(username);
1667: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1668:
1669: admin_role := wf_core.translate('WF_ADMIN_ROLE');

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

1682: htp.p('');
1683: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
1684: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
1685: htp.headClose;
1686: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
1687: htp.br;
1688:
1689: IF (admin_mode = 'N') THEN
1690:

Line 1798: wfa_sec.Footer;

1794: htp.tableRowClose;
1795:
1796: htp.tableclose;
1797:
1798: wfa_sec.Footer;
1799: htp.htmlClose;
1800:
1801: exception
1802: when others then

Line 1836: wfa_sec.GetSession(username);

1832:
1833: begin
1834:
1835: -- Check current user has admin authority
1836: wfa_sec.GetSession(username);
1837: username := upper(username);
1838: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1839:
1840: admin_role := wf_core.translate('WF_ADMIN_ROLE');

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

1853: htp.p('');
1854: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
1855: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
1856: htp.headClose;
1857: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
1858: htp.br;
1859:
1860: IF (admin_mode = 'N') THEN
1861:

Line 1948: wfa_sec.Footer;

1944: htp.tableclose;
1945:
1946: htp.br;
1947:
1948: wfa_sec.Footer;
1949: htp.htmlClose;
1950:
1951: exception
1952: when others then

Line 1991: wfa_sec.GetSession(username);

1987:
1988: begin
1989:
1990: -- Check current user has admin authority
1991: wfa_sec.GetSession(username);
1992: username := upper(username);
1993:
1994: admin_role := wf_core.translate('WF_ADMIN_ROLE');
1995: if (admin_role = '*' or

Line 2015: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);

2011:
2012: htp.headClose;
2013:
2014: -- Page header
2015: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);
2016:
2017: IF (admin_mode = 'N') THEN
2018:
2019: htp.center(htf.bold(l_error_msg));

Line 2155: wfa_sec.Footer;

2151: htp.tableRowClose;
2152:
2153: htp.tableclose;
2154:
2155: wfa_sec.Footer;
2156:
2157: htp.htmlClose;
2158:
2159: exception

Line 2194: wfa_sec.GetSession(username);

2190:
2191: BEGIN
2192:
2193: -- Check current user has admin authority
2194: wfa_sec.GetSession(username);
2195: username := upper(username);
2196:
2197: admin_role := wf_core.translate('WF_ADMIN_ROLE');
2198: if (admin_role = '*' or

Line 2233: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);

2229:
2230: htp.headClose;
2231:
2232: -- Page header
2233: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);
2234:
2235: IF (admin_mode = 'N') THEN
2236:
2237: htp.center(htf.bold(l_error_msg));

Line 2368: wfa_sec.Footer;

2364: htp.tableclose;
2365:
2366: htp.formClose;
2367:
2368: wfa_sec.Footer;
2369: htp.htmlClose;
2370:
2371:
2372: exception

Line 2501: wfa_sec.GetSession(username);

2497:
2498: BEGIN
2499:
2500: -- Check current user has admin authority
2501: wfa_sec.GetSession(username);
2502: username := upper(username);
2503:
2504: admin_role := wf_core.translate('WF_ADMIN_ROLE');
2505: