OCI-24451
        string, string,  maximum call depth exceeded
        
        
        Cause
        The program had too many levels of recursion.
        Action
        Restructure the program to eliminate some levels of recursion.
        
     
    
    
        OCI-24451
        string, Maximum call depth exceeded
        
        
        Cause
        Your program has too many levels of recursion.
        Action
        Restructure your program to eliminate some levels of recursion.
        
     
    
    
        OCI-24451
        string, Maximum call depth exceeded
        
        
        Cause
        Your program has too many levels of recursion.
        Action
        Restructure your program to eliminate some levels of recursion.