DBA Data[Home] [Help]

APPS.OE_RLM_WF dependencies on OE_RLM_WF

Line 1: PACKAGE BODY OE_RLM_WF as

1: PACKAGE BODY OE_RLM_WF as
2: /* $Header: OEXWRLMB.pls 120.0 2005/06/01 02:21:33 appldev noship $ */
3:
4:
5: procedure CHECK_AUTHORIZE_TO_SHIP(

Line 147: wf_core.context('OE_RLM_WF', 'CHECK_AUTHORIZE_TO_SHIP',

143: exception
144: when others then
145: -- The line below records this function call in the error system
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,

Line 161: END OE_RLM_WF;

157: end CHECK_AUTHORIZE_TO_SHIP;
158:
159:
160:
161: END OE_RLM_WF;