DBA Data[Home] [Help]

APPS.XDP_CONTROLLER_CORE dependencies on XDP_UTILITIES

Line 359: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;

355: is
356: l_NotifID number;
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,

Line 362: msg_type => xdp_utilities.pv_ErrorNotifItemType,

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:
366: wf_notification.SetAttrText( nid => l_NotifID,