DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_CONVERT

Line 1203: l_conv_qty := INV_CONVERT.inv_um_convert

1199: , 9
1200: );
1201: END IF;
1202:
1203: l_conv_qty := INV_CONVERT.inv_um_convert
1204: ( item_id => l_item_id
1205: , PRECISION => 5
1206: , from_quantity => l_primary_qty
1207: , from_unit => NULL

Line 1659: l_conv_qty := INV_CONVERT.inv_um_convert

1655: g_purchasing_uom := l_purchasing_uom;
1656:
1657:
1658: -- Convert the qty to purchasing UOM
1659: l_conv_qty := INV_CONVERT.inv_um_convert
1660: ( item_id => p_inventory_item_id
1661: , PRECISION => 5
1662: , from_quantity => l_primary_quantity
1663: , from_unit => NULL

Line 1693: INV_CONVERT.inv_um_conversion

1689: , p_vendor_name => l_vendor_name
1690: , p_vendor_site_code => l_vendor_site
1691: );
1692:
1693: INV_CONVERT.inv_um_conversion
1694: ( item_id => p_inventory_item_id
1695: , from_unit => l_from_uom_code
1696: , to_unit => l_to_uom_code
1697: , uom_rate => l_uom_rate