DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on WF_ENGINE

Line 814: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

810: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'Function Mode: ' || p_funcmode, 1);
811: END IF;
812: OE_STANDARD_WF.Set_Msg_Context(p_actid);
813: if (p_funcmode = 'RUN') then
814: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
815: 'AFAS_LINE_ID', p_itemkey);
816: x_result := 'SUCCESS' ;
817: end if; /* p_funcmode = 'RUN' */
818: OE_STANDARD_WF.Save_Messages;