DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on INV_CONVERT

Line 1985: inv_convert.inv_um_conversion (

1981: raise fnd_api.g_exc_error;
1982: END IF;
1983:
1984: /* Convert the shipped qty to UOM in OM */
1985: inv_convert.inv_um_conversion (
1986: from_unit => mmt_rec.transaction_uom,
1987: to_unit => mmt_rec.order_quantity_uom,
1988: item_id => mmt_rec.inventory_item_id,
1989: uom_rate => l_uom_rate );

Line 1994: debug('inv_convert.inv_um_conversion failed ');

1990:
1991: debug('UOM Conv Factor :'||l_uom_rate);
1992:
1993: IF l_uom_rate = -99999 THEN
1994: debug('inv_convert.inv_um_conversion failed ');
1995: raise fnd_api.g_exc_error;
1996: END IF;
1997:
1998: l_shipped_qty := (l_uom_rate * mmt_rec.shipped_quantity);