DBA Data[Home] [Help]

APPS.OE_REPRICE_WF dependencies on OE_REPRICE_WF

Line 1: PACKAGE BODY OE_Reprice_WF as

1: PACKAGE BODY OE_Reprice_WF as
2: /* $Header: OEXWREPB.pls 120.0 2005/06/01 23:19:58 appldev noship $ */
3:
4: PROCEDURE Start_Repricing(
5: itemtype in varchar2,

Line 25: oe_debug_pub.add( 'ENTERING OE_REPRICE_WF.START_REPRICING '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;

21: --
22: -- RUN mode - normal process execution
23: --
24: IF l_debug_level > 0 THEN
25: oe_debug_pub.add( 'ENTERING OE_REPRICE_WF.START_REPRICING '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;
26: END IF;
27: if (funcmode = 'RUN') then
28:
29: OE_STANDARD_WF.Set_Msg_Context(actid);

Line 92: wf_core.context('OE_Reprice_WF', 'Repricing',

88: exception
89: when others then
90: -- The line below records this function call in the error system
91: -- in the case of an exception.
92: wf_core.context('OE_Reprice_WF', 'Repricing',
93: itemtype, itemkey, to_char(actid), funcmode);
94: -- start data fix project
95: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
96: p_itemtype => itemtype,

Line 122: oe_debug_pub.add( 'ENTERING OE_REPRICE_WF.START_REPRICING_HOLDS '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;

118: --
119: BEGIN
120:
121: IF l_debug_level > 0 THEN
122: oe_debug_pub.add( 'ENTERING OE_REPRICE_WF.START_REPRICING_HOLDS '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;
123: END IF;
124: if (funcmode = 'RUN') then
125:
126: OE_STANDARD_WF.Set_Msg_Context(actid);

Line 196: wf_core.context('OE_Reprice_WF', 'Start_Repricing_Holds',

192: exception
193: when others then
194: -- The line below records this function call in the error system
195: -- in the case of an exception.
196: wf_core.context('OE_Reprice_WF', 'Start_Repricing_Holds',
197: itemtype, itemkey, to_char(actid), funcmode);
198: -- start data fix project
199: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
200: p_itemtype => itemtype,

Line 208: END OE_Reprice_WF;

204: -- end data fix project
205: raise;
206: END Start_Repricing_Holds;
207:
208: END OE_Reprice_WF;