DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on INV_CONVERT

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

615: debug('Order_quantity_uom : '||l_Line_rec.Order_quantity_uom);
616: debug('Inventory_item_id : '||l_Line_rec.Inventory_item_id);
617: If l_item_rec.primary_uom_code <> l_Line_rec.Order_quantity_uom
618: and l_unit_cost is not null and l_unit_cost <> fnd_api.g_miss_num Then
619: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom
620: ,To_Unit => l_item_rec.primary_uom_code
621: ,Item_ID => l_Line_rec.Inventory_item_id
622: ,Uom_Rate => l_Uom_rate);
623: debug('l_Uom_rate : '||l_Uom_rate);

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

644: debug('Order_quantity_uom : '||l_Line_rec.Order_quantity_uom);
645: debug('Inventory_item_id : '||l_Line_rec.Inventory_item_id);
646: If l_item_rec.primary_uom_code <> l_Line_rec.Order_quantity_uom
647: and l_unit_cost is not null and l_unit_cost <> fnd_api.g_miss_num Then
648: INV_CONVERT.INV_UM_CONVERSION(From_Unit => l_Line_rec.Order_quantity_uom
649: ,To_Unit => l_item_rec.primary_uom_code
650: ,Item_ID => l_Line_rec.Inventory_item_id
651: ,Uom_Rate => l_Uom_rate);
652: debug('l_Uom_rate : '||l_Uom_rate);

Line 707: INV_CONVERT.INV_UM_CONVERSION(From_Unit => p_ordered_uom

703: debug(' Calling INV_UM_CONVERSION for PA_CALL ');
704: debug(' unit cost before convert:'||l_unit_cost);
705: debug(' primary_uom_code : '||l_primary_uom_code);
706:
707: INV_CONVERT.INV_UM_CONVERSION(From_Unit => p_ordered_uom
708: ,To_Unit => l_primary_uom_code
709: ,Item_ID => p_inventory_item_id
710: ,Uom_Rate => l_Uom_rate);
711: debug('l_Uom_rate : '||l_Uom_rate);