Printing Debug message
638062Aug 19 2010 — edited Aug 20 2010I am trying to debug using the message statements. So in case i need to see the value of a variable i add somethin like message('value is = '||v_value); and that prints out the value of the variable. But this does not happen in some forms. Is there somethin i need to set for message to print the values.