DBA Data[Home] [Help]

APPS.OE_INVOICE_WF dependencies on OE_INVOICE_WF

Line 1: PACKAGE BODY OE_INVOICE_WF AS

1: PACKAGE BODY OE_INVOICE_WF AS
2: /* $Header: OEXWINVB.pls 120.7 2008/03/10 09:34:51 amallik ship $ */
3:
4: -- PROCEDURE XX_ACTIVITY_NAME
5: --

Line 270: wf_core.context('OE_Invoice_WF', 'Invoice_Interface',

266: EXCEPTION
267: WHEN OTHERS THEN
268: -- The line below records this function call in the error system
269: -- in the case of an exception.
270: wf_core.context('OE_Invoice_WF', 'Invoice_Interface',
271: itemtype, itemkey, to_char(actid), funcmode);
272: -- start data fix project
273: OE_STANDARD_WF.Add_Error_Activity_Msg(p_actid => actid,
274: p_itemtype => itemtype,

Line 283: END OE_INVOICE_WF;

279: RAISE;
280:
281: END Invoice_Interface;
282:
283: END OE_INVOICE_WF;