DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WFA_SEC

Line 225: wfa_sec.validate_only := TRUE;

221: begin
222:
223: -- set the validate_only flag to true so you don't throw up the login
224: -- page and you have a chance to check the access key.
225: wfa_sec.validate_only := TRUE;
226:
227: wfa_sec.GetSession(username);
228:
229: -- Security checking

Line 227: wfa_sec.GetSession(username);

223: -- set the validate_only flag to true so you don't throw up the login
224: -- page and you have a chance to check the access key.
225: wfa_sec.validate_only := TRUE;
226:
227: wfa_sec.GetSession(username);
228:
229: -- Security checking
230: admin_role := wf_core.Translate('WF_ADMIN_ROLE');
231: if (admin_role <> '*') then

Line 317: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',

313: wfa_html.create_help_function('wf/links/wfm.htm?WFMON');
314: htp.p('

Web Analytics Made Easy -StatCounter
');
315:
316: -- Open body and draw standard header
317: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',
318: wf_core.translate('WFMON_VIEW_DIAGRAM'), TRUE, pseudo_login);
319:
320: if (l_installType = 'EMBEDDED') then
321: if (instr(UPPER(owa_util.get_cgi_env('HTTP_USER_AGENT')), 'WIN') > 0) then

Line 1101: --wfa_sec.validate_only := TRUE;

1097: l_tab varchar2(30);
1098: begin
1099: l_data := '';
1100: gUseClob := false;
1101: --wfa_sec.validate_only := TRUE;
1102: --wfa_sec.GetSession(username);
1103:
1104: l_tab := wf_core.tab;
1105:

Line 1102: --wfa_sec.GetSession(username);

1098: begin
1099: l_data := '';
1100: gUseClob := false;
1101: --wfa_sec.validate_only := TRUE;
1102: --wfa_sec.GetSession(username);
1103:
1104: l_tab := wf_core.tab;
1105:
1106: begin

Line 1156: --wfa_sec.validate_only := TRUE;

1152: l_tab varchar2(30);
1153: begin
1154: gUseClob := false;
1155: l_data := '';
1156: --wfa_sec.validate_only := TRUE;
1157: --wfa_sec.GetSession(username);
1158:
1159: l_tab := wf_core.tab;
1160:

Line 1157: --wfa_sec.GetSession(username);

1153: begin
1154: gUseClob := false;
1155: l_data := '';
1156: --wfa_sec.validate_only := TRUE;
1157: --wfa_sec.GetSession(username);
1158:
1159: l_tab := wf_core.tab;
1160:
1161: if (x_respattern is null) then

Line 1201: -- wfa_sec.GetSession(username);

1197: tmpbuf4 varchar2(10);
1198: cnt number;
1199: begin
1200: -- Authenticate user
1201: -- wfa_sec.GetSession(username);
1202:
1203: if (P_FIND_CRITERIA is null) then
1204: first_char := null;
1205: second_char := null;

Line 1279: wfa_sec.validate_only := TRUE;

