After compiling the package in PL/SQL Dev the returned hint is as follows:
Compilation errors for PACKAGE BODY TEST.PKG
Error: Hint: Value assigned to 'TS' never used in 'PROCESS_MODE'
Line: 212
Text: TS := 'COMPLETED';
The depth of the above assignment statement is 5, i.e. it resides with in 5 nested if statements. The variable is used throughout the procedure before and after line 212.
Any ideas as to why oracle would think it is not used?
cheers.
-Joe
Compilation errors for PACKAGE BODY TEST.PKG
Error: Hint: Value assigned to 'TS' never used in 'PROCESS_MODE'
Line: 212
Text: TS := 'COMPLETED';
The depth of the above assignment statement is 5, i.e. it resides with in 5 nested if statements. The variable is used throughout the procedure before and after line 212.
Any ideas as to why oracle would think it is not used?
cheers.
-Joe