Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: problems in oracle report
Hi Atul kumar
BEGIN
SELECT count(*)
INTO lv_count
FROM hr_people
WHERE country_code =:p_country_code
;
IF lv_count = 0 THEN
srw.message(20, 'No reocrd found'); raise srw.program_abort;
srw.message(30, 'Error in reports.'); raise srw.program_abort;
you have to run R30RUN32.EXE Mode
Hope this will help you.
Nitheesh .
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Pullikol Kumar
INET: pullikol.kumar_at_mannai.com.qa
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Apr 03 2002 - 05:38:20 CST
![]() |
![]() |