DBA Data[Home] [Help]

APPS.PER_RESPOWNER_UTIL_SS dependencies on WF_CORE

Line 391: Wf_Core.Context(gv_package, '.revoke_block', itemtype,

387: --resultout := 'NOTIFIED';
388:
389: EXCEPTION
390: WHEN OTHERS THEN
391: Wf_Core.Context(gv_package, '.revoke_block', itemtype,
392: itemkey, to_char(actid), funmode);
393: raise;
394: END revoke_block;
395:

Line 436: WF_CORE.CONTEXT('PER_RESPOWNER_UTIL_SS', 'revoke_access_wfevent_subscrb', p_event.getEventName(), p_subscription_guid);

432: RETURN 'SUCCESS';
433:
434: EXCEPTION
435: WHEN OTHERS THEN
436: WF_CORE.CONTEXT('PER_RESPOWNER_UTIL_SS', 'revoke_access_wfevent_subscrb', p_event.getEventName(), p_subscription_guid);
437: WF_EVENT.setErrorInfo(p_event, 'ERROR');
438: RETURN 'ERROR';
439: END revoke_access_wfevent_subscrb;
440: */