How to send notification to user
Posted: 30 November 2007 06:26 AM   [ Ignore ]
Newbie
Rank
Total Posts:  25
Joined  2007-06-08

Hi all
I am using oracle app 11.5.10.2.
Is it possible to send notification to a particular user through email when a new customer is created in the system (automatically by giving some email_id)?

Thanks in advance.

Profile
 
 
Posted: 01 December 2007 02:07 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRank
Total Posts:  36
Joined  2004-06-02

You should be able to use Oracle Alert to do this, the user guide is available here http://download.oracle.com/docs/cd/B25284_01/current/acrobat/115alrug.pdf

 Signature 

Richard Byrom
Oracle Consultant, Speaker & Author
Mobile no: +44-7800 753532
Skype name: oracleappsblog
E-mail:
Web: http://www.oracleappsblog.com

Profile
 
 
Posted: 15 February 2008 11:13 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  12
Joined  2008-02-15

If you don’t want to use Alert, then you can create a WF/or package and can subscribe to standard Business Event which is invoked by standard oracle when creating a USER.
Business event name is oracle.apps.ar.hz.User.create. so create a WF which receives this event and send notification to users /(based on profile).will do this. Or can use a database package as subscription and can send via smtp utility.

Profile