DBA Data[Home] [Help]

APPS.OE_REPRICE_WF dependencies on WF_CORE

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 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,