1275: /*
1276: begin
1277: -- set the validate_only flag to true so you don't throw up the login
1278: -- page and you have a chance to check the access key.
1279: wfa_sec.validate_only := TRUE;
1280:
1281: wfa_sec.GetSession(username);
1282:
1283: exception

Line 1281: wfa_sec.GetSession(username);

1277: -- set the validate_only flag to true so you don't throw up the login
1278: -- page and you have a chance to check the access key.
1279: wfa_sec.validate_only := TRUE;
1280:
1281: wfa_sec.GetSession(username);
1282:
1283: exception
1284: when others then
1285: -- If AccessKeyCheck will return "ERROR" directly if failed

Line 1463: wfa_sec.validate_only := TRUE;

1459:
1460: begin
1461:
1462: -- set the validate_only flag to true so you don't hold up the page
1463: wfa_sec.validate_only := TRUE;
1464: wfa_sec.GetSession(username);
1465:
1466: -- Converting to use the new FND_SESSION_MANAGEMENT model
1467: if (FND_SESSION_MANAGEMENT.g_transaction_id = -1) then

Line 1464: wfa_sec.GetSession(username);

1460: begin
1461:
1462: -- set the validate_only flag to true so you don't hold up the page
1463: wfa_sec.validate_only := TRUE;
1464: wfa_sec.GetSession(username);
1465:
1466: -- Converting to use the new FND_SESSION_MANAGEMENT model
1467: if (FND_SESSION_MANAGEMENT.g_transaction_id = -1) then
1468: l_transaction_id := FND_SESSION_MANAGEMENT.NewTransactionId;

Line 1793: wfa_sec.validate_only := TRUE;

1789: end if;
1790:
1791: begin
1792: -- Validate the session that comes from monitor
1793: wfa_sec.validate_only := TRUE;
1794: wfa_sec.GetSession(username);
1795: exception
1796: when OTHERS then
1797: null; -- ignore any error

Line 1794: wfa_sec.GetSession(username);

1790:
1791: begin
1792: -- Validate the session that comes from monitor
1793: wfa_sec.validate_only := TRUE;
1794: wfa_sec.GetSession(username);
1795: exception
1796: when OTHERS then
1797: null; -- ignore any error
1798: end;

Line 2363: wfa_sec.GetSession(username);

2359: l_person VARCHAR2(320) := x_person;
2360:
2361: begin
2362:
2363: wfa_sec.GetSession(username);
2364:
2365: -- Get all the username find criteria resolved
2366: wfa_html.validate_display_name (x_display_process_owner, l_process_owner);
2367: wfa_html.validate_display_name (x_display_person, l_person);

Line 2377: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',

2373: wfa_html.create_help_function('wf/links/pro.htm?PROLIST');
2374: htp.headClose;
2375:
2376: -- Open body and draw standard header
2377: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top',
2378: wf_core.translate('WFMON_LISTTITLE'), TRUE);
2379:
2380: htp.tableOpen(cattributes=>'border=1 cellpadding=3 bgcolor=WHITE
2381: width=100% summary=""');

Line 2433: wfa_sec.footer;

2429:
2430: htp.tableClose;
2431:
2432:
2433: wfa_sec.footer;
2434: htp.htmlClose;
2435: exception
2436: when others then
2437: Wf_Core.Context('Wf_Monitor', 'Instance_List', x_active, x_itemtype,

Line 2707: wfa_sec.validate_only := TRUE;

2703: begin
2704:
2705: -- set the validate_only flag to true so you don't throw up the login
2706: -- page and you have a chance to check the access key.
2707: wfa_sec.validate_only := TRUE;
2708:
2709: wfa_sec.GetSession(username);
2710:
2711: exception

Line 2709: wfa_sec.GetSession(username);

2705: -- set the validate_only flag to true so you don't throw up the login
2706: -- page and you have a chance to check the access key.
2707: wfa_sec.validate_only := TRUE;
2708:
2709: wfa_sec.GetSession(username);
2710:
2711: exception
2712: when others then
2713: -- If AccessKeyCheck will return "ERROR" directly if failed

Line 2753: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ENVELOPE_LIST'), TRUE, pseudo_login);

2749:
2750: -- Open body and draw standard header
2751: IF (x_advanced = 'FALSE') THEN
2752:
2753: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ENVELOPE_LIST'), TRUE, pseudo_login);
2754:
2755: else
2756:
2757: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ACTIVITIES_LIST'), TRUE, pseudo_login);

Line 2757: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ACTIVITIES_LIST'), TRUE, pseudo_login);

2753: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ENVELOPE_LIST'), TRUE, pseudo_login);
2754:
2755: else
2756:
2757: wfa_sec.header(FALSE, 'wf_monitor.find_instance" TARGET="_top', wf_core.translate('WFMON_ACTIVITIES_LIST'), TRUE, pseudo_login);
2758:
2759: end if;
2760:
2761: exception

Line 2809: wfa_sec.validate_only := TRUE;

2805: begin
2806:
2807: -- set the validate_only flag to true so you don't throw up the login
2808: -- page and you have a chance to check the access key.
2809: wfa_sec.validate_only := TRUE;
2810:
2811: wfa_sec.GetSession(username);
2812:
2813: exception

Line 2811: wfa_sec.GetSession(username);

2807: -- set the validate_only flag to true so you don't throw up the login
2808: -- page and you have a chance to check the access key.
2809: wfa_sec.validate_only := TRUE;
2810:
2811: wfa_sec.GetSession(username);
2812:
2813: exception
2814: when others then
2815: -- If AccessKeyCheck will return "ERROR" directly if failed

Line 3069: wfa_sec.validate_only := TRUE;

3065: begin
3066:
3067: -- set the validate_only flag to true so you don't throw up the login
3068: -- page and you have a chance to check the access key.
3069: wfa_sec.validate_only := TRUE;
3070:
3071: wfa_sec.GetSession(username);
3072:
3073: exception

Line 3071: wfa_sec.GetSession(username);

3067: -- set the validate_only flag to true so you don't throw up the login
3068: -- page and you have a chance to check the access key.
3069: wfa_sec.validate_only := TRUE;
3070:
3071: wfa_sec.GetSession(username);
3072:
3073: exception
3074: when others then
3075: -- If AccessKeyCheck will return "ERROR" directly if failed

Line 3757: htf.anchor2(curl=>Wfa_Sec.DetailURL(

3753: open attrs(x_activity_record.notification_id);
3754: fetch attrs into result;
3755: if (attrs%found) then
3756: n_response :=
3757: htf.anchor2(curl=>Wfa_Sec.DetailURL(
3758: x_activity_record.notification_id),
3759: ctarget=>'_top',
3760: ctext=>htf.img(
3761: curl=>wfa_html.image_loc||'reqresp.gif',

Line 4015: wfa_sec.footer;

4011: htp.tableRowClose;
4012:
4013: htp.tableClose;
4014:
4015: wfa_sec.footer;
4016:
4017: htp.htmlClose;
4018:
4019: exception

Line 4076: wfa_sec.GetSession(username);

4072:
4073: -- call getsession to set context else header will print
4074: -- differently in apps.
4075:
4076: wfa_sec.GetSession(username);
4077:
4078: /*
4079: ** Open body and draw standard header
4080: */

