DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on OE_MSG_PUB

Line 3766: l_msg_data := OE_MSG_PUB.GET( p_msg_index => k, p_encoded => 'F');

3762: txt=>'Update_Shipping_Interface failed for line:' || ln_rec_info.line_id );
3763: WSH_UTIL_CORE.Get_Messages('N',l_summary, l_details, l_get_msg_count);
3764: WSH_INTERFACE.PrintMsg(txt=>'no. of OE messages :'||l_msg_count);
3765: FOR k IN 1 .. l_msg_count LOOP
3766: l_msg_data := OE_MSG_PUB.GET( p_msg_index => k, p_encoded => 'F');
3767: --
3768: IF l_debug_on THEN
3769: WSH_DEBUG_SV.log(l_module_name,'l_msg_data',SUBSTR(l_msg_data,1,200));
3770: END IF;