DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on WF_ENGINE_UTIL

Line 4627: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,

4623: Wf_Core.Token('ACTID', to_char(actid));
4624: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
4625: end if;
4626: --
4627: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,
4628: l_msg, 'HRWPM', l_role_name, expand_role,
4629: resultout);
4630:
4631: exception when others then

Line 4706: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,

4702: Wf_Core.Token('ACTID', to_char(actid));
4703: Wf_Core.Raise('WFENG_NOTIFICATION_PERFORMER');
4704: end if;
4705: --
4706: Wf_Engine_Util.Notification_Send(itemtype, itemkey, actid,
4707: l_msg, 'HRWPM', l_role_name, expand_role,
4708: resultout);
4709: end if; --l_admin <> l_supervisor_id
4710: exception when others then