DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on INV_CONVERT

Line 1195: l_conv_qty := INV_CONVERT.inv_um_convert

1191: , 9
1192: );
1193: END IF;
1194:
1195: l_conv_qty := INV_CONVERT.inv_um_convert
1196: ( item_id => l_item_id
1197: , PRECISION => 5
1198: , from_quantity => l_primary_qty
1199: , from_unit => NULL

Line 1664: l_conv_qty := INV_CONVERT.inv_um_convert

1660: g_purchasing_uom := l_purchasing_uom;
1661:
1662:
1663: -- Convert the qty to purchasing UOM
1664: l_conv_qty := INV_CONVERT.inv_um_convert
1665: ( item_id => p_inventory_item_id
1666: , PRECISION => 5
1667: , from_quantity => l_primary_quantity
1668: , from_unit => NULL

Line 1698: INV_CONVERT.inv_um_conversion

1694: , p_vendor_name => l_vendor_name
1695: , p_vendor_site_code => l_vendor_site
1696: );
1697:
1698: INV_CONVERT.inv_um_conversion
1699: ( item_id => p_inventory_item_id
1700: , from_unit => l_from_uom_code
1701: , to_unit => l_to_uom_code
1702: , uom_rate => l_uom_rate