DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on OE_MSG_PUB

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

4078: txt=>'Update_Shipping_Interface failed for line:' || ln_rec_info.line_id );
4079: WSH_UTIL_CORE.Get_Messages('N',l_summary, l_details, l_get_msg_count);
4080: WSH_INTERFACE.PrintMsg(txt=>'no. of OE messages :'||l_msg_count);
4081: FOR k IN 1 .. l_msg_count LOOP
4082: l_msg_data := OE_MSG_PUB.GET( p_msg_index => k, p_encoded => 'F');
4083: --
4084: IF l_debug_on THEN
4085: WSH_DEBUG_SV.log(l_module_name,'l_msg_data',SUBSTR(l_msg_data,1,200));
4086: END IF;