DBA Data[Home] [Help]

APPS.XDPCORE_ERROR dependencies on XDPCORE_WI

Line 491: l_WIResponsiblity := XDPCORE_WI.get_wi_responsibility( PrepareErrorMessage.itemtype,

487: aname => 'NTF_BODY',
488: avalue => substr(l_NtfDesc,1,1999));
489:
490: /* future functionality
491: l_WIResponsiblity := XDPCORE_WI.get_wi_responsibility( PrepareErrorMessage.itemtype,
492: PrepareErrorMessage.itemkey );
493:
494: wf_engine.SetItemAttrText(itemtype => PrepareErrorMessage.itemtype,
495: itemkey => PrepareErrorMessage.itemkey,

Line 624: l_wi_disp_name := XDPCORE_WI.get_display_name( l_WIInstaceID );

620: l_WIInstaceID := wf_engine.GetItemAttrNumber(itemtype => SetErrorContext.itemtype,
621: itemkey => SetErrorContext.itemkey,
622: aname => 'WORKITEM_INSTANCE_ID');
623:
624: l_wi_disp_name := XDPCORE_WI.get_display_name( l_WIInstaceID );
625:
626: FND_MESSAGE.SET_NAME('XDP','XDP_WI_DISP_NAME');
627: FND_MESSAGE.SET_TOKEN('WI', l_wi_disp_name);
628: --l_NtfBody := l_NtfBody || FND_MESSAGE.GET ||CHR(10);

Line 698: l_WIResponsiblity := XDPCORE_WI.get_wi_responsibility( SetErrorContext.itemtype,

694:
695: /*
696: -- In future we may want to send the notifications to the data entry folks registered while
697: -- creating the workitems...
698: l_WIResponsiblity := XDPCORE_WI.get_wi_responsibility( SetErrorContext.itemtype,
699: SetErrorContext.itemkey );
700:
701: IF l_WIResponsiblity is not null THEN
702: wf_engine.SetItemAttrText(itemtype => SetErrorContext.itemtype,