DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on WF_EVENT

Line 1227: p_event in out NOCOPY WF_EVENT_T) return varchar2 is

1223:
1224: -- Bug 3751162/3471955 : define logic for abort process event
1225: /*4220382 : GSCC warning */
1226: FUNCTION cancel_cm_request (p_subscription_guid in raw,
1227: p_event in out NOCOPY WF_EVENT_T) return varchar2 is
1228:
1229: -- note ITMETYPE is misspelled on purpose as that is how it is saved in
1230: -- wfengb.pls AbortProcess definition
1231: l_itemtype VARCHAR2(8) := p_event.GetValueForParameter('ITMETYPE');

Line 1256: WF_EVENT.setErrorInfo(p_event, 'ERROR');

1252: when others then
1253:
1254: WF_CORE.CONTEXT('ARW_CMREQ_COVER', 'CANCEL_CM_REQUEST',
1255: p_event.getEventName(), p_subscription_guid);
1256: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1257:
1258: RETURN 'ERROR';
1259:
1260: end;