PLS-00320
Hi all,
when I try to compile a package body I receive following error:
[Error] PLS-00320 (1466: 5): PLS-00320: the declaration of the type of this expression is incomplete or malformed
[Error] PLS-00320 (1475: 37): PLS-00320: the declaration of the type of this expression is incomplete or malformed
[Error] ORA-00904 (1475: 37): PL/SQL: ORA-00904: "LV_ID_LIMIT": invalid identifier
I have variable declared as you can see below.
lv_id_limit radis.sif_lim_radis.id_limit%type;
I have the same code on testing environment where it compiles just fine. Any help would be appreciated.
Regards,
Robert