DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE dependencies on WF_NOTIFICATION

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

472: else
473: l_NotifRecipient := p_NotifRecipient;
474: end if;
475:
476: l_NotifID := wf_notification.Send(role => l_NotifRecipient,
477: msg_type => xdp_utilities.pv_ErrorNotifItemType,
478: msg_name => XDP_ADAPTER_CORE.pv_AdapterTermFailure,
479: due_date =>sysdate);
480:

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

477: msg_type => xdp_utilities.pv_ErrorNotifItemType,
478: msg_name => XDP_ADAPTER_CORE.pv_AdapterTermFailure,
479: due_date =>sysdate);
480:
481: wf_notification.SetAttrText( nid => l_NotifID,
482: aname => 'ADAPTER_NAME',
483: avalue => p_AdapterName );
484:
485: end NotifyAdapterTerminateFailure;

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

496: else
497: l_NotifRecipient := p_NotifRecipient;
498: end if;
499:
500: l_NotifID := wf_notification.Send(role => l_NotifRecipient,
501: msg_type => xdp_utilities.pv_ErrorNotifItemType,
502: msg_name => XDP_ADAPTER_CORE.pv_AdapterSysDeactivated,
503: due_date =>sysdate);
504:

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

501: msg_type => xdp_utilities.pv_ErrorNotifItemType,
502: msg_name => XDP_ADAPTER_CORE.pv_AdapterSysDeactivated,
503: due_date =>sysdate);
504:
505: wf_notification.SetAttrText( nid => l_NotifID,
506: aname => 'ADAPTER_NAME',
507: avalue => p_AdapterName );
508:
509: end NotifyAdapterSysDeactivation;