MartinSchm
Member²
Hi,
don't know if it is a Oracle or PL/SQL Developer error. If I compile a package I get these compiler hints. But some of them are completely wrong.
They all are from this kind.
- Hint: Parameter 'p_zeitraum' is declared but
never used in 'AbgrenzungAufloesen'
or
- Hint: Value assigned to 'l_prozent' never used
in 'rechneStaffelsatz'
Looking into this method the varibles are used.
If I delete the declaration of the variables I get compiler error "identifier xyz must be declared".
It's not a big problem but maybe you could have a look.
bye
Martin
don't know if it is a Oracle or PL/SQL Developer error. If I compile a package I get these compiler hints. But some of them are completely wrong.
They all are from this kind.
- Hint: Parameter 'p_zeitraum' is declared but
never used in 'AbgrenzungAufloesen'
or
- Hint: Value assigned to 'l_prozent' never used
in 'rechneStaffelsatz'
Looking into this method the varibles are used.
If I delete the declaration of the variables I get compiler error "identifier xyz must be declared".
It's not a big problem but maybe you could have a look.
bye
Martin