Different values for SYSTEM.MESSAGE_LEVEL

What are the different values for :SYSTEM.MESSAGE_LEVEL and its impact?

Questions by kalyankmohanta

Showing Answers 1 - 3 of 3 Answers

There are 25 Levels of Message in an Oracle Forms.
How much cretical error or message is
0 -- all errors or message
1
2
.
.
.
25 -- don't shows any

If we don't wannat show any error  or message to the user then we  assign 25 to message level as
:SYSTEM.MESSAGE_LEVEL := 25;

Now, system will not show any message error to the user.

If i wanna show all the errors then assign it 0.
:SYSTEM.MESSAGE_LEVEL := 0;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions