Oracle Reports (MOSC)

MOSC Banner

urgent

edited Mar 21, 2011 12:14AM in Oracle Reports (MOSC) 1 commentAnswered
 hi all,
VALIDATION TRIGGER IN ORACLE REPORTS

function P_EMPIDValidTrigger return boolean is
begin
if :p_empid < 100 then
   
    return(FALSE);
    ELSE
  return (TRUE);
  END IF;
end;

i want to dispaly error message (instead of   return(FALSE))so pls help me!

rgds,
sandy

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center