DBA Data[Home] [Help]

APPS.WSH_MDC_SRS dependencies on WSH_WV_UTILS

Line 2336: l_del_weight := WSH_WV_UTILS.convert_uom(

2332: l_del_weight := x_delivery_addnl_attr_tab(l_d_id).gross_weight;
2333: -- Convert to the common uom of max trip weight
2334: IF x_delivery_addnl_attr_tab(l_d_id).weight_uom_code <> p_max_weight_uom
2335: THEN
2336: l_del_weight := WSH_WV_UTILS.convert_uom(
2337: x_delivery_addnl_attr_tab(l_d_id).weight_uom_code,
2338: p_max_weight_uom,
2339: x_delivery_addnl_attr_tab(l_d_id).gross_weight,
2340: 0);