Oracle Error Message
ORA-24451: string, Maximum call depth exceeded
Reason for the Error
Your program has too many levels of recursion.
Solution
Restructure your program to eliminate some levels of recursion.
ORA-24451: string, Maximum call depth exceeded
Your program has too many levels of recursion.
Restructure your program to eliminate some levels of recursion.