what is the starting oracle error number?
what is meant by forward declaration in functions?

Submitted by: Administrator
One must declare an identifier before referencing it. Once it is declared it can be referred even before defining it in the PL/SQL. This rule applies to function and procedures also.
Submitted by: Administrator

Read Online Oracle PL-SQL Job Interview Questions And Answers