DBA Data[Home] [Help]

APPS.XDP_CONTROLLER_CORE dependencies on WF_NOTIFICATION

Line 361: l_NotifID := wf_notification.Send(role => l_NotifRecipient,

357: l_NotifRecipient varchar2(80);
358: begin
359: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;
360:
361: l_NotifID := wf_notification.Send(role => l_NotifRecipient,
362: msg_type => xdp_utilities.pv_ErrorNotifItemType,
363: msg_name => XDP_CONTROLLER_CORE.pv_ControllerNotRunningMsg,
364: due_date =>sysdate);
365:

Line 366: wf_notification.SetAttrText( nid => l_NotifID,

362: msg_type => xdp_utilities.pv_ErrorNotifItemType,
363: msg_name => XDP_CONTROLLER_CORE.pv_ControllerNotRunningMsg,
364: due_date =>sysdate);
365:
366: wf_notification.SetAttrText( nid => l_NotifID,
367: aname => 'CONTROLLER_SERVICE',
368: avalue => p_Controllers );
369:
370: end NotifyControllerNotRunning;