DBA Data[Home] [Help]

APPS.EAM_SRAPPROVAL_PVT dependencies on WF_CORE

Line 267: wf_core.context('EAM_SRAPPROVAL_PVT','service_request_created',

263: end if;
264: return 'SUCCESS';
265: exception
266: when others then
267: wf_core.context('EAM_SRAPPROVAL_PVT','service_request_created',
268: p_event.getEventName(),p_subscription_guid);
269: wf_event.setErrorInfo(p_event,'WARNING');
270: return 'WARNING';
271:

Line 435: wf_core.context('EAM_SRAPPROVAL_PVT','service_request_updated',

431: end if;
432: return 'SUCCESS';
433: exception
434: when others then
435: wf_core.context('EAM_SRAPPROVAL_PVT','service_request_updated',
436: p_event.getEventName(),p_subscription_guid);
437: wf_event.setErrorInfo(p_event,'WARNING');
438: return 'ERROR';
439: end;