DBA Data[Home] [Help]

APPS.GMD_ROUTING_DESIGNER_PKG dependencies on INV_CONVERT

Line 2203: l_new_qty := INV_CONVERT.inv_um_convert( item_id => 0

2199: FETCH Cur_uom_type INTO l_routing_um_type;
2200: CLOSE Cur_uom_type;
2201:
2202: IF (l_routing_um_type = l_routing_class_um_type) THEN
2203: l_new_qty := INV_CONVERT.inv_um_convert( item_id => 0
2204: ,precision => 5
2205: ,from_quantity => p_routing_qty
2206: ,from_unit => p_routing_um
2207: ,to_unit => l_routing_class_um