Code:
select count(*) into v_count from test_abc_prices
where rownum = 1;
should be faster