DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on INV_CONVERT

Line 4208: inv_convert.inv_um_conversion(from_unit => l_uom_code, to_unit => l_primary_uom_code, item_id => l_inventory_item_id

4204: || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS')
4205: , 4);
4206: END IF;
4207:
4208: inv_convert.inv_um_conversion(from_unit => l_uom_code, to_unit => l_primary_uom_code, item_id => l_inventory_item_id
4209: , uom_rate => l_uom_conv_ratio);
4210:
4211: IF l_uom_conv_ratio = -99999 THEN -- uom conversion failure
4212: fnd_message.set_name('INV', 'INV_INT_UOMCONVCODE');

Line 4371: l_lot_prm_quantity := inv_convert.inv_um_convert(

4367: IF l_lot_control_code > 1 THEN
4368: IF l_lot_number IS NOT NULL THEN
4369: --Convert the lot quantity into Item's Primary UOM code
4370: IF l_uom_code <> l_primary_uom_code THEN
4371: l_lot_prm_quantity := inv_convert.inv_um_convert(
4372: item_id => l_inventory_item_id
4373: , precision => NULL
4374: , from_quantity => l_quantity
4375: , from_unit => l_uom_code