DBA Data[Home] [Help]

APPS.EAM_SRAPPROVAL_PVT dependencies on EAM_SRAPPROVAL_PVT

Line 1: PACKAGE BODY EAM_SRAPPROVAL_PVT AS

1: PACKAGE BODY EAM_SRAPPROVAL_PVT AS
2: /*$Header: EAMVSRAB.pls 120.5 2005/10/11 17:31:27 sraval ship $ */
3:
4: function service_request_created(
5: p_subscription_guid in raw,

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;

Line 499: END EAM_SRAPPROVAL_PVT;

495: WHEN NO_DATA_FOUND THEN
496: return l_default_department_id;
497: end return_department_id;
498:
499: END EAM_SRAPPROVAL_PVT;