DBA Data[Home] [Help]

APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on WF_CORE

Line 202: WF_CORE.context('AP_WEB_PROXY_ASSIGN_PKG', 'proxy_assignments', p_event.getEventName(), p_subscription_guid);

198: end if;
199: return 'SUCCESS';
200: exception when others then
201: if p_subscription_guid IS NOT NULL THEN
202: WF_CORE.context('AP_WEB_PROXY_ASSIGN_PKG', 'proxy_assignments', p_event.getEventName(), p_subscription_guid);
203: WF_EVENT.setErrorInfo(p_event, 'ERROR');
204: end if;
205: raise;
206: return 'ERROR';

Line 298: Wf_Core.Context('AP_WEB_PROXY_ASSIGN_PKG', 'send_notification',

294: fnd_log.string(fnd_log.LEVEL_STATEMENT,'AP_WEB_PROXY_ASSIGN_PKG.send_notification','Exit');
295: end if;
296:
297: exception when others then
298: Wf_Core.Context('AP_WEB_PROXY_ASSIGN_PKG', 'send_notification',
299: p_user_name, p_resp_name, to_char(sysdate));
300: raise;
301: END send_notification;
302: