DBA Data[Home] [Help]

APPS.XDPCORE dependencies on STANDARD

Line 734: xnp_timer_standard.deregister_for_workitem(p_workitem_instance_id => l_wi_instance_id,

730: l_wi_instance_id := wf_engine.GetItemAttrNumber(itemtype => ResumeSDP.itemtype,
731: itemkey => ResumeSDP.itemkey,
732: aname => 'WORKITEM_INSTANCE_ID');
733:
734: xnp_timer_standard.deregister_for_workitem(p_workitem_instance_id => l_wi_instance_id,
735: x_error_code => l_error_code,
736: x_error_message => x_progress);
737:
738: if (l_error_code <> 0 ) then

Line 755: -- WF_STANDARD.CONTINUEFLOW(itemtype, itemkey, actid, funcmode,resultout);

751:
752: XDPSTATUS.SetWorkitemStatus(ResumeSDP.itemtype, ResumeSDP.itemkey);
753:
754:
755: -- WF_STANDARD.CONTINUEFLOW(itemtype, itemkey, actid, funcmode,resultout);
756: XDP_UTILITIES.CONTINUEFLOW(itemtype, itemkey);
757:
758:
759: