This error is obviously a user defined exception which is being raised when you run the PL/SQl.
You would have something like this in your code in that case...:
IF v_count = 0 THEN
raise_application_error(-20102, 'No Data Found');
END IF;
|
Results 1 to 4 of 4
Thread: No data foundThreaded View
|
Click Here to Expand Forum to Full Width |