I found diference between code contents dipslaying in program window of PL/SQL Developer v.5 and v.7
I created new body (one file) containing this text:
create or replace view test_v as
select *
from abc_class
;
create or replace package body Test is
function Test_F return number is...