Notification - How to send to a user

Can we send Notifications to an user in OAF; the tool used is Oracle 9i JDeveloper. We are not using any workflow, but on submitting a page for approval , we need the approver to be notified.
Please give me some insight on how to do this
Thanks,
PRaji

Hi Smita
You can write a repository service that which would listen to the resource creation event and as soon as the event is triggered; get user details and the resource details which was uploaded by the user.
Once you have these details, you can trigger an email and embed the user and resource details in the email body.
(You can also trigger the email from your respository service itself.)
Hope this helps..
Thanks
Deepak

Similar Messages

  • How to send  mail to  User when Deadline time is over

    Hello Everybody ,
    My Query is that  When Deadline is over   the mail should goes to  Higher Authority  Person in his  Outlook    is that   " Dead line given to user is Already Finished   "
    How to Solve this  problem  .?
    ASAP
    Regrads,
    Sandeep Jadhav

    Hi   surjith kumar   ,
    Tbanks for your support   .  I have done the setting as par the given Link   but the thing is that After the Deadline time  is over mail goes into the SAP INBOX-->  Deadline message  .  Uptill it is  ok 
    Bur  my Requriment is that   Deadline Message Should be goes to Outlook mail  address ....
    so that Superior  user can easily come to know , he should nt need to go in SWBP  for chking  the deadline message .  I hope now the Requriment is Clear ...
    I am trying for this one but still didn't find any  solution   .
    ASAP
    Regrads,
    Sandeep Jadhav

  • Help: How to send response to user witch executed the workitem

    Hi friends,
    I want to execute MIGO transaction by workflow. I developed it by BAPI but, I'm using the PR_NAME parameter (on BAPI_GOODSMVT_CREATE HEADER) so it will be stored as the user witch executed MIGO.
    I'm trying to send the follow variable: &_WORKITEM.EXECUTEDBYUSER.NAMEWITHLEADINGUS&, but it doesn't work. With variable can I use to do it ?
    Glauco
    Message was edited by: Glauco Kubrusly

    Hi,
    1-Check UNAME element in the WF container has both the import & export attributes checked.
    ->YES.
    2-Check in the WF log if the UNAME element in the WF container is getting popualted with the approver's id.
    ->YES. NOW IT'S BACKING WITH THE CORRECT USER.
    3-And lastly Check the BAPI independently and verify it is actually using the user id supplied or defaulting to the executing user's id.
    ->NOT FOR TASK MIGO IN BACKGROUND.
    ->NOT FOR BAPI INDENPENDENTLY RUN TOO. I run the funcion in foreground and put the user directly in the var uname. But the R/3 system stored as my user whose I logged in SAP. I know that it's wrong coz I put another user instead mine, and the MIGO document is with my sap user. I think parameter pr_name didn't work fine.
    I discovered that the pr_name (BAPI_GOODSMVT_CREATE parameter) didn't work fine. Coz even foreground it's storing my actual logged user as document creator on MIGO, I know that coz I put another user in the test, but the function simply ignored this parameter. So always in background it will always store as wf-batch.
    Message was edited by: Glauco Kubrusly

  • Help needed! How to send Email if user created in a specific organization

    Hello experts.
    I have edited the Create User workflow to include the Email notiifcation. I follow the example in the manual under Example workflow customization.
    What I have discovered is that it will send email no matter which Organization a user is created in. e.g. Top or Top:MyOrg or Top:Disabled
    I only want Email sent if user is created in Top:MyOrg
    What data is available during the workflow?
    Currently the transition to Email User in the Notify activity doesnt have a condition... it will always branch to Email User.
    What I want is a conditional branch only doing the Email User if the organization=Top:MyOrg
    What does this condition look like?
    I guess I also need to include a branch to end in the Notify if necessary.
    I am new to customizing workflow but this is urgent request.

    sorry.
    trial and error have shown me that
    <eq>
    <ref>user.waveset.organization</ref>
    <s>Top:MyOrg</s>
    </eq>
    is the condition for me to use.

  • How to add one more user the email notification

    Hi,
    I would like to know, how I can add 'CC' / One more user to the email notification?
    Currently system is sending email with From Address, And To address (to the user email). But I need to send email to User and one Administrator.
    Template: Create User Self Service Notification
    How can I achieve this?
    thanks

    "Set the Search Allowed property to True for any LOV result items you want to present to the user as searchable values. These items are listed in the search poplist the user sees in the LOV window.
    At a minimum you must set the Search Allowed property to True for the the result table item corresponding to the LOV field on the base page.
    This is from the devguide, I suggest you read it once at least if you have started work on the framework.
    Tapash

  • How to send a notification when re-assigning pendind approvals

    Hi.
    I need to know how (in OIM 9.1) to send a notification/email to the new reassigned user when someone responsible for an approval step decides do reassign to that user.
    For instance, if a user's manager needs to redirect a request approval to his superior if there are financial implications associated with a specific request.
    Thank you in advance.

    I have reassignments working in OIM 9.1.
    I've got a separate approval process for each resource object (I'm not using Standard Approval).
    I don't have anything configured in the Notification tabs of the approval tasks, all I have is an assignment to a specified group which fires a default email that says something like "You need to approve request id X".
    Now the configuration:
    In System Configuration Table of the Design Console there is a configuration named "Reassign Email Notification". The default "Value" is Notify Task Reassign". This comes OOTB. The problem is it didn't work.
    What I did was create another Email Definition of type General, sent by User XELSYSADM, and in System Configuration of "Reassign Email Notification" I put the name of this Email Definition in the "Value" field.. and voila.. it worked.
    So my suggestion is to test the reassignments with a different email definition, preferably one you create.
    All this will work assuming you have the Email Server IT Resource configured and that XELSYSADM has a valid email account... so basically if your solution is able to send emails.. all you'll need to do is create a different email definition for the reassign task.
    Hope this helps.

  • How to send the email alert to some users (defined users hasn't post document to a library within a specified time frame)

    Hi,
    Native alert on a document library can setup to email to the predefined user when any changes on the document.
    However, I would like to setup a document library and alert me when
    [email protected] [email protected]
    [email protected] hasn't yet put a document to the library by 2014-07-01 (e.g today is 2014-06-26). The reminder email will send to
    [email protected] [email protected] on 2 days before the dead line (ie. 2014-06-29) because
    [email protected] and [email protected] hasn't put their file to the library on or after 2014-06-29..
    Thanks

    Hi,
    http://stackoverflow.com/questions/17571562/creating-email-alert-workflow-for-sharepoint-file-libraries
    http://stackoverflow.com/questions/18868479/how-to-send-automatic-email-notification-to-user-two-days-before-expiry-date
    http://social.msdn.microsoft.com/Forums/en-US/acb12dd2-d6a5-4b7e-b233-037558bfa2e5/start-workflow-x-days-before-expiry-date?forum=sharepointcustomizationlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • HOW TO SEND NOTIFICATION THRO. MAIL

    I have installed workflow 2.6.4 on oracle 10.2.
    1) How to send notification thro mail?
    2) what kind of setting I need to do?
    3) Do I need to include all users email address in Microsoft Outlook contact or in WF_LOCAL_ROLES?
    Regards,
    Jitendra

    The Workflow Agent Listener and Workflow Notification Mailer components should be up and running in order for e-mails to be received from Oracle Workflow. These components are managed using batch files located on $ORACLE_HOME/wf/admin. You may verify the status and view the log files of these components using Workflow Manager UI accessible from Enterprise Manager.
    Thanks

  • Notification to be send to user as the request is completed.

    Dear All,
    We have a new requirement here, to send the notification to functional consultant as the user submits/completes  'Payroll Run' concurrent request. (short name 'PPRUN')
    1. Concurrent Program> Business events>Enabled (Request Completed)
    2. For this I have tested while submitting the conc request with manual setting  "User Name"  in Submit Request> "Options">Notify the following People.
        It is working perfectly as the request completes the notification appears for the user provided.
    The same has to be done auto.
    I followed the metalink
    How To Use Business Events To Send Notifications when a Spawned Report Completes (Doc ID 1506980.1)
    I get struck at point 7, Kindly suggest the steps to move ahead.
    Thanks in advance.
    Regards,
    Afzal.

    Assalamu alaikum Asif,
    Thanks for all the suggestions. May God help you too ameen.
    I acheived above requirement as follows.
    Requirement: Notification to send user ‘EG_AFZAL’ after any user running the payroll quick pay or payroll run.
    1.       Create a report ‘XXPAYRUN_NOTI’ with text output (or any output as u wish) register it in payroll module with parameter to pass request_id of the payroll run from the pay_payroll_actions.
    2.       Create a procedure ‘XXFNDREQPROC4’ included to initiate the above conc program in the script with notification, register the same as pl/sql executable method, conc progam.
    3.       Create an event alert for the table pay_payroll_actions with action Action details>action type as ‘concurrent program’, program name : ‘XXFNDREQPROC4’
    CREATE OR REPLACE procedure APPS.XXFNDREQPROC4
    (--PAY_REQUEST_ID IN NUMBER
    retcode out varchar2, errbuf out varchar2)
      AS
    --SET SERVEROUTPUT ON;
    --declare
    PV_REQUEST_ID NUMBER;
    v_request_id number;
    --v_request_id1 number;
    --v_request_id2 number;
    --v_request_id3 number;
    --v_request_id4 number;
    --v_request_id5 number;
    v_notify_user  boolean;
    l_user_id NUMBER:=2605;--give user id
    l_responsibility_id NUMBER:= 50419 ;--resp id
    l_resp_appl_id NUMBER:=800;--resp appl id
    P_ORG_ID NUMBER;
    begin
    SELECT REQUEST_ID INTO PV_REQUEST_ID
    FROM PAY_PAYROLL_ACTIONS
    WHERE CREATION_DATE IN (SELECT MAX(CREATION_DATE) FROM PAY_PAYROLL_ACTIONS);
    --PV_REQUEST_ID := PAY_REQUEST_ID;
    fnd_global.apps_initialize(l_user_id,l_responsibility_id,l_resp_appl_id);
    mo_global.init ('S');
    v_notify_user := FND_REQUEST.ADD_NOTIFICATION ('EG_AFZAL');
    v_request_id := fnd_request.submit_request
    (application=>'XXCUST',
    program=>'XXPAYRUN_NOTI',--above created conc program
    description=>NULL,
    start_time=>NULL,
    sub_request=>FALSE,
    argument1=> PV_REQUEST_ID);--request id of pay_payroll_actions
    commit;
    if v_request_id > 0 then
      -- dbms_output.put_line('Successfully submitted'||V_REQUEST_ID );
       fnd_file.put_line(fnd_file.output,V_REQUEST_ID );
    else
      --dbms_output.put_line('Not Submitted'||V_REQUEST_ID );
      fnd_file.put_line(fnd_file.output,V_REQUEST_ID );
      end if;
    EXCEPTION WHEN OTHERS THEN               
    fnd_file.put_line(fnd_file.output,'exception error');
    END;
    Alert query
    Application: Payroll Table: PAY_PAYROLL_ACTIONS
    SELECT PAA.REQUEST_ID
    INTO
    &PREQUEST_ID
    FROM pay_payroll_actions PAA
    WHERE
    PAA.ROWID = :ROWID
    I created document with screen shots, will share the same.
    Regards,
    Afzal.

  • How to send notifications

    How to send a notifications to an user in OAF; the tool used is Oracle 9i JDeveloper. We are not using any workflow, but on submitting a page for approval , we need the approver to be notified.
    Please give me some insight on how to do this,
    i. e The classes to be imported, steps involved etc.
    Please send a sample code if available.
    Thanks,
    Praji

    Manju,
    I would use the cursor to populate the API for creating an ad-hoc role within the workflow process as a function. Then set your notification performer as the ad-hoc role.
    Here is an example function:
    create or replace procedure sample_emp_fill(itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout in out varchar2) as
    cursor get_name is
    select ename from scott.emp where mgr = 7839 and empno != 7566;
    role_name varchar2(50);
    names varchar2(500);
    begin
    if (funcmode = 'RUN') then
    role_name := 'ad_hoc_role_'|| itemkey;
    for row in get_name loop
    names := names || row.ename || ' ';
    end loop;
    WF_DIRECTORY.CreateAdHocRole( role_name=>role_name,
    role_display_name=>role_name,
    language=>'AMERICAN',
    territory=>'AMERICA',
    role_description=>role_name,
    notification_preference=>'QUERY',
    role_users=>names,
    email_address=>' ',
    fax=>'',
    status=>'ACTIVE',
    expiration_date=>'');
    resultout := wf_engine.eng_completed||':'||wf_engine.eng_null;
    return;
    end if;
    end;

  • [SOLVED]How to send email to a local user?

    I have installed Mutt, msmtp, procmail and I can send and receive emails to/from remote hosts and I'd like to send email locally also (to the recipients on the same machine as the sender).
    When I try to send email to a local user from the root account -
    echo "Test message" | mail -s "Test subject" localuser
    then I get an error that connection to the port 25 is refused. Because the /etc/msmtprc file contains the 'localhost' as the default account's host, and on the local host I don't have a mail server listening on 25 port running.
    When I try to send email from a non-root account which has in /$HOME/.msmtprc file a real email account on a remote server, then of course there is an error that the domain for the email address 'localuser' is not recognized.
    How can sending email to local users be enabled?
    Last edited by nbd (2014-09-30 22:33:37)

    If I understand correctly, postfix it's a constantly running daemon. Seems to be an overhead for delivering only from time to time sent messages.
    ewaller wrote:
    > Out of the box, sendmail should be safe, but I think you have to enable local mail.
    Currently I have msmtp-mta installed, which is described as having sendmail functionality. If I install sendmail - will it be possible to send local email without running email daemons?

  • How to send the spool output to the specific user during ALE distribution

    Hi All
    In ALE internal order Configuration done by BAPI Method SAVEREPLICA Business object BUS2075whenever user changed the internal order which is moved to the destination system because of change data setting in data element fields.
    I want to know how to send the spool output of the changed internal order to the specific user during ALE distribution.
    Please help me to reslove the above issue
    Thanks & Regards
    KRISHGUNA

    Solved by myself

  • How to send email notification in different languages in Workflow ?? Urgent Help Needed

    Gurus,
    How to send email notification in different languages in Workflow? Can anyone send me some useful guidelines or link where it is mentioned.

    There is no profile option available to specify whether send or not send email notification.
    But after login, in preferences youcan set the notification preference value by which you can configure whether to send or not
    to send email notifications.
    If you select ''Do not send me mail' or 'Disabled' it will not send.
    For other values it sends the notfication in different formats like text, html, attachments etc...
    Edited by: sarojak on Jun 27, 2011 7:18 AM

  • How to  send ALV output data into Excel sheet format via Mail to the user?

    Hi friends,
    I have a doubt ie,
    How to  send ALV output data into Excel sheet format via Mail to the user?
    regards
    Moosa

    Hi,
    Provide the output internal table to the objbin in the below FM
    Send Message
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                document_data              = i_docdata
                put_in_outbox              = c_x
           TABLES
                packing_list               = i_objpack
                object_header              = i_objhead
                contents_bin               = i_objbin
                contents_txt               = i_objtxt
                receivers                  = i_reclist
    and specify the document type
      i_objpack-doc_type   = 'XLS'.
    and try.
    Regards,
    Nandha

  • How to Send Notification to Manager of the Employee using Dynamic Action..

    Hi All,
    I am sending a notification using the Dynamic Action for an Infotype.. I am able to send mail using distribution list but I have a requirement to send the notification to employee manager. I am able to determine the Line Manager ID calling the subroutine in the dynamic action. But I am not sure how to send the notification to the manager.
    If the email's are maintained in distribution list if I specify the text id in the feature M0001 and distribution list the notifications are sent. I am not sure how to pass the line manager id to get the same notification..
    I have seen the option REC1 but infotype 0001 in not having the line manager id..

    Used the Function Module RH_GET_LEADING_POSITION.
    Thanks..

Maybe you are looking for

  • Dual LCD (TV's) with sound on both screens. (not using HDMI splitter)

    Just bought a new mini (late 2012 model) Is that possible?  One TV via HDMI and the other through thunderbolt (mini display port to HDMI).  I have the mini as the main media player.  One TV is located in the living room and the other in the basement.

  • PERNR - Personnel Number on vendor line item of the FI document Posting

    After posting a time sheet (PR05, PRFI, PRRW), the FI document created (display via FB03) has the personnel number on each of the GL line items, but the field is blank on the vendor line item.  Does anyone know how to get this to be populated with th

  • Remote access via pppoe - mac add limitation

    Hi, We have a requirement to provide remote access for a number of individual customers.  I plan on using pppoe for each of these customers as it will give us the ability to control each session individually and apply shaping etc if required. There w

  • Photo compression for iweb

    A question that i can't find the answer to... I subscribe to a training library called lynda.com which has fantastic training on iweb. The one area they don't cover is this. If i want to create a photo page from within iphoto and just put it on iweb,

  • My macbook air doesnt have iMessage. How do i download this application?

    My macbook air doesnt have iMessage. The apple website says it should be on here but it isnt. How do i download this application?