DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PUB dependencies on INV_CONVERT

Line 3969: * inv_convert.inv_um_convert *

3965: * *
3966: * if( primary uom is different from the uom of the parent lot ) then *
3967: * -- call inv_um.convert *
3968: * calculate the primary qty of the parent lot by calling *
3969: * inv_convert.inv_um_convert *
3970: * end if; *
3971: * *
3972: * for i in 1..l_result_count LOOP *
3973: * if( result lot uom <> primary uom of parent lot ) then *

Line 4189: inv_convert.inv_um_convert (item_id => l_inventory_item_id

4185: IF (l_start_primary_uom <> p_st_uom_tbl (1))
4186: THEN
4187: -- call inv_um.convert
4188: l_start_primary_qty :=
4189: inv_convert.inv_um_convert (item_id => l_inventory_item_id
4190: , PRECISION => 5
4191: , from_quantity => l_start_qty
4192: , from_unit => l_start_uom_code
4193: , to_unit => l_start_primary_uom

Line 4276: inv_convert.inv_um_convert

4272:
4273: IF (p_rs_uom_tbl (i) <> l_start_primary_uom) THEN
4274: -- convert to start uom
4275: l_result_qty :=
4276: inv_convert.inv_um_convert
4277: (item_id => l_inventory_item_id
4278: , PRECISION => 5
4279: , from_quantity => p_rs_quantity_tbl(i)
4280: , from_unit => p_rs_uom_tbl (i)

Line 4403: inv_convert.inv_um_convert(item_id => p_st_item_id_tbl(i)

4399: FOR i IN 1 .. l_start_count
4400: LOOP
4401: IF (l_start_primary_uom <> p_st_uom_tbl (i)) THEN
4402: l_start_primary_qty :=
4403: inv_convert.inv_um_convert(item_id => p_st_item_id_tbl(i)
4404: , PRECISION => 5
4405: , from_quantity => p_st_quantity_tbl(i)
4406: , from_unit => p_st_uom_tbl (i)
4407: , to_unit => l_start_primary_uom

Line 4514: inv_convert.inv_um_convert (item_id => l_inventory_item_id

4510:
4511: IF (p_rs_uom_tbl (1) <> l_start_primary_uom) THEN
4512: -- convert to start uom
4513: l_result_qty :=
4514: inv_convert.inv_um_convert (item_id => l_inventory_item_id
4515: , PRECISION => 5
4516: , from_quantity => p_rs_quantity_tbl(1)
4517: , from_unit => p_rs_uom_tbl (1)
4518: , to_unit => l_start_primary_uom