DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on STANDARD

Line 70: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,

66: -- in the case of an exception.
67: WF_CORE.Context('OE_WF_SHIPPING', 'Inc_items_freeze_required',
68: itemtype, itemkey, to_char(actid), funcmode);
69: -- start data fix project
70: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
71: p_itemtype => itemtype,
72: p_itemkey => itemkey);
73: OE_STANDARD_WF.Save_Messages;
74: OE_STANDARD_WF.Clear_Msg_Context;

Line 73: OE_STANDARD_WF.Save_Messages;

69: -- start data fix project
70: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
71: p_itemtype => itemtype,
72: p_itemkey => itemkey);
73: OE_STANDARD_WF.Save_Messages;
74: OE_STANDARD_WF.Clear_Msg_Context;
75: -- end data fix project
76: RAISE;
77:

Line 74: OE_STANDARD_WF.Clear_Msg_Context;

70: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
71: p_itemtype => itemtype,
72: p_itemkey => itemkey);
73: OE_STANDARD_WF.Save_Messages;
74: OE_STANDARD_WF.Clear_Msg_Context;
75: -- end data fix project
76: RAISE;
77:
78: End Inc_items_Freeze_Required;

Line 317: OE_STANDARD_WF.Clear_Msg_Context;

313: app_exception.raise_exception;
314: END IF;
315:
316: resultout := l_result_out;
317: OE_STANDARD_WF.Clear_Msg_Context;
318: return;
319:
320: end if; -- End for 'RUN' mode
321:

Line 360: OE_STANDARD_WF.save_messages;

356: oe_msg_pub.set_process_activity(actid);
357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));
358: fnd_message.set_name('ONT', 'ONT_WF_NO_SKIP_SHIP');
359: oe_msg_pub.add;
360: OE_STANDARD_WF.save_messages;
361: --log a OM message in our message stack
362:
363: l_user_id := FND_GLOBAL.USER_ID;
364: l_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;

Line 466: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,

462: itemtype, itemkey, to_char(actid), funcmode,
463: OE_SHIPPING_INTEGRATION_PVT.G_DEBUG_MSG);
464: OE_SHIPPING_INTEGRATION_PVT.G_DEBUG_CALL := 0;
465: -- start data fix project
466: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
467: p_itemtype => itemtype,
468: p_itemkey => itemkey);
469: -- end data fix project
470: OE_STANDARD_WF.Save_Messages;

Line 470: OE_STANDARD_WF.Save_Messages;

466: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
467: p_itemtype => itemtype,
468: p_itemkey => itemkey);
469: -- end data fix project
470: OE_STANDARD_WF.Save_Messages;
471: OE_STANDARD_WF.Clear_Msg_Context;
472: raise;
473: END START_SHIPPING;
474:

Line 471: OE_STANDARD_WF.Clear_Msg_Context;

467: p_itemtype => itemtype,
468: p_itemkey => itemkey);
469: -- end data fix project
470: OE_STANDARD_WF.Save_Messages;
471: OE_STANDARD_WF.Clear_Msg_Context;
472: raise;
473: END START_SHIPPING;
474:
475: END OE_Shipping_WF;