DBA Data[Home] [Help]

APPS.WF_FWKMON dependencies on WF_FWKMON

Line 1: package body wf_fwkmon as

1: package body wf_fwkmon as
2: /* $Header: wffkmonb.pls 120.1.12000000.2 2007/05/23 21:45:43 vshanmug ship $ */
3:
4:
5: -- ===========================================================================

Line 384: l_url := FND_WEB_CONFIG.PLSQL_AGENT||'wf_fwkmon.GuestMonitor'||

380: l_url varchar2(4000);
381:
382: begin
383:
384: l_url := FND_WEB_CONFIG.PLSQL_AGENT||'wf_fwkmon.GuestMonitor'||
385: '?akRegionApplicationId='||akRegionApplicationId||
386: '&'||'akRegionCode='||akRegionCode||
387: '&'||'wa='||accessKey||
388: '&'||'wm='||adminMode||

Line 571: wf_core.context('wf_fwkmon', 'GetNtfResponderName', to_char(p_notification_id));

567: exception
568: when no_data_found then
569: return null;
570: when others then
571: wf_core.context('wf_fwkmon', 'GetNtfResponderName', to_char(p_notification_id));
572: raise;
573: end GetNtfResponderName;
574:
575: end wf_fwkmon;

Line 575: end wf_fwkmon;

571: wf_core.context('wf_fwkmon', 'GetNtfResponderName', to_char(p_notification_id));
572: raise;
573: end GetNtfResponderName;
574:
575: end wf_fwkmon;