DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WFA_SEC

Line 1645: wfa_sec.GetSession(username);

1641:
1642: begin
1643:
1644: -- Check current user has admin authority
1645: wfa_sec.GetSession(username);
1646: username := upper(username);
1647: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1648:
1649: admin_role := wf_core.translate('WF_ADMIN_ROLE');

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

1662: htp.p('');
1663: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
1664: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
1665: htp.headClose;
1666: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
1667: htp.br;
1668:
1669: IF (admin_mode = 'N') THEN
1670:

Line 1778: wfa_sec.Footer;

1774: htp.tableRowClose;
1775:
1776: htp.tableclose;
1777:
1778: wfa_sec.Footer;
1779: htp.htmlClose;
1780:
1781: exception
1782: when others then

Line 1816: wfa_sec.GetSession(username);

1812:
1813: begin
1814:
1815: -- Check current user has admin authority
1816: wfa_sec.GetSession(username);
1817: username := upper(username);
1818: wf_directory.GetRoleInfo(username, realname, s0, s0, s0, s0);
1819:
1820: admin_role := wf_core.translate('WF_ADMIN_ROLE');

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

1833: htp.p('');
1834: htp.title(wf_core.translate('WFGENERIC_QUEUE_TITLE'));
1835: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
1836: htp.headClose;
1837: wfa_sec.Header(FALSE, '',wf_core.translate('WFGENERIC_QUEUE_TITLE'), FALSE);
1838: htp.br;
1839:
1840: IF (admin_mode = 'N') THEN
1841:

Line 1928: wfa_sec.Footer;

1924: htp.tableclose;
1925:
1926: htp.br;
1927:
1928: wfa_sec.Footer;
1929: htp.htmlClose;
1930:
1931: exception
1932: when others then

Line 1971: wfa_sec.GetSession(username);

1967:
1968: begin
1969:
1970: -- Check current user has admin authority
1971: wfa_sec.GetSession(username);
1972: username := upper(username);
1973:
1974: admin_role := wf_core.translate('WF_ADMIN_ROLE');
1975: if (admin_role = '*' or

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

1991:
1992: htp.headClose;
1993:
1994: -- Page header
1995: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);
1996:
1997: IF (admin_mode = 'N') THEN
1998:
1999: htp.center(htf.bold(l_error_msg));

Line 2135: wfa_sec.Footer;

2131: htp.tableRowClose;
2132:
2133: htp.tableclose;
2134:
2135: wfa_sec.Footer;
2136:
2137: htp.htmlClose;
2138:
2139: exception

Line 2174: wfa_sec.GetSession(username);

2170:
2171: BEGIN
2172:
2173: -- Check current user has admin authority
2174: wfa_sec.GetSession(username);
2175: username := upper(username);
2176:
2177: admin_role := wf_core.translate('WF_ADMIN_ROLE');
2178: if (admin_role = '*' or

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

2209:
2210: htp.headClose;
2211:
2212: -- Page header
2213: wfa_sec.Header(FALSE, '', wf_core.translate('WFQUEUE_EDIT_QUEUE_TITLE'), TRUE);
2214:
2215: IF (admin_mode = 'N') THEN
2216:
2217: htp.center(htf.bold(l_error_msg));

Line 2348: wfa_sec.Footer;

2344: htp.tableclose;
2345:
2346: htp.formClose;
2347:
2348: wfa_sec.Footer;
2349: htp.htmlClose;
2350:
2351:
2352: exception

Line 2481: wfa_sec.GetSession(username);

2477:
2478: BEGIN
2479:
2480: -- Check current user has admin authority
2481: wfa_sec.GetSession(username);
2482: username := upper(username);
2483:
2484: admin_role := wf_core.translate('WF_ADMIN_ROLE');
2485: