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 263: Result => OE_GLOBALS.G_WFR_COMPLETE);

259: WF_ENGINE.CompleteActivityInternalName (
260: Itemtype => 'OEOL',
261: Itemkey => to_char (p_line_id),
262: Activity => 'FULFILL_LINE_ELIGIBLE',
263: Result => OE_GLOBALS.G_WFR_COMPLETE);
264:
265: IF l_debug_level > 0 THEN
266: OE_DEBUG_PUB.Add('Exiting Complete Fulfill Eligible Line ');
267: END IF;