DBA Data[Home] [Help]

APPS.OE_RLM_WF dependencies on STANDARD

Line 32: OE_STANDARD_WF.Set_Msg_Context(actid);

28: -- RUN mode - normal process execution
29: --
30: if (funcmode = 'RUN') then
31:
32: OE_STANDARD_WF.Set_Msg_Context(actid);
33:
34: -- Retrieving the order header_id/line_id based on the current
35: -- workflow(itemtype)
36: IF itemtype = 'OEOL' THEN

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

146: -- in the case of an exception.
147: wf_core.context('OE_RLM_WF', 'CHECK_AUTHORIZE_TO_SHIP',
148: itemtype, itemkey, to_char(actid), funcmode);
149: -- start data fix project
150: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
151: p_itemtype => itemtype,
152: p_itemkey => itemkey);
153: OE_STANDARD_WF.Save_Messages;
154: OE_STANDARD_WF.Clear_Msg_Context;

Line 153: OE_STANDARD_WF.Save_Messages;

149: -- start data fix project
150: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
151: p_itemtype => itemtype,
152: p_itemkey => itemkey);
153: OE_STANDARD_WF.Save_Messages;
154: OE_STANDARD_WF.Clear_Msg_Context;
155: -- end data fix project
156: raise;
157: end CHECK_AUTHORIZE_TO_SHIP;

Line 154: OE_STANDARD_WF.Clear_Msg_Context;

150: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
151: p_itemtype => itemtype,
152: p_itemkey => itemkey);
153: OE_STANDARD_WF.Save_Messages;
154: OE_STANDARD_WF.Clear_Msg_Context;
155: -- end data fix project
156: raise;
157: end CHECK_AUTHORIZE_TO_SHIP;
158: