DBA Data[Home] [Help]

APPS.WF_SETUP dependencies on WFA_SEC

Line 542: wfa_sec.GetSession(username);

538: lsys varchar2(30);
539:
540: begin
541: -- Check session and current user
542: wfa_sec.GetSession(username);
543: username := upper(username);
544:
545: -- Check Admin Priviledge
546: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 579: wfa_sec.Header(FALSE,

575:
576: htp.headClose;
577:
578: -- Page header
579: wfa_sec.Header(FALSE,
580: NULL,
581: wf_core.translate('WFE_CHECK_ALL_TITLE')||'('||lsys||')',
582: TRUE);
583:

Line 601: wfa_sec.Footer;

597:
598: Wf_Setup.Check_Propagations(lguid);
599: htp.br;
600:
601: wfa_sec.Footer;
602: htp.htmlClose;
603:
604: exception
605: when OTHERS then

Line 629: wfa_sec.GetSession(username);

625: admin_role varchar2(320); -- Role for admin mode
626:
627: begin
628: -- Check session and current user
629: wfa_sec.GetSession(username);
630: username := upper(username);
631:
632: -- Check Admin Priviledge
633: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 731: wfa_sec.GetSession(username);

727: -- bad_cookie exception; -- Syntax error in cookie
728:
729: begin
730: -- Check session and current user
731: wfa_sec.GetSession(username);
732: username := upper(username);
733:
734: -- Check Admin Priviledge
735: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 838: wfa_sec.Header(FALSE,

834:
835: htp.headClose;
836:
837: -- Page header
838: wfa_sec.Header(FALSE,
839: NULL,
840: wf_core.translate('WFE_LIST_LISTENERS_TITLE'),
841: TRUE);
842:

Line 875: wfa_sec.Footer;

871:
872: htp.tableRowClose;
873: htp.tableClose;
874:
875: wfa_sec.Footer;
876: htp.htmlClose;
877:
878: exception
879: when OTHERS then

Line 914: wfa_sec.GetSession(username);

910: where job = x_jobnum;
911:
912: begin
913: -- Check session and current user
914: wfa_sec.GetSession(username);
915: username := upper(username);
916:
917: -- Check Admin Priviledge
918: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 956: wfa_sec.Header(FALSE, null, wf_core.translate('WFE_EDIT_LISTENER_TITLE'),

952:
953: htp.headClose;
954:
955: -- Page header
956: wfa_sec.Header(FALSE, null, wf_core.translate('WFE_EDIT_LISTENER_TITLE'),
957: TRUE);
958:
959: -- Form
960: l_url := 'Wf_Setup.SubmitListener';

Line 1093: wfa_sec.Footer;

1089:
1090: htp.tableRowClose;
1091: htp.tableClose;
1092:
1093: wfa_sec.Footer;
1094: htp.htmlClose;
1095:
1096: commit;
1097: exception

Line 1128: wfa_sec.GetSession(username);

1124: l_pos pls_integer;
1125:
1126: begin
1127: -- Check session and current user
1128: wfa_sec.GetSession(username);
1129: username := upper(username);
1130:
1131: -- Check Admin Priviledge
1132: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 1177: wfa_sec.Header(FALSE, null, wf_core.translate('WFE_EDIT_PROPAGATION_TITLE'),

1173:
1174: htp.headClose;
1175:
1176: -- Page header
1177: wfa_sec.Header(FALSE, null, wf_core.translate('WFE_EDIT_PROPAGATION_TITLE'),
1178: TRUE);
1179:
1180: -- Form
1181: l_url := 'Wf_Setup.SubmitPropagation';

Line 1337: wfa_sec.Footer;

1333:
1334: htp.tableRowClose;
1335: htp.tableClose;
1336:
1337: wfa_sec.Footer;
1338: htp.htmlClose;
1339:
1340: commit;
1341:

Line 1578: wfa_sec.GetSession(username);

1574: username varchar2(320); -- Username to query
1575: admin_role varchar2(320); -- Role for admin mode
1576: begin
1577: -- Check session and current user
1578: wfa_sec.GetSession(username);
1579: username := upper(username);
1580:
1581: -- Check Admin Priviledge
1582: admin_role := wf_core.translate('WF_ADMIN_ROLE');

Line 1612: wfa_sec.GetSession(username);

1608: username varchar2(320); -- Username to query
1609: admin_role varchar2(320); -- Role for admin mode
1610: begin
1611: -- Check session and current user
1612: wfa_sec.GetSession(username);
1613: username := upper(username);
1614:
1615: -- Check Admin Priviledge
1616: admin_role := wf_core.translate('WF_ADMIN_ROLE');