DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on INV_CONVERT

Line 3810: l_qty := inv_convert.inv_um_convert(

3806: mydebug('complete_putaway: Uom has changed - need to update MMTT');
3807: mydebug('complete_putaway: complete_putaway API 70');
3808: END IF;
3809:
3810: l_qty := inv_convert.inv_um_convert(
3811: item_id => p_item_id
3812: , PRECISION => NULL
3813: , from_quantity => l_qty
3814: , from_unit => p_uom

Line 5689: inv_convert.inv_um_convert(

5685:
5686: IF (l_uom <> l_orig_uom) THEN
5687: --mydebug('Converting uom');
5688: l_qty :=
5689: inv_convert.inv_um_convert(
5690: item_id => l_item_id
5691: , PRECISION => NULL
5692: , from_quantity => l_qty
5693: , from_unit => l_uom

Line 8577: ,inv_convert.inv_um_convert

8573: SET quantity_detailed = Nvl(quantity_detailed,0)
8574: -Decode(uom_code
8575: ,l_mmtt_uom_tab(i)
8576: ,l_mmtt_qty_tab(i)
8577: ,inv_convert.inv_um_convert
8578: (inventory_item_id
8579: ,NULL
8580: ,l_mmtt_qty_tab(i)
8581: ,l_mmtt_uom_tab(i)