DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on INV_CONVERT

Line 544: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom

540: debug('Order_quantity_uom : '||l_Line_rec.Order_quantity_uom);
541: debug('Inventory_item_id : '||l_Line_rec.Inventory_item_id);
542: If l_item_rec.primary_uom_code <> l_Line_rec.Order_quantity_uom
543: and l_unit_cost is not null and l_unit_cost <> fnd_api.g_miss_num Then
544: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom
545: ,To_Unit => l_item_rec.primary_uom_code
546: ,Item_ID => l_Line_rec.Inventory_item_id
547: ,Uom_Rate => l_Uom_rate);
548: debug('l_Uom_rate : '||l_Uom_rate);

Line 571: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom

567: debug('Order_quantity_uom : '||l_Line_rec.Order_quantity_uom);
568: debug('Inventory_item_id : '||l_Line_rec.Inventory_item_id);
569: If l_item_rec.primary_uom_code <> l_Line_rec.Order_quantity_uom
570: and l_unit_cost is not null and l_unit_cost <> fnd_api.g_miss_num Then
571: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom
572: ,To_Unit => l_item_rec.primary_uom_code
573: ,Item_ID => l_Line_rec.Inventory_item_id
574: ,Uom_Rate => l_Uom_rate);
575: debug('l_Uom_rate : '||l_Uom_rate);