RATE THIS ANSWER
0
Click to Vote:
0
0
To calculate the difference you just need to perform a subtraction, for example:
sysdate - some_date_column
The result will be given in days, so you have to convert it as needed.
To send the e-mail, you could use the UTL_SMTP database package, or write some forms code to use outlook to send it.
Oracle utl_smtp utility to sending e-mail Forms - Emailing via Outlook
Last Answered:
May 18 2009 8:20 PM GMT by Carlosdl 
29820 pts.