Hi
Just got a very strange error on installing a package body (pk_read_taric) :

I deleted the line number 8, and tried to compile, got the same error on line 10. Deleted this one and got the error on the next line, ... Impossible to install this package.
I finally found the problem :

I used a variable called pk_read_taric.vt_taric(vn_count).preferences, and this one was not yet defined in the package header !
Seams that te program searched the first occurrence of word "preferences" in the code, instead of the line where the real error was.
Regards
Martin