DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PUB dependencies on WSH_SHIPMENT_REQUEST_PKG

Line 458: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

454: CLOSE c_get_date;
455:
456: --
457: IF l_debug_on THEN
458: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
459: END IF;
460: --
461: -- Passing p_commit as TRUE, irrespective of the value passed to PUBLIC API
462: -- Issue if p_commit value passed FALSE:

Line 466: WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request(

462: -- Issue if p_commit value passed FALSE:
463: -- If Process_Shipment_Request fails then it deletes the existing error messages from WIE table(non-autonomous transaction)
464: -- and inserts new error messages into WIE table(Autonomous transaction).
465: -- If rollback is performed in public API then there will be duplicate/extra error messages in WIE table.
466: WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request(
467: p_commit_flag => FND_API.G_TRUE,
468: p_transaction_status => p_criteria_info.shipment_request_status,
469: p_client_code => p_criteria_info.client_code, -- LSP PROJECT
470: p_from_document_number => p_criteria_info.from_shipment_request_number,