DBA Data[Home] [Help]

APPS.XNP_WF_STANDARD dependencies on XDP_UTILITIES

Line 1309: -- ,avalue => xdp_utilities.get_wf_notifrecipient('NP_CUST_CARE_ADMIN')

1305: (itemtype => itemtype
1306: ,itemkey => itemkey
1307: ,aname => 'CUST_CARE_ADMIN'
1308: ,avalue => 'FND_RESP535:21704'
1309: -- ,avalue => xdp_utilities.get_wf_notifrecipient('NP_CUST_CARE_ADMIN')
1310: );
1311:
1312: -- Modified avalue from FND_RESP534:21690 to FND_RESP535:21704, rnyberg 03/08/2002
1313: wf_engine.SetItemAttrText

Line 1318: -- ,avalue => xdp_utilities.get_wf_notifrecipient('NP_SYSADMIN')

1314: (itemtype => itemtype
1315: ,itemkey => itemkey
1316: ,aname => 'SYS_ADMIN'
1317: ,avalue => 'FND_RESP535:21704'
1318: -- ,avalue => xdp_utilities.get_wf_notifrecipient('NP_SYSADMIN')
1319: );
1320:
1321: ------------------------------------------------------------------
1322: -- Set the document procedure and the document id

Line 3883: XDP_UTILITIES.WAITFORFLOW(itemtype, itemkey, l_ActLabel);

3879:
3880: -------------------------------------------------
3881: -- Call the WAITFORFLOW API
3882: -------------------------------------------------
3883: XDP_UTILITIES.WAITFORFLOW(itemtype, itemkey, l_ActLabel);
3884:
3885: --Set status to notified
3886: resultout := 'NOTIFIED';
3887:

Line 3941: XDP_UTILITIES.CONTINUEFLOW(itemtype, itemkey);

3937:
3938: is
3939: BEGIN
3940: IF (funcmode = 'RUN' ) THEN
3941: XDP_UTILITIES.CONTINUEFLOW(itemtype, itemkey);
3942: resultout := 'COMPLETE';
3943: return;
3944: END IF;
3945: