select message_text, message_number, type, fnd_log_severity, category, severity
from fnd_new_messages m, fnd_application a
where m.application_id = a.application_id
begin
fnd_message.set_name('SECOM','SECOM_TOPR_ORG_NOT_EXISTS');
dbms_output.put_line( fnd_message.get );
end;