Line 4081: wfa_sec.header;

4077:
4078: /*
4079: ** Open body and draw standard header
4080: */
4081: wfa_sec.header;
4082:
4083: htp.p('
');
4084:
4085: /*

Line 4307: wfa_sec.header(background_only=>TRUE);

4303: x_admin_mode IN VARCHAR2,
4304: x_nls_lang IN varchar2) IS
4305: BEGIN
4306:
4307: wfa_sec.header(background_only=>TRUE);
4308:
4309: htp.tableopen(cattributes=>'summary=""');
4310:
4311: wf_monitor.draw_process_children (x_item_type,

Line 4319: wfa_sec.footer;

4315:
4316:
4317: htp.tableclose;
4318:
4319: wfa_sec.footer;
4320:
4321: exception
4322: when others then
4323: Wf_Core.Context('Wf_Monitor', 'process_children',

Line 4440: -- wfa_sec.GetSession commented out for the time being. we need to

4436: -- this portion of the code wil not be executed now as this API is called
4437: -- with x_admin_mode = 'N' all the time.
4438:
4439: if (upper(substr(x_admin_mode, 1, 1)) = 'Y') then
4440: -- wfa_sec.GetSession commented out for the time being. we need to
4441: -- reimplement this in Framework in the future
4442: -- wfa_sec.GetSession(username);
4443: -- Security checking
4444: admin_role := wf_core.Translate('WF_ADMIN_ROLE');

Line 4442: -- wfa_sec.GetSession(username);

4438:
4439: if (upper(substr(x_admin_mode, 1, 1)) = 'Y') then
4440: -- wfa_sec.GetSession commented out for the time being. we need to
4441: -- reimplement this in Framework in the future
4442: -- wfa_sec.GetSession(username);
4443: -- Security checking
4444: admin_role := wf_core.Translate('WF_ADMIN_ROLE');
4445: if (admin_role <> '*') then
4446: if (wf_directory.IsPerformer(username, admin_role)) then