PLS-00462: nested subprogram 'string' has to be REPEATABLE
Cause: The nested subprogram of a REPEATABLE subprogram is not declared as REPEATABLE. If a subprogram is REPEATABLE, all of its nested subprograms has to be declared as REPEATABLE.
Action: Declared the nested subprogram as REPEATABLE.