DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on INV_CONVERT

Line 5279: l_quantity := inv_convert.inv_um_convert(

5275: --l_uom_code is primary_uom_code
5276: --convert the inventory_item_uom to l_uom_code
5277: IF (p_x_osp_order_line_rec.inventory_item_quantity IS NOT NULL AND
5278: p_x_osp_order_line_rec.inventory_item_uom IS NOT NULL) THEN
5279: l_quantity := inv_convert.inv_um_convert(
5280: item_id => p_x_osp_order_line_rec.inventory_item_id,
5281: precision => 6,
5282: from_quantity => p_x_osp_order_line_rec.inventory_item_quantity,
5283: from_unit => p_x_osp_order_line_rec.inventory_item_uom,