DBA Data[Home] [Help]

APPS.OE_RMA_WF dependencies on WF_CORE

Line 218: wf_core.context('OE_RMA_WF', 'CREATE_OUTBOUND_SHIPMENT',

214: return;
215: EXCEPTION
216: WHEN OTHERS THEN
217: -- in the case of an exception.
218: wf_core.context('OE_RMA_WF', 'CREATE_OUTBOUND_SHIPMENT',
219: itemtype, itemkey, to_char(actid), funcmode);
220: raise;
221: end Create_Outbound_Shipment;
222:

Line 251: wf_core.context('OE_RMA_WF', 'Is_Return_Line',

247: -- item type is not a line
248: END IF;
249: Exception
250: when others then
251: wf_core.context('OE_RMA_WF', 'Is_Return_Line',
252: itemtype, itemkey, to_char(actid), funcmode);
253: raise;
254: END Is_Return_Line;
255:

Line 328: wf_core.context('OE_RMA_WF', 'Is_Line_Receivable',

324:
325:
326: Exception
327: when others then
328: wf_core.context('OE_RMA_WF', 'Is_Line_Receivable',
329: itemtype, itemkey, to_char(actid), funcmode);
330: raise;
331: END Is_Line_Receivable;
332:

Line 440: wf_core.context('OE_RMA_WF', 'Wait_For_Receiving',

436: END IF;
437:
438: Exception
439: when others then
440: wf_core.context('OE_RMA_WF', 'Wait_For_Receiving',
441: itemtype, itemkey, to_char(actid), funcmode);
442: -- start data fix project
443: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
444: p_itemtype => itemtype,