Hello Experts,
I am trying to handle value error predefined exception, but its not working fine.
Below is my code : Here no_data found is working fine, when program not getting value then it is inserting the vlaue in abhi_test table, but when program sees the numeric or value error then it shows the error in application and not inserting the value in abhi_test.

Below is the ERRor:

My concern is why it is not able to handle value_error.
Regards
PC