DBA Data[Home] [Help]

APPS.WF_EVENT_PING_PKG dependencies on WF_CORE

Line 207: WF_CORE.CONTEXT('WF_EVENT_PING_PKG', 'LAUNCH_PROCESSES', ITEMTYPE, ITEMKEY, to_char(ACTID), FUNCMODE);

203: end if;
204:
205: exception
206: when others then
207: WF_CORE.CONTEXT('WF_EVENT_PING_PKG', 'LAUNCH_PROCESSES', ITEMTYPE, ITEMKEY, to_char(ACTID), FUNCMODE);
208: raise;
209: end LAUNCH_PROCESSES;
210: ------------------------------------------------------------------------------
211: function ACKNOWLEDGE (

Line 284: WF_CORE.CONTEXT('WF_EVENT_PING_PKG','ACKNOWLEDGE',p_event.event_name,p_event.event_key, p_event.correlation_id);

280: return(l_result);
281:
282: exception
283: when others then
284: WF_CORE.CONTEXT('WF_EVENT_PING_PKG','ACKNOWLEDGE',p_event.event_name,p_event.event_key, p_event.correlation_id);
285: wf_event.setErrorInfo(p_event,'ERROR');
286: return('ERROR');
287: end;
288: