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;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2021-07-18
  • 2021-10-10
  • 2021-10-14
猜你喜欢
  • 2021-08-24
  • 2021-07-16
  • 2021-09-28
相关资源
相似解决方案