DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on WF_ENGINE

Line 832: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

828: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'Function Mode: ' || p_funcmode, 1);
829: END IF;
830: OE_STANDARD_WF.Set_Msg_Context(p_actid);
831: if (p_funcmode = 'RUN') then
832: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
833: 'AFAS_LINE_ID', p_itemkey);
834: x_result := 'SUCCESS' ;
835: end if; /* p_funcmode = 'RUN' */
836: OE_STANDARD_WF.Save_Messages;