DBA Data[Home] [Help]

APPS.FLM_EKB_BUSINESS_EVENT_PKG dependencies on WF_CORE

Line 369: WF_CORE.CONTEXT('FLM_EKB_BUSINESS_EVENT_PKG', 'test_business_event',

365: commit;
366: return 'SUCCESS';
367: exception
368: when others then
369: WF_CORE.CONTEXT('FLM_EKB_BUSINESS_EVENT_PKG', 'test_business_event',
370: p_event.getEventName( ), p_subscription_guid);
371: WF_EVENT.setErrorInfo(p_event, 'ERROR');
372: return 'ERROR';
373: end;

Line 480: WF_CORE.context('WIP_EXP_NOTIF_WF_PKG' , 'InvokeNotification',

476: FND_MSG_PUB.Add_Exc_Msg ('WIP_EXP_NOTIF_WF_PKG' ,'Invoke_Notification');
477: END IF;
478: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count ,p_data => x_msg_data);
479:
480: WF_CORE.context('WIP_EXP_NOTIF_WF_PKG' , 'InvokeNotification',
481: x_progress);
482: RAISE;
483:
484: end INVOKE_NOTIFICATION;