DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on WF_ENGINE

Line 189: -- queried from WTH table. Calling Workflow API WF_ENGINE.handleError to

185: -- p_transaction_id => Transacation id to be processed
186: -- x_return_status => Return Status of API (S,W,E,U)
187: -- COMMENT:
188: -- Based on input parameter values, eligble records for processing are
189: -- queried from WTH table. Calling Workflow API WF_ENGINE.handleError to
190: -- process further, if WTH row queried is triggered from Workflow.
191: -- Calling Overloaded API Process_Shipment_Request, if WTH row queried is
192: -- NOT triggered from Workflow.
193: --=============================================================================

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

614: l_transaction_rec.event_key is not null --{
615: THEN
616: --
617: IF l_debug_on THEN
618: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);
619: END IF;
620: --
621: WF_ENGINE.handleError(
622: itemType => l_transaction_rec.item_type,

Line 621: WF_ENGINE.handleError(

617: IF l_debug_on THEN
618: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);
619: END IF;
620: --
621: WF_ENGINE.handleError(
622: itemType => l_transaction_rec.item_type,
623: itemKey => l_transaction_rec.event_key,
624: activity => 'WSH_STAND_PROCESS_WF:POPULATE_BASE_TABLES',
625: command => 'RETRY',