DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PO_MDTR dependencies on INV_CONVERT

Line 599: INV_CONVERT.Inv_Um_Conversion

595: --PO source uom maynot be same as received qty uom,thus when calculate document
596: --line ext value, we need to consider uom conversion
597: IF x_movement_transaction.transaction_uom_code <> l_source_uom_code
598: THEN
599: INV_CONVERT.Inv_Um_Conversion
600: ( from_unit => x_movement_transaction.transaction_uom_code
601: , to_unit => l_source_uom_code
602: , item_id => x_movement_transaction.inventory_item_id
603: , uom_rate => l_uom_conv_rate

Line 1551: INV_CONVERT.Inv_Um_Conversion

1547: END IF;
1548: /*End bug 8435314 */
1549: IF x_movement_transaction.transaction_uom_code <> l_order_uom
1550: THEN
1551: INV_CONVERT.Inv_Um_Conversion
1552: ( from_unit => x_movement_transaction.transaction_uom_code
1553: , to_unit => l_order_uom
1554: , item_id => x_movement_transaction.inventory_item_id
1555: , uom_rate => l_uom_conv_rate