Oracle 8.1.7.0.0
Forms 4.5.10.20.0

I did the following code in a package.
if blabla then
raise_application_error(-20600,'this is my message error');
end if;

And my procedure is called in my when-validate-record trigger of my form.
And it doest show the mesage that i wrote in my package, why?

In the on-error trigger, i displayed all of these variable, but my error message is not there.
error_type: FRM
error_code: 40735
error_text: WHEN-VALIDATED-RECORD trigger raised unhandle exception
ORA-207600.
dbms_error_text:
dbms_error_CODE: 0
SQLCODE: 0
SQLERRM: ORA-0000:normal, successful completion


How can i display my error message that i wrote in my package
show in my forms. like 'this is my message error'.


[Edited by steeve123 on 08-17-2001 at 03:39 PM]