How to display all lines numbers for the occurrence of the same syntax error in PL/SQL code?
A list of line numbers for the compilation error for a specific code can be displayed by one the following steps:
Right click on the code in the Editor window and select Execute | Compile All or Execute Statement.