DBA Data[Home] [Help]

APPS.OE_INV_IFACE_CONC dependencies on WF_ENGINE

Line 204: wf_engine.CompleteActivityInternalName

200:
201: IF l_debug_level > 0 THEN
202: oe_debug_pub.add( '##COMPLETING ACTIVITY FOR : ' || i.item_key , 5 ) ;
203: END IF;
204: wf_engine.CompleteActivityInternalName
205: ('OEOL',
206: i.item_key,
207: 'INVENTORY_INTERFACE_ELIGIBLE',
208: 'COMPLETE');

Line 242: wf_engine.CompleteActivityInternalName

238: MO_GLOBAL.set_policy_context(p_access_mode => 'S', p_org_id => j.org_id);
239: END IF;
240: -- MOAC End.
241:
242: wf_engine.CompleteActivityInternalName
243: ('OEOL',
244: to_char(j.line_id),
245: 'INVENTORY_INTERFACE_ELIGIBLE',
246: 'COMPLETE');