DBA Data[Home] [Help]

APPS.RCV_DEBIT_MEMO_NOTIF dependencies on PO_WF_DEBUG_PKG

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

232: WHEN OTHERS THEN
233:
234: x_progress := 'RCV_DEBIT_MEMO_NOTIF.Start_WF_Process: In Exception handler';
235: IF (g_po_wf_debug = 'Y') THEN
236: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
237: END IF;
238:
239: po_message_s.sql_error('In Exception of Start_WF_Process()', x_progress, sqlcode);
240: