0% found this document useful (0 votes)
481 views7 pages

Create Event Alert in Oracle Apps

The document discusses how to create event alerts in Oracle applications. It provides steps to attach the Alert Manager responsibility, define an alert for when a new user is created, define an alert action to send an email notification, and define an action set.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
481 views7 pages

Create Event Alert in Oracle Apps

The document discusses how to create event alerts in Oracle applications. It provides steps to attach the Alert Manager responsibility, define an alert for when a new user is created, define an alert action to send an email notification, and define an action set.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Create event alert in

oracle apps

Event Alert

Oraask
http://www.oraask.com
What are Oracle Alerts?

Oracle Alert facilitates the flow of information within your organization by letting you create entities
called alerts to monitor your business information and to notify you of the information you want.

How you can leverage Oracle Alerts?

- Keep you informed of database exception conditions, as they occur.


- Take predefined actions when it finds exceptions in your database, without user intervention.
- Take the actions you specify, depending upon your response to an alert message.
- Perform routine database tasks automatically, according to the schedule you define.
- Keep you informed of exception conditions through Email.

Now we will create new event alert for a business case that will send email automatically to the
new user created in system to welcome and inform him about his details.

Let's get started!

First step is to attach "Alert Manager" responsibility to your user login. Then change Responsibility
to Alert Manager

Www.oraask.com Page 1
Define Alert

a) Go to Alert -> Define

Www.oraask.com Page 2
b) Alerts Form will open to you then

1- Select Application as Application Object Library


2- Name the Alert for Example : " XX_CREATE_USER_NOTIF"
- Select Event tab
3- From Event Details select :
- Application : "Application Object Library"
4- Select Table as : "FND_USER"
"This table is very important thing to understand. You have to select the table in which data is being
Inserted or Updated and for that data you want to send alert".
For Example: If you want to have, an alert in case a user created. Therefore, you have to select
Application as Application Object Library. And when an user has created, data is inserted
in FND_USER so you have to use FND_USER as event table in your alert definition.

5- Select "After Insert" if you want to send alert when a new record created. In the same way "After
Update"
Will help you to send alert when a record updated. Based on your requirement you can use both
together.
6- Write your query.
Important step is to write a select query, which helps you to select your required information when Alert
triggered. Example Query: This Query Select user name, email address

Note: You must have to write select statement on same table, which you have used in Alert Definition to
get :ROWID returns the row id of the data being inserted or updated in your table

Www.oraask.com Page 3
Define Alert Action:

1. Click on Actions Button.


2. Write an Action Name and proper description.
3. Click on Action Details

Www.oraask.com Page 4
Then Action Details form will open like below:

1. Select Action type as "Message"


You can define four type of Alert Actions. It depends on your requirements.

1) Concurrent Program (This helps to execute a concurrent Program)


2) Operating System Script (Run OS Script)
3) Message (Send an Email Notification)
4) SQL Statement Script (Execute a SQL Script) in this example we are using alert to send email
notification. Refer to above screenshot. Write Email address of the recipient User in TO field. Write
Subject of Email.
2. Enter To field as "&email_address" variable returned from your alert query to send this email to new
user email
3. Enter a subject for your message
4. In Text, you have to write your Message Using your variables, which you have, used in Query. My Alert
Text is as below.

"Hi &user_name,

Kindly be informed that new username created for you inside Oracle E-Business Suite.

Best Regards,

Oraask.com"

Www.oraask.com Page 5
Define Action Set:

1. Click on Action Sets


2. Write an Action Set Name and Description. Please make sure it is marked as enabled
**********************
1. Click on Action Set Details
2. Go to Members Tab
3. Select the action you defined. Please make sure action is marked as enabled. Then Save.

Hope this helpful.


Hassan AbdElrahman

Www.oraask.com Page 6

You might also like