DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on INV_CONVERT

Line 4015: l_qty := inv_convert.inv_um_convert(

4011: mydebug('complete_putaway: Uom has changed - need to update MMTT');
4012: mydebug('complete_putaway: complete_putaway API 70');
4013: END IF;
4014:
4015: l_qty := inv_convert.inv_um_convert(
4016: item_id => p_item_id
4017: , PRECISION => NULL
4018: , from_quantity => l_qty
4019: , from_unit => p_uom

Line 5966: inv_convert.inv_um_convert(

5962:
5963: IF (l_uom <> l_orig_uom) THEN
5964: --mydebug('Converting uom');
5965: l_qty :=
5966: inv_convert.inv_um_convert(
5967: item_id => l_item_id
5968: , PRECISION => NULL
5969: , from_quantity => l_qty
5970: , from_unit => l_uom

Line 8934: ,inv_convert.inv_um_convert

8930: SET quantity_detailed = Nvl(quantity_detailed,0)
8931: -Decode(uom_code
8932: ,l_mmtt_uom_tab(i)
8933: ,l_mmtt_qty_tab(i)
8934: ,inv_convert.inv_um_convert
8935: (inventory_item_id
8936: ,NULL
8937: ,l_mmtt_qty_tab(i)
8938: ,l_mmtt_uom_tab(i)