DBA Data[Home] [Help]

APPS.WMS_WIP_XDOCK_PVT dependencies on INV_CONVERT

Line 377: inv_convert.inv_um_convert(

373: mydebug('Converting Qty');
374: END IF;
375:
376: l_wip_qty :=
377: inv_convert.inv_um_convert(
378: item_id => l_inventory_item_id
379: , PRECISION => NULL
380: , from_quantity => l_wip_qty
381: , from_unit => l_primary_uom

Line 1317: inv_convert.inv_um_convert(

1313: mydebug('UOM is different');
1314: END IF;
1315:
1316: l_wip_qty :=
1317: inv_convert.inv_um_convert(
1318: item_id => l_inventory_item_id
1319: , PRECISION => NULL
1320: , from_quantity => l_wip_qty
1321: , from_unit => l_uom