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.8.12020000.2 2013/01/07 13:53:20 sujithku ship $ */
3:
4: -- PROCEDURE XX_ACTIVITY_NAME
5: --

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

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

Line 289: END OE_INVOICE_WF;

285: RAISE;
286:
287: END Invoice_Interface;
288:
289: END OE_INVOICE_WF;