Oracle Alert Requirement

Hi ,
We have created a alert and defined two action items under the same. That's a periodic alert.
Action items defined are 1) Send mail 2) Call concurrent program.
In case of mail action item mails are getting sent, depending upon the number of record select statement fetch. But Concurrent programs is getting called only once. we want that the concurrent program should get submit number of times the records get fetched in the select statement. we are also passing the parameter in the concurrent request that is person id.
Can any body help us on the same.
Thanks & regards,
Ankur Dawra

As an HR update means inserting a new record and end dating the one changed, the alert would have to be created for the insert table of hr_assignments. Then create a stored procedure to receive the position and the start date of the new assignment record, select the previous assignment record position (end date = start date -1 ) and compare to the new and evaluate if it was changed.

Similar Messages

  • Oracle Alert: Access before and after update values of a table column

    We have a requirement where a notification needs to be sent when 'END_DATE' attribute (column in a table X) is set, in an Oracle Applications form.
    I have defined an Event based Oracle Alert which fires 'On Update' of the table X.
    Could anyone please let me know as how to access the value of 'END_DATE' before and after update (i.e :new.END_DATE and :old.END_DATE) in the sql query of the alert.
    The need to use the before update and after update values of the attribute 'END_DATE' is that if we add the condition END_DATE is not null, the alert is sent even if any other attrbutes are updated in the Oracle form which is not the intended behavior.
    Appreciate any help.
    Thanks

    Hi
    use selectionlistener for your first table then add clientlistener and serverlistener so that you will get the rows on click in back bean.
    then get second table vo and and create and add row for that view object. add partial target to refresh your second table from back bean.
    on click of save call commit operation.

  • Sending mails based on hierarchy  by using Oracle Alerts

    Hi All,
    From past five days i am facing problem in Oarcle Alerts that my requirement is i need to send mails based on hierarchy people by uisng oracle alert.
    In this need to send the mail only the different Hierarchy head person only and i need to do this by using alert only
    Can any one please suggest me for this.
    Any help is greatly appreciated.
    Thanks
    Anushka

    Hi,
    i have sql statement Now my problem is how to run 'Sql Statement Script' from Alerts, can you please suggest me on this .I believe this is explained in "Oracle Alert" manual.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Thanks,
    Hussein

  • Sending Email by Oracle Alert when no rows returned

    Hello All,
    I am having one problem.
    In the Oracle Alert i wrote one query which is returing 0 rows.
    But sometimes it will returns some rows.
    And my requirement is that when this query doesn't return any rows , i want to send one email to user that there is no data
    and if the data is present then i have to send the data.
    But currently there is no data so i made one Oracle Alert and when i am running that Alert then it is showing me a one message and mail doesn't sent
    Oracle Alert did not perform the summary action "My Test Alert" because no exceptions were returned for this action set.
    Please Suggest
    Thanks & Regards

    Write a second alert that fires near about the same time.
    select 'send email'
    from dual
    where 0 = (select count(1) from your_table)
    This alert will send a "no rows found" email.
    Hope this helps,
    Sandeep Gandhi

  • Sending Attachments in oracle alerts

    Hi All,
    I have a requirement where i need to send the output in attachment through mail using Oracle alerts.
    Please help.
    Thanks in advance,
    Gurpreet
    Edited by: 880391 on Feb 10, 2012 3:46 AM

    The only way you are going to be able to do this is by migrating Alerts to BI Publisher. I've done this recently and I'm starting to document the process here http://oracleapps.smythe.net.au/?q=node/36

  • Oracle Alert

    Hey ppl,
    I do have a requirement in Oracle Alerts to get the email alert whenever an employee is created.. Now everything is working fine... But this alert works only for one particular BG... Even if i choose the Operaing Unit in Installation Tab, its not working for other than one particular BG... I debugged the Trigger and I found the Default Org id is returning Null Value for all the Operating Units except one Particular Operating Unit.
    Any help with this? How to make the value for default Org Id for all Operating Units?
    Thanks in advance.

    You should have an action set associated to your alert and the action that you have defined need to be attached to that action.

  • Oracle Alert Issue

    Hi ,
    I'm have a requirement to create an Oracle Alert which will send an email notification that has mutiple lines. I have a sql query which returns mutiple rows. currently it is sending separate email for each row. Is there a way to send mutiple lines in one email. Please let me know.
    Thanks in advance.

    Yes. You can setup what is called a Summary action. Summary action lets you define a message template that has a header section and a detail section (where you can print your details)
    There is a seeded alert called "Indexes too large or fragmented" that has a summary action template that looks like this.
    List of indexes exceeding &MAXBLOCKS blocks or &MAXEXTENTS extents:
    Blocks Extents Percentage Increase
    =**= Enter summary template below this line =**=
    **Owner: &OWNER &BLOCKS &EXTENTS &EXTPCT
    Index: &INDEX_NAME
    =**= Enter summary template above this line =**=
    Make sure that you put the "=**=" line exactly as it is.
    Hope this helps,
    Sandeep Gandhi

  • Send an email as attachement through oracle Alerts

    Hello Experts,
    I am oracle technical consultant , from last week i m searching for the oracle alerts i got some topics but that didnt help me. So i raise this thread to OTN.
    What my requirement is i want to automate the proccess of running an PO report and send across to corresponding vendor to email id as an attachment.
    as per my knowledge i have to do the following things,
    1. Creation of procedure, for identification of Purchase order on perticular day and also if the status of the concurrent program is competed then we have to send the report as an attachment.
    2. Register the procedure as a concurrent program and schedule everyday..that i can do from oracle alerts
    I dont know what code should i write in the procedure.
    My oracle application version in 11.5.10 and database version is 10g.
    Thanks,
    Atul
    Edited by: Atul on Jul 6, 2011 2:44 PM

    Hi Atul;
    Please check below:
    concurrent ouput to email
    concurrent ouput to email
    Hope it helps
    Regard
    Helios

  • Updating 'Frequency' Calender in Oracle Alert

    All,
    We have some requirement to generate Oracle Alert based on Bank working dates. So i would like to view/update the 'Frequency' Calender which we select in Alert creation.
    Please help me..
    Regards
    Pathi

    Hi Hitesh;
    While defining Calendar in GL Period name typed incorrectly, now system does not allow to change it back, We have already raised an SR and it says that you need to create new Calender and Ledger but we are using Oracle GL only for OIC (Oracle incentive and Compensation) there are no other module implemented.YOu have already SR so its better to keep working wiht support
    Regard
    Helios

  • How to configure Oracle Alerts For Sending EMail?

    Hi All,
    I am using Oracle Apps 12.1.1.
    I am configuring Oracle Alerts to sent a email.
    for that i have set
    Unix send mail :/usr/lib/sendmail
    Mail Database/Server Name:172.16.0.6
    Mail Priority:Normal
    In Accounts:
    User Name:My User Name
    Password:******
    Anything need to configure because after submitting a request It is showing that request is successfully completed but not receiving mail.
    Please Help.
    Thank In Advance.
    Regards,
    SHD

    Hi;
    please check below links:
    Alert-EBS
    General EBS Discussion
    Oracle Periodic Alert..
    Oracle Periodic Alert..
    Also see:
    Oracle Alert Documentation Resources, Release 12 [ID 396315.1]
    How to determine what email system is being utilized for Oracle Alert processing [ID 428193.1]
    Configuring the Oracle Workflow 2.6 Java-based Notification Mailer with Oracle Applications 11i [ID 231286.1]
    How to setup Email Notification from Microsoft Exchange with Oracle Alerts [ID  163249.1]
    Regard
    Helios

  • How to configure Workflow Notification Mailer for oracle alert in R12

    Hi all....,
    How to configure Workflow Notfication mailer for oracle Alert in R12. Please provide the complete steps.. Its urgent.. Plz help me..
    Regards ,
    Madhan

    Duplicate thread (please post only once)
    plz help me...!!!! Workflow Notification Mailer
    plz help me...!!!! Workflow Notification Mailer

  • How to configure oracle alerts to use Workflow mailer?

    Hello Guys:
    We were trying to setup oracle alerts using workflow mailer. I have created a dedicated mailer for handling oracle alerts related mail.
    Here is what I need to clarify:
    1. Having setup a new mailer for Oracle alert do I have to still configure the Options in Oracle Alerts. This is where you choose which type of mail u want to use ( like Unix mail,Windows NT mail )
    2.How do I tell oracle alert to use the new mailer that I created exclusively for this? While creating the mailer at some point I remember putting ALR in configuration form.
    I am on 11.5.10 CU2. I am on 11i.ATG_PF.H
    Regards,
    Bala

    Hi Hussain:
    Based on the note I realised that my oracle alerts will user unix sendmail. But then If u go to " Oracle Alert Options "
    -- > Mail systems -- I check Unix send mail
    -- > Mail server options ( Do I have to fill this section? )
    My guess is that the send mail will post the email to a IMAP account ( I created oraclealert account ) and IMAP account will push the alert email to Recipient
    Mail Database/Server Name --- imap.mydomain.com
    Mail Priority --- Normal
    Accounts
    Application Installation username Password
    Blank ** Blank ** oraclealert pwd
    Blank ** Blank ** oraclealert pwd
    ** - It wont allow me to choose an application.
    Is there a simple test to make sure that my oracle alert is working or not? I appreciate your help.
    Regards,
    Bala

  • Run a PL/SQL statement in an Oracle Alert action?

    Hello
    did anyone know is it possible to run a PL/SQL statement in an Oracle Alert action?
    I can run an SQL like “UPDATE Table SET alert_run = 'ok' where id = 10;” but if I run instead of this the following
    “Select XXKN_TEST.UPDATE_XXX_TEST('&USER_NAME') From dual;”
    I get the following error log:
    Alert: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    ALECDC module: Check Periodic Alert
    PL/SQL procedure successfully completed.
    XXKN_TEST.UPDATE_XXX_TEST('GROSS2')
    ERROR at line 2:
    ORA-00904: "XXKN_TEST"."UPDATE_XXX_TEST": invalid identifier
    APP-ALR-04020: Oracle Alert was unable to execute "&VALUE". Check that this file exists and that its read protection is set correctly.
    Many thanks for your help,
    Alois

    Hello Suresh,
    I tried your suggestion but it doesn't work.
    The PL/SQL procedure was successfully completed but no data was modified.
    Are you sure that running a PL/SQL is possible in an alert action?
    Kind Regards,
    Alois

  • Oracle Database Required for Install???

    I am doing just some general testing of the 9iAS and Portal server products. I would like to try and build a few test portlets with Java and URL based.
    Is a database install of Oracle 9i required to properly work with Portal?
    Can I install Oracle 9i on the same machine as 9iAS and Portal?

    The installation of 9iAS (portal and wireless option) requires that you first perform a 9iAS Infrastructure install. This will create an instance which will hold the portal repository, etc. See the installation guide for more details.

  • Multi Org Access Problem in Oracle Alerts

    Hi All,
    I created one Alert for sending an email through Oracle Alert, after sending the mail I need to update one column in the table to indicate that alert has been sent for this particular row.
    Alert is sending mail correctly but it goes to update statement it throws following error:
    PL/SQL procedure successfully completed.
    BEGIN MO_GLOBAL.SET_ORG_ACCESS(0, null,'M'); END;
    ERROR at line 1:
    ORA-20001: APP-FND-02901: You do not have access privilege to any operating
    unit. Please check if your profile option MO: Security Profile includes any
    operating unit or the profile option MO: Operating Unit is set.
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.MO_GLOBAL", line 638
    ORA-06512: at line 1
    APP-ALR-04020: Oracle Alert was unable to execute "&VALUE". Check that this file exists and that its read protection is set correctly.
    both the profiles MO: Security Profile, MO: Operating Unit are alredy set but still I'm getting error.
    My alert's update is simple update stement on custom table, Please guide.
    Thanks in advance.
    Regards,
    Reetesh Sharma

    Hi Reetesh ;
    What is your OS and EBS level?
    please check below Notes:
    APP-FND-02901 error when trying to open OM Forms [ID 887512.1]
    Convert to Multi-Org: Oracle error 20001:ORA-20001:Error occured during product initialization for MO [ID 413031.1]
    XLAACCPB - Create Accounting Program fails with Oracle error -20001: ORA-20001: APP-FND-02901: You do not have access privilege to any operating unit [ID 753824.1]
    When Running Concurrent Programs Get Oracle error -20001: ORA-20001: APP-FND-02901, Why? [ID 1061434.1]
    Accessing Responsibilities after Applying Patchset Gives Ora-20001 on MO:Security Profile [ID 199842.1]
    Hope it helps
    Regard
    Helios

Maybe you are looking for

  • Data in the Cube not getting aggregated

    Hi Friends We have Cube 1 and Cube 2. The data flow is represented below: R/3 DataSource>Cube1>Cube2 In Cube1 data is Stored according to the Calender Day. Cube2 has Calweek. In Transformations of Cube 1 and Cube 2 Calday of Cube 1 is mapped to Calwe

  • Duplicate / multiple events in iCal on iPhone

    Just lately I get duplicate and even multiple (up to seven or eight) repeats of various events when I sync my iPhone with my MacBook Pro. I do not use the iCloud feature on the iPhone, and don't have it on the Mac -- in System Prefs and on the very t

  • Macbook and smartphone won"t talk

    my macbook pro won't recognize samsung galaxy 3 (please excuse brand naming anther's product but thought it was relevant to the question,). even with usb connectd the macbook doesn't show the phone.. what can i do to fix this? Thanks in advance for a

  • My Internet protection mode box not on bottom of my browser like it use to be.

    Stop using internet explore and downloaded firefox, When i last up dated and started to use themes my internet protection mode box that read your protected is not on my bottom right hand corner anymore why.

  • Column sizes in views

    Hopefully someone can help. When I look at a concatenated view, the column sizes of the view are much larger than when I run a describe of the view. Does anyone know why ? in sqlplus or sql editior in sql developer desc t1 SOURCE_ID NOT NULL VARCHAR2