DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on WF_EVENT

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

1137:
1138: -- Bug 3751162/3471955 : define logic for abort process event
1139: /*4220382 : GSCC warning */
1140: FUNCTION cancel_cm_request (p_subscription_guid in raw,
1141: p_event in out NOCOPY WF_EVENT_T) return varchar2 is
1142:
1143: -- note ITMETYPE is misspelled on purpose as that is how it is saved in
1144: -- wfengb.pls AbortProcess definition
1145: l_itemtype VARCHAR2(8) := p_event.GetValueForParameter('ITMETYPE');

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

1166: when others then
1167:
1168: WF_CORE.CONTEXT('ARW_CMREQ_COVER', 'CANCEL_CM_REQUEST',
1169: p_event.getEventName(), p_subscription_guid);
1170: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1171:
1172: RETURN 'ERROR';
1173:
1174: end;