DBA Data[Home] [Help]

APPS.WF_EVENT_PING_PKG dependencies on WF_CORE

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

115: end if;
116:
117: exception
118: when others then
119: WF_CORE.CONTEXT('WF_EVENT_PING_PKG', 'LAUNCH_PROCESSES', ITEMTYPE, ITEMKEY, to_char(ACTID), FUNCMODE);
120: raise;
121: end LAUNCH_PROCESSES;
122: ------------------------------------------------------------------------------
123: function ACKNOWLEDGE (

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

208: return(l_result);
209:
210: exception
211: when others then
212: WF_CORE.CONTEXT('WF_EVENT_PING_PKG','ACKNOWLEDGE',p_event.event_name,p_event.event_key, p_event.correlation_id);
213: wf_event.setErrorInfo(p_event,'ERROR');
214: return('ERROR');
215: end;
216: