777: BEGIN
778:
779: select distinct uom_code
780: into l_dummy_2
781: from mtl_item_uoms_view
782: where ( organization_id = l_organization_id
783: or l_organization_id is NULL )
784: and uom_code = p_PRICING_ATTR_rec.product_uom_code
785: and inventory_item_id = to_number(p_PRICING_ATTR_rec.product_attr_value);