DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on INV_CONVERT

Line 4269: --returned as 2 then we call to INV_CONVERT.inv_um_conversion is made

4265: end if;
4266:
4267: --Fixed for bug#9049184
4268: --primary uom is not derived in this part. When tranfer price code is
4269: --returned as 2 then we call to INV_CONVERT.inv_um_conversion is made
4270: --after this else part. But since the primary uom is not derived in this
4271: --part hence it is passed as null and this API fails with error
4272: --UOM conversion not defined.
4273: --below code is aded to select the primary UOM.

Line 4335: INV_CONVERT.inv_um_conversion(

4331: END IF;
4332:
4333: -- do uom conversion
4334: print_debug('Calling uom_conversion', 'get_transfer_price_for_item');
4335: INV_CONVERT.inv_um_conversion(
4336: from_unit => p_transaction_uom
4337: , to_unit => l_primary_uom
4338: , item_id => p_inventory_item_id
4339: , uom_rate => l_uom_rate