DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on PO_WF_DEBUG_PKG

Line 233: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

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:
236: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);
237: