LAUNCHING PERIODIC ALERT ( spawned proc ALECDC )

Hello,
I'm trying to launch a periodic alert On Demand using the ALECDC program and it works :
DECLARE
l NUMBER;
BEGIN
l :=fnd_request.submit_request ('ALR','ALECDC','romeos test',NULL,FALSE,'20003','100674','A',chr(0));
END;
But how to launch an alert which has a bind iput variable in it.
In fact my aim is to launch a alert on Demand ( not an event ) for the current organization_id.
I've read the ORACLE doc and it seems that the special variable :ORG_ID is only used for event alerts.
Could someone help me please ?
Thanks a lot.
Romeo

I AM UNABLE TO FIND ANY RELAVENT DOCUMENT IN METALINK.
DUE TO TIME CONSTRAINTS, AM NOW REVERTING BACK TO RELEASE 2.
i WILL BE MAKING USE OF FORMS N REPORTS SERVICES.
IF ANYONE HAS A LINK FOR iNSTALLATION OF
"Oracle 10g Application Server Release 2(10.1.2.0.2) on AIX 5.3L"
PLEASE SEND THE SAME.

Similar Messages

  • Indexes too large or fragmented (Check Periodic Alert)

    hi guru,
    i tried run this using Alert Manager request,and got this error,please help ..
    tq
    Alert: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    ALECDC module: Check Periodic Alert
    Current system time is 22-APR-2010 13:13:46
    *** glibc detected *** free(): invalid pointer: 0xbfff399c ***
    /oraprod/prodappl/alr/11.5.0/bin/ALECDC
    Program was terminated by signal 6
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 22-APR-2010 13:14:38
    ---------------------------------------------------------------------------

    Hi,
    Please see (Note: 435226.1 - ALECDC: Program Was Terminated By Signal 6 Or Signal 11).
    Regards,
    Hussein

  • Oracle Periodic Alert -Not sending Email Notifications

    Hi,
    I configured a periodic alert in my test and development instances. I had a SQL Query in Select Statement. When I verified the SQL Statement Oracle Alert successfully parses the SQL Statement . When I run it rows are getting selected. I defned Actions, Action Set, Action Set Details, Action Details. In the Actions Tab---> Action Details I listed out the persons to whom Mail needs to be send.
    I checked the below ones...
    Notification Mailer is Up
    Periodic Alert Scheduler is Activated
    But the notified persons are not recieving mails.
    I has one more question
    Is that if the Select Statement after parsing doesnt return any rows... Alert will not be triggered. if it returns 0 rows.
    What else needs to be checked.. Let me know if you can sort it out...

    Please post the details of the application release, database version and OS.
    What is your ATG patchset level? If you are on ATG RUP4 or above, then please confirm that Oracle Workflow is configured and working properly with no issues -- Check the Workflow log file for any errors.
    Is the issue with all alerts or specific ones only? Can you reproduce the issue with all end-users for the same alert or with specific users only?
    Please see if these docs help.
    How To Send An Email In A Simple Periodic Or Event Alert? [ID 1162153.1]
    Using Oracle Alert with Workflow Mailer [ID 395128.1]
    Oracle Alert Does Not Sent Any Emails After Applying Patch 4676589 11i.ATG_PF.H Rollup 4 [ID 402361.1]
    Should Emails Sent Via Oracle Alerts Have A Workflow Notification In The Worklist? [ID 435281.1]
    Changes Introduced in Alerts Post RUP4 and its Impact [ID 422782.1]
    Thanks,
    Hussein

  • Periodic Alert-How to send all the records returned from the SQL in a mail?

    Hello all,
    I have defined a Periodic Alert, my SQL query returns more than one record whenever I run it. I also defined an action to send an email with the message consisting of the output variables from the SQL. Whenever i run this alert, a mail is being sent for every single record returned from the query. But i want to send a single mail containing all the records information that my SQL query returns.
    For Example: My SQL query lists all the users created on current date.
    Select User_Id, User_Name into &OUTPUT1, &OUTPUT2
    from fnd_users where trunc(creation_date) = trunc(sysdate)
    Now i want to send a mail with all the users information from the above query, to SYSADMIN. How can this be achieved?
    Thanks & Regards
    chakoo

    Hi Chakoo,
    If the Periodic Alert is not working as requried. You can write a simple package with 3 procedures to implement the writing output to a out file and simultaneuosly send email to multiple receiptents.
    Example:
    Create Package xx_pac
    Create public Procedure P1
    begin
    Select User_Id, User_Name into &OUTPUT1, &OUTPUT2
    from fnd_users where trunc(creation_date) = trunc(sysdate)
    fnd_file.put_line (fnd_file.output, &OUTPUT1, &OUTPUT2);
    end;
    (Create private Procedure P2
    begin
    ---Write the email package using the UTL_SMTP approch. Using this approch you can send the procedure P1 output file as an attachment to the desiginated receiptents.
    end;
    (Create public Procedure P3
    begin
    ---call the procedure P1 using the "g_request_id = fnd_request.submit_request"
    ---Wait for the above procedure to complete using "l_conc_status := fnd_concurrent.wait_for_request" procedure.
    ---call the procedure P2. (When called you must provide the correct to, from address)
    end;
    end;
    Register the Package xx_pac as a concurrent program and schedule when submit it from the request.
    Regards
    Arun Rathod

  • Oracle Periodic Alert..

    Hello every one..
    I am having 1 problem.. if have created a one periodic alert.. its working perfectly.. when i am checking it through request ---check emails are coming .. but when i am scheduling it through periodic alert (complete procedure..)...
    Periodic alert schedule's start and completed on assigned time.. but periodic alert scheduler not firing the alerts.. kindly help me on this... or kindly share some step to step guide,,

    Hi,
    What is the application release?
    Please see if these docs help.
    Periodic Alert does not Run at Scheduled Time, Runs when Periodic Alert Scheduler Runs [ID 1016672.102]
    Periodic Alert Will Not Run at Scheduled Times [ID 152885.1]
    Periodic Alert Does Not Get A Result Over A Db-Link When Running It Scheduled [ID 1078233.1]
    Periodic Alert Scheduler Automatically Deactivated [ID 370492.1]
    Periodic Alert Scheduled for On Day of the Month, Runs on Day Enabled [ID 427965.1]
    Thanks,
    Hussein

  • Periodic Alert scheduler runs during system downtime

    Hi,
    I have implemented a Periodic Alert and have activated the Periodic Alert Scheduler.
    The issue is that the 'Periodic Alert Scheduler' will run at 12AM everyday and our Prod systems are down during this time for backup. Can this be scheduled to run at a different time or will it resume once the systems are up?
    Thanks,
    R

    The alert will execute the scheduled run when the system is back up.

  • Alert manager -- Request Periodic alert check.

    There is an existing Alert and run periodic check for it. I modified the alert and re-run Periodic check, then I got double alert at that time. Any issue to the action? do I need to remove the periodic check which done by myself, if need, how to remove?
    Thanks,
    John

    The "Check Periodic Alert" program will look at all the alert schedules and schedule the individual programs to run.  If you have this running twice, you will get duplicated alerts. In our production environment, we have this program running only once just prior to midnight.  We did have an incident where someone kicked it off a second time and we had that user go into his concurrent jobs and stop the schedule on that one.  And then we killed one each of the duplicated alert jobs.

  • Periodic Alert scheduler not picking up 3 Check period Alerts out of 46

    Hi All,
    Please help me on this. It is rellay urgent.
    In production we have 46 period alerts on one username. Due to recent changes in organization that user transferred to other organization. Now I need to cancel all these jobs on his name and need to assign on my user account since I am the owner of the applicaitons now.
    I went to Periodic alert scheduler and deactivated the scheduler and activated again with today date. So now new request id came on periodic scheduler and all 43 jobs are showing scheduled on my user account . Even periodic scheduler also shwoing 'scheduled' on my user account . But some how only 3 alerts not picked up by scheduler.
    Only difference I found for those 3 Alerts are they have start time and end time. Can anybody let me know how to schedule these 3 alerts again. Why did n't scheduler picked up these 3 alets.
    Alert details:
    Frequency-evey n calender days,Days-1,start time :05:00:00, end time : 22:00:00,Check interval : 01:00:00
    I need the resoluciton asap . Appreciate your help and many thanks to looking into this issue.
    Thanks,
    SJP

    Hi,
    Please review these documents and see if it helps.
    Note: 2059482.7 - Set Information and make Sure Periodic Alert Scheduler is Running
    Note: 1016672.102 - Periodic Alert does not Run at Scheduled Time, Runs when Periodic Alert Scheduler Runs
    Note: 427965.1 - Periodic Alert Scheduled for On Day of the Month, Runs on Day Enabled
    Regards,
    Hussein

  • Periodic alert for DFF field update

    Hi Everyone,
    We need to builde the periodic alert for below requirement.
    We have DFF field for status (Submitted/ Not Submitted) which is maintained in Attribute13 in per_all_people_f.
    First alert will fire on update of this DFF to Not Submitted which is straight & simple.
    We need to have weekly alert from the time this field is changed till the time it changed to submitted.
    once it is changed to submitted no aler will fire.
    I was thinking of having custom table with status & update date but this will require to build 3 alerts.
    Can anyone suggest some better way of doing it?
    Thanks
    Deepali

    Hi,
    One option is to use standard AuditTrail functionality on that field, then you'll have the entire chronological history for the field to work the periodic alert logic from.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Periodic Alert

    Hi,
    we are using a Periodic Alert to notify Controller of any Journal Postings in Assigned Department.
    The Query is working fine in when I run it in Database.
    The Problem is The Status is not changing from RUNNING......This is happening from 5 days....I am no getting any clue about this....
    We Frequency of this Alert is Every N Business Days
    where n = 1 ...so from the past 5 days the status of all the requests is RUNNING...
    The Same Alert is working fine in other Instances...
    Any Help Appreciated ......
    Thx & Regards,
    Jdev...
    Message was edited by:
    JDev

    Try copying the alert with new name and check it.
    Make sure other alerts are running on the same instance properly.
    Thanks
    Prudhvi
    www.erpschools.com

  • Backup period Alerts

    I receive tons of alerts “threshold for the Logical Disk\Avg. Disk sec/Transfer performance counter has been exceeded” daily ...
    I know the backups are running during that time slot…. How can I config SCOM to ignore/override the values to a higher number during this time slot and not flood us with alert emails? 
    Any cons on doing so….  Merci

    Hi,
    In Authoring, Monitors - find/look for 'Average Logical Disk Seconds Per Transfer' - rightclick, overrides, override the monitor..........
    Before you override please refer to:
    The threshold for the Logical Disk\Avg. Disk sec/Transfer performance counter has been exceeded
    http://blogs.technet.com/b/jonathanalmquist/archive/2011/04/26/the-threshold-for-the-logical-disk-avg-disk-sec-transfer-performance-counter-has-been-exceeded.aspx
    ReSearch This! KB: Disk transfer (reads and writes) latency is too high
    http://www.systemcentercentral.com/research-this-kb-disk-transfer-reads-and-writes-latency-is-too-high/
    Average Logical Disk Seconds Per Transfer Monitor
    http://mpwiki.viacode.com/default.aspx?g=posts&t=109226
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Period Alert Text message

    Hi All,
    we are using one custum to alert to send mail with some text message.
    now my user wants to add some more text but i was unable to add text.
    what is limitation text message in alert. please advice me
    Thanks
    Anu

    I believe the limit is 2000 characters - see the Alert User Guide at http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120alrug.pdf
    HTH
    Srini

  • Periodic alert need to send requisition details

    Hi All,
    Can you please let me know how to design a alert action with header information and line information(multiple)
    Ex. alet output should be like
    req num : 124
    des : xxx
    line num des
    1 adafdasf
    2 ljl;kjl;j;lk
    3 ;ljlk;j
    I mean to say, one header will be multiple lines. This to be detail, because one mail for one req having multiple lines.

    Hi Sandeep,
    I know the condition. I am asking how to build the alert in the above(message) mentioned format.
    Because event alert is for each exception.
    For example see the alert message below, if we have two lines for one requisition the alert is firing two times for each line with same requisition number.
    I want two lines and one requisition header in single alert notification.
    Requisition Number     :     14636
         Description          :     ALet test
         Line Num     Description                    Quantity     Unit Price     Trx unit Price
    =**= Enter summary template below this line =**=
    **     2          Test                         10          10          10
    =**= Enter summary template above this line =**=
    ___________________________________________________________________

  • Check Periodic Alert as a Stage in Request Set

    Deleted...
    Edited by: user1175547 on Aug 22, 2010 3:07 PM

    1) Add a new request stage to the request set.
    2) Add a custom conc. program to the request stage. The custom program finds the request set id of the current request by selecing parent request id from fnd_concurrent_request. Then you get the start time of that parent request.
    3) You can probably get the end time the same way. If not, the start time of the custom request can be treated as the end time of the earlier request stage.
    Hope this helps,
    Sandeep Gandhi

  • Why is there an update alert every time I launch Firefox?

    Every time I launch Firefox, I get the Update Available alert, and it's usually for the same version number. Installing doesn't help. Next time I launch, the alert pops up again. Currently running 35.0.1 on Mac OS X Yosemite 10.10.3.

    If there are problems with updating or with the permissions then best is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox application and save the disk image file to the desktop
    *Firefox 37.0.1: https://www.mozilla.org/en-US/firefox/all/
    *Trash the current Firefox application (open the Applications folder in the Finder and drag the Firefox application to the Trash) to do a clean (re)install
    *Install the new version that you have downloaded
    *https://support.mozilla.org/kb/Installing+Firefox+on+Mac
    Your personal data is stored elsewhere in the Firefox profile folder, so you won't lose your bookmarks and other personal data when you uninstall and (re)install or update Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

Maybe you are looking for

  • Missing a calendar in iCal after syncing with MobileMe....

    i am having some problems with iCal ...i am missing one my Calendars in iCal and wasn't sure how to get it back. I downloaded the calendars file and calendar.plist from my Time Machine backup...the missing calendar showed up at first, but it seemed t

  • Copy Application - ORA-20001: GET_BLOCK Error. ORA-20001:

    Hi I am unable to make a copy of one of my apex applications, I get the error ORA-20001: GET_BLOCK Error. ORA-20001: Does anyone know how i can resolve this? Thanks in advance

  • Saving TIFF with LZW compression results in larger file size.

    I know this never used to be the case with previous versions of Photoshop, but since I upgraded to CS5.1, when I save files with LZW compression checked, the resultant file size is higher than if I uncheck the box. For example one file with LZW compr

  • Adobe Updater 6 doesn't work

    I have run Adobe Updater 6, which tells me that I have 5 updates. I run the updates without a hitch, but the next time I run the updater again, it says I still need to download the same 5 updates. I have restarted, fixed permissions, logged in as a c

  • At what point should the storage pool be connected to a replacement DPM server?

    I have backed up the DPMDB and  SQL DB from our "old" DPM server, removed it from the domain, and installed the same version, DPM 2007, SP1, on a new server with the same FQDN.  At what point do I connect the storage pool to the new server?  Before r