A recursive subprogram is one that calls itself - PL/SQL Subprograms
Q. A recursive subprogram is one that calls itself.- Published on 01 Jul 15a. True
b. False
ANSWER: True
Every recursive call creates a new instance of the items declared in the subprogram including parameters, variables, cursors and exceptions.