DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_GRP dependencies on WSH_BOLS_PVT

Line 390: WSH_BOLS_PVT.Insert_Row(

386: x_num_errors =>l_num_errors);
387: END IF;
388:
389:
390: WSH_BOLS_PVT.Insert_Row(
391: x_return_status => l_return_status,
392: x_msg_count => l_msg_count,
393: x_msg_data => l_msg_data,
394: p_entity_name => 'WSH_DELIVERY_LEGS',

Line 411: WSH_DEBUG_SV.log(l_module_name,'WSH_BOLS_PVT.Insert_Row l_return_status',l_return_status);

407: p_carrier_id => p_action_prms.p_Carrier_Id);
408:
409: IF l_debug_on THEN
410: WSH_DEBUG_SV.log(l_module_name,' x_action_out_rec.x_bol_number: '|| x_action_out_rec.x_bol_number);
411: WSH_DEBUG_SV.log(l_module_name,'WSH_BOLS_PVT.Insert_Row l_return_status',l_return_status);
412: END IF;
413: WSH_UTIL_CORE.api_post_call(p_return_status =>l_return_status,
414: x_num_warnings =>l_loop_warnings,
415: x_num_errors =>l_num_errors);