DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_SHIPMENT_REQUEST_PKG

Line 196: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request',WSH_DEBUG_SV.C_PROC_LEVEL);

192: wsh_debug_sv.log (l_module_name,'Valid Parameters');
193: END IF;
194:
195: IF l_debug_on THEN
196: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request',WSH_DEBUG_SV.C_PROC_LEVEL);
197: END IF;
198:
199: WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request(
200: p_transaction_rec => l_trns_history_rec,

Line 199: WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request(

195: IF l_debug_on THEN
196: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request',WSH_DEBUG_SV.C_PROC_LEVEL);
197: END IF;
198:
199: WSH_SHIPMENT_REQUEST_PKG.Process_Shipment_Request(
200: p_transaction_rec => l_trns_history_rec,
201: p_commit_flag => FND_API.G_TRUE,
202: x_return_status => l_return_status);
203: