DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on INV_CONVERT

Line 5629: l_quantity := inv_convert.inv_um_convert(

5625: --l_uom_code is primary_uom_code
5626: --convert the inventory_item_uom to l_uom_code
5627: IF (p_x_osp_order_line_rec.inventory_item_quantity IS NOT NULL AND
5628: p_x_osp_order_line_rec.inventory_item_uom IS NOT NULL) THEN
5629: l_quantity := inv_convert.inv_um_convert(
5630: item_id => p_x_osp_order_line_rec.inventory_item_id,
5631: precision => 6,
5632: from_quantity => p_x_osp_order_line_rec.inventory_item_quantity,
5633: from_unit => p_x_osp_order_line_rec.inventory_item_uom,