DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on INV_CONVERT

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

4348: || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS')
4349: , 4);
4350: END IF;
4351:
4352: inv_convert.inv_um_conversion(from_unit => l_uom_code, to_unit => l_primary_uom_code, item_id => l_inventory_item_id
4353: , uom_rate => l_uom_conv_ratio);
4354:
4355: IF l_uom_conv_ratio = -99999 THEN -- uom conversion failure
4356: fnd_message.set_name('INV', 'INV_INT_UOMCONVCODE');

Line 4515: l_lot_prm_quantity := inv_convert.inv_um_convert(

4511: IF l_lot_control_code > 1 THEN
4512: IF l_lot_number IS NOT NULL THEN
4513: --Convert the lot quantity into Item's Primary UOM code
4514: IF l_uom_code <> l_primary_uom_code THEN
4515: l_lot_prm_quantity := inv_convert.inv_um_convert(
4516: item_id => l_inventory_item_id
4517: , precision => NULL
4518: , from_quantity => l_quantity
4519: , from_unit => l_uom_code