Wednesday, March 22, 2017

Message for check join date



begin
if :join_dt <=sysdate then
    message('Check Join Date!!');
else
    message('Join date must be less then or equal Current date!!');
    message('Join date must be less then or equal Current date!!');
    raise form_trigger_failure;
   
end if;
end;

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...