DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on WF_ENGINE_UTIL

Line 6209: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);

6205: wf_core.RAISE ('WFENG_NOTIFICATION_PERFORMER');
6206: END IF;
6207:
6208: --
6209: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);
6210: EXCEPTION
6211: WHEN OTHERS
6212: THEN
6213: RAISE;

Line 6295: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);

6291: wf_core.RAISE ('WFENG_NOTIFICATION_PERFORMER');
6292: END IF;
6293:
6294: --
6295: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);
6296: END IF; --l_admin <> l_supervisor_id
6297: EXCEPTION
6298: WHEN OTHERS
6299: THEN

Line 9593: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);

9589: wf_core.RAISE ('WFENG_NOTIFICATION_PERFORMER');
9590: END IF;
9591:
9592: --
9593: wf_engine_util.notification_send (itemtype, itemkey, actid, l_msg, 'HRWPM', l_role_name, expand_role, resultout);
9594: EXCEPTION
9595: WHEN OTHERS
9596: THEN
9597: RAISE;