DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on INV_CONVERT

Line 564: INV_CONVERT.Inv_Um_Conversion

560: --SO order uom maynot be same as shipped qty uom,thus when calculate document
561: --line ext value, we need to consider uom conversion
562: IF x_movement_transaction.transaction_uom_code <> l_order_uom
563: THEN
564: INV_CONVERT.Inv_Um_Conversion
565: ( from_unit => x_movement_transaction.transaction_uom_code
566: , to_unit => l_order_uom
567: , item_id => x_movement_transaction.inventory_item_id
568: , uom_rate => l_uom_conv_rate

Line 741: INV_CONVERT.Inv_Um_Conversion

737: --SO order uom maynot be same as shipped qty uom,thus when calculate document
738: --line ext value, we need to consider uom conversion
739: IF x_movement_transaction.transaction_uom_code <> l_order_uom
740: THEN
741: INV_CONVERT.Inv_Um_Conversion
742: ( from_unit => x_movement_transaction.transaction_uom_code
743: , to_unit => l_order_uom
744: , item_id => x_movement_transaction.inventory_item_id
745: , uom_rate => l_uom_conv_rate