Someone can tell me how I identify the line of code in which an exception occurs in oracle, what I want to do is when an exception comes up, grab the description and the line and save it in a table of errors, so I can identify in which part of the package does not have exceptions controlled.
Greetings.