DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WF dependencies on IEX_SEND_XML_PVT

Line 2816: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();

2812: itemtype => itemtype,
2813: itemkey => itemkey,
2814: aname => 'WORKITEM_TEMPLATE_ID');
2815:
2816: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
2817:
2818: l_work_item_id := wf_engine.GetItemAttrNumber(
2819: itemtype => itemtype,
2820: itemkey => itemkey,

Line 2980: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();

2976: --If the Fulfillment workitem has post execution wait time, it should wait after completion
2977: --of workitem in the main workflow only. It shouldn't wait in the fulfillment workflow.
2978: -- xdo check
2979: /*begin
2980: l_curr_dmethod := iex_send_xml_pvt.getCurrDeliveryMethod();
2981: if (l_curr_dmethod = 'FFM') then
2982: select decode(fulfil_temp_id,null,'N',wf_yes),fulfil_temp_id
2983: INTO l_result,l_fulfil_temp_id
2984: from iex_stry_temp_work_items_vl