DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PO_MDTR dependencies on INV_CONVERT

Line 565: INV_CONVERT.Inv_Um_Conversion

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

Line 1396: INV_CONVERT.Inv_Um_Conversion

1392: --SO order uom maynot be same as receipt qty uom,thus when calculate document
1393: --line ext value, we need to consider uom conversion
1394: IF x_movement_transaction.transaction_uom_code <> l_order_uom
1395: THEN
1396: INV_CONVERT.Inv_Um_Conversion
1397: ( from_unit => x_movement_transaction.transaction_uom_code
1398: , to_unit => l_order_uom
1399: , item_id => x_movement_transaction.inventory_item_id
1400: , uom_rate => l_uom_conv_rate