Oracle Error Message
PLW-05015: implementation restriction – too many debug records
Reason for the Error
The program is so large that it overflowed a compiler limit on the size of the debug symbol table. The module was compiled with partial debugging information.
Solution
Compile the module with PLSQL_DEBUG=FALSE, or split it into multiple modules