Recent content by aidan

  1. A

    if statement only working when "add debug information" is used

    oh btw, the statement that doesn't work properly without debug information added is: if propagation_status != 'N' then The funny thing is that the if statement above this one works fine. Aidan
  2. A

    if statement only working when "add debug information" is used

    Hi there, I have a procedure that contains an if statement. It appears that it evaluates to true only when "add debug information" is selected for the procedure, otherwise it evaluates to false. Any idea why this might be? Here is the procedure: CREATE OR REPLACE PROCEDURE...
Back
Top