DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE dependencies on XDP_UTILITIES

Line 471: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;

467: l_NotifRecipient varchar2(80);
468: begin
469:
470: if ( p_notifRecipient is NULL ) then
471: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;
472: else
473: l_NotifRecipient := p_NotifRecipient;
474: end if;
475:

Line 477: msg_type => xdp_utilities.pv_ErrorNotifItemType,

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

Line 495: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;

491: l_NotifRecipient varchar2(80);
492: begin
493:
494: if ( p_notifRecipient is NULL ) then
495: l_NotifRecipient := xdp_utilities.GetSystemErrNotifRecipient;
496: else
497: l_NotifRecipient := p_NotifRecipient;
498: end if;
499:

Line 501: msg_type => xdp_utilities.pv_ErrorNotifItemType,

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