DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on OE_GLOBALS

Line 45: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN

41: IF (funcmode = 'RUN') THEN
42:
43: OE_STANDARD_WF.Set_Msg_Context(actid);
44:
45: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN
46: -- Bug 4875015
47: SELECT item_type_code,shippable_flag,top_model_line_id, service_reference_type_code
48: INTO l_item_type,l_shippable_flag,l_top_model_line_id, l_service_reference_type_code
49: FROM oe_order_lines_all

Line 265: Result => OE_GLOBALS.G_WFR_COMPLETE,

261: WF_ENGINE.CompleteActivityInternalName (
262: Itemtype => 'OEOL',
263: Itemkey => to_char (p_line_id),
264: Activity => 'FULFILL_LINE_ELIGIBLE',
265: Result => OE_GLOBALS.G_WFR_COMPLETE,
266: raise_engine_exception => TRUE );
267: exception
268: WHEN OTHERS THEN
269: oe_debug_pub.add('Workflow complete activity failed. Raising');