DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_ADVICE_PKG dependencies on WF_ENGINE

Line 510: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);

506: l_transaction_rec.event_key is not null --{
507: THEN
508: --
509: IF l_debug_on THEN
510: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);
511: END IF;
512: --
513: WF_ENGINE.handleError(
514: itemType => l_transaction_rec.item_type,

Line 513: WF_ENGINE.handleError(

509: IF l_debug_on THEN
510: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);
511: END IF;
512: --
513: WF_ENGINE.handleError(
514: itemType => l_transaction_rec.item_type,
515: itemKey => l_transaction_rec.event_key,
516: activity => 'WSH_FULFILLMENT_INBOUND_WF:PROCESS_SHIPMENT_ADVICE',
517: command => 'RETRY',