DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on INV_CONVERT

Line 574: INV_CONVERT.Inv_Um_Conversion

570: --SO order uom maynot be same as shipped qty uom,thus when calculate document
571: --line ext value, we need to consider uom conversion
572: IF x_movement_transaction.transaction_uom_code <> l_order_uom
573: THEN
574: INV_CONVERT.Inv_Um_Conversion
575: ( from_unit => x_movement_transaction.transaction_uom_code
576: , to_unit => l_order_uom
577: , item_id => x_movement_transaction.inventory_item_id
578: , uom_rate => l_uom_conv_rate

Line 780: INV_CONVERT.Inv_Um_Conversion

776: --SO order uom maynot be same as shipped qty uom,thus when calculate document
777: --line ext value, we need to consider uom conversion
778: IF x_movement_transaction.transaction_uom_code <> l_order_uom
779: THEN
780: INV_CONVERT.Inv_Um_Conversion
781: ( from_unit => x_movement_transaction.transaction_uom_code
782: , to_unit => l_order_uom
783: , item_id => x_movement_transaction.inventory_item_id
784: , uom_rate => l_uom_conv_rate