DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on RCV_DEBIT_MEMO_NOTIF

Line 1: PACKAGE BODY RCV_DEBIT_MEMO_NOTIF AS

1: PACKAGE BODY RCV_DEBIT_MEMO_NOTIF AS
2: /* $Header: RCVWFDMB.pls 120.1 2006/03/23 05:20:11 sgumaste noship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

Line 12: | PL/SQL body for package: RCV_DEBIT_MEMO_NOTIF

8: | FILENAME
9: | RCVWPA1B.pls
10: |
11: | DESCRIPTION
12: | PL/SQL body for package: RCV_DEBIT_MEMO_NOTIF
13: |
14: | NOTES dreddy Created 3/30/2000
15: |
16: *=======================================================================*/

Line 231: x_progress := 'RCV_DEBIT_MEMO_NOTIF.Start_WF_Process: In Exception handler';

227:
228: EXCEPTION
229: WHEN OTHERS THEN
230:
231: x_progress := 'RCV_DEBIT_MEMO_NOTIF.Start_WF_Process: In Exception handler';
232: IF (g_po_wf_debug = 'Y') THEN
233: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
234: END IF;
235:

Line 242: END RCV_DEBIT_MEMO_NOTIF;

238: RAISE;
239:
240: END Start_WF_Process;
241:
242: END RCV_DEBIT_MEMO_NOTIF;