Workflow notification to several SPM owners

Hello,
we are trying to implement SPM using CUP for super user provisioning. In the workflow settings we have set "Super Access Owner" as a approver determinator. For we have several owners for one FF-ID we need all owners to be notified by CUP workflow. Unfortunetaly only the first owner (the first dataset in table /VIRSA/ZVIRFFIDS) gets a mail notification. Is it possible to send an e-mail to all owners?
Kind regards
Dennis Gruschka

when two customer report same issue.....
then mostly it turns out to be a bug..... sorry to annoy you
THANKS
regards,
Surpreet
... you are third one.......
Edited by: Surpreet Singh Bal on Nov 16, 2010 7:29 PM

Similar Messages

  • How to attach a file fin the middle tier in the workflow notification

    My requirement
    1) File is there in the middle tier (file name : invoice_99.pdf )
    2) From workflow notification I need to read that file (invoice_99.pdf) and
    open it from the notification when user click on it
    can you please let me know is there any way to handle this

    Thiru,
    This is not the right forum for this.
    Btw, I have done exactly same requirement several times and it's easy to do.
    1)Create a Document Attribute and specify to attach it to the notif msg.
    2)Create a PL/SQL function activity in workflow
    3)In the PL/SQL proc, Load the file using dbms_lob into a LOB and set the attribute using
    wf_engine.SetItemAttrText(itemtype      => itemType
    ,itemkey      => itemkey
    ,aname      => 'SRQ_REPORT'
    ,avalue           => 'PLSQLCLOB:xxx_gbl_wf.get_pdf_quote/'||v_report_request_id||':'||v_qot_number);
    Hope this helps
    Srini

  • How to attach an Excel document with the Workflow notification?

    Hi,
    I need to pass an Excel document through workflow process in several notification nodes. Do you have any demonstration example which shows how to implement it? I found some threads like this, but nobody send me the example. I think I need the example's with Oracle Text and workflow 2.6.3 and an example inside Oracle Collaboration Suite(OCS) Files. Please send these examples to [email protected]
    Thanks a million
    Tulip

    Hi,
    I had the same issue and I found that Oracle Workflow does not attach files. The solution is to create a table with blob, clob, ordsys, etc data types and reference to the file from a notification and a message.
    I did an interface with java to read the document, and then put the link in the oracle workflow message. The link opened the file.
    So, for any workflow development is recomended to use your own Entity-Relation Model, including the process number and the files attached to that process.
    Regards,
    Santiago Meneses
    [email protected]
    Quito-Ecuador

  • OIM 11g Approval Workflow Notification Configuration

    Dear All,
    Is there any documentation guide or tutorial or step by step guide about how to configure approval workflow notification in oim 11g?
    In my case, a request must be approve by 3 (three) level of approver, "Requester Manager" --> "Application Business Owner" --> "Application Administrator". On each level, a notification need to be sent to the approver contains all information about the requester and the resource that requested.
    How can i configure the notification since approval processes are in SOA composite and the development of the workflow is using JDeveloper?
    Many Thanks for your help.

    Hi
    Please go through the link, You can configure notification any time based on you requirement. You have to get emails to whom you want to sent, just set this mail in a variable. Use this variable as to ,..
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_notif.htm#BABEDFCC
    Thanks,
    Kuldeep

  • Workflow Notification Mail

    Hi All,
    Can anybody tell the steps how to send Oracle Workflow notification Mail to a specified user.
    I was refering [http://apps2fusion.com/apps/13-oracle-workflows/373-workflow-notification-sender-email-address] but using this only notification is going not the mail.
    I need to send mail notification.
    Plz help...!!!

    Hi,
    Plz provide your suggestions.
    Below is the code which I am using to invoke the workflow. Actually I am having Start->Notification->End in my workflow.
    I want to send notification mail to the user.
    DECLARE
    l_itemkey VARCHAR2(100);
    v_role_name VARCHAR2(100) := '[email protected]';
    v_role_email VARCHAR2(100) := '[email protected]';
    n_count_role INTEGER := 0;
    BEGIN
    SELECT COUNT(*)
    INTO n_count_role
    FROM wf_local_roles
    WHERE NAME = v_role_name;
    IF n_count_role = 0
    THEN
    --If the sender does not exist in WF Local Roles, then create one on the fly
    wf_directory.createadhocrole(role_name => v_role_name
    ,role_display_name => v_role_name
    ,role_description => v_role_name
    ,notification_preference => 'MAILHTML'
    ,email_address => v_role_email
    ,status => 'ACTIVE'
    ,expiration_date => NULL);
    dbms_output.put_line('Ad Hoc Role Created');
    ELSE
    dbms_output.put_line('Ad Hoc Role Already Exists');
    END IF;
    SELECT oe_order_headers_s.NEXTVAL
    INTO l_itemkey
    FROM dual;
    wf_engine.createprocess('XXTEST'
    ,l_itemkey
    ,'XXTEST');
    wf_engine.setitemuserkey(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,userkey => l_itemkey);
    wf_engine.setitemowner(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,owner => 'SYSADMIN');
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#FROM_ROLE'
    ,avalue => v_role_name);
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#WFM_FROM'
    ,avalue => v_role_name);
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#WFM_REPLYTO'
    ,avalue => v_role_email);
    wf_engine.startprocess('XXTEST'
    ,l_itemkey);
    COMMIT;
    END;
    /

  • Workflow Notification Mailer continues to fail with a STOPPED_ERROR component status

    We are running the E-Business Suite version 12.1.3 (Standard) on Solaris Operating System (SPARC 64-bit). Multi-Org enabled. We just applied over the weekend RUP 7 patch 18004477. We have several seeded and customized workflows running (HR, BENEFITS, GRC, AP, AR etc).
    The Workflow Notification Mailer continues to stop in error with this message in fnd_svc_components:
    STOPPED_ERROR - Maximum number of errors (10000) have been reached for this Service Component -> oracle.apps.fnd.cp.gsc.ProcessorException: An unexpected RuntimeException or Throwable occurred -> java.lang.NullPointerException
    It only runs for a few minutes before ending in error.
    I attached the last Workflow Notification Mailer log entries begining around where the component exited with the error above. I suspect that one of the error messages above is the problem. I can send more of the log if necessary.
    Due the error message above regarding the maximum number errors we have updated wf_notifications and wf_items table for any rows that are 'WFERROR' to CLOSED status and to a mail_status of SENT. In wf_items we set the end_date to the sysdate for the items where the item type = 'WFERROR'. Despite this we are still receiving this error with the Workflow Notification Mailer.
    Does anyone have an idea what is causing the component to shut down with this message? I would greatly appreciate any help with this issue that we are having.
    Thank you, Greg
    Message was edited by: GregTruta

    Hi Greg,
    Please see:
    Users Suddently Stop Receiving Email Notifications (Doc ID 467516.1)
    Error in log ~ The agent could not be found: ECX_INBOUND (Doc ID 1188056.1)
    Thanks,
    Hussein

  • Workflow notification called by databse trigger

    Hi,
    I have a question about Oracle Workflow notification mailer.
    Can we use an Oracle database trigger or Oracle Form's trigger
    to run or execute oracle workflow to send notification mailer?
    For example, if I execute a DML (insert or update) using SQL*Plus to modify a table.
    Can the database trigger act as a caller to send mail through workflow API?
    Thanks.

    ok I have simmilar problem
    Created workflow.
    Want to send notification from forms.
    have procedure in the database
    PROCEDURE set_wf_t IS
    BEGIN
    WF_ENGINE.Threshold:= -1;
    END;
    code in the form looks like this.
    Declare
    ItemType varchar2(30) := 'MY_WF';
    ItemKey varchar2(80) := 'ID-'||to_char(SysDate, 'MM/DD/YYYY HH24:MI:SS');
    BEGIN
    If values='T' then
    --send email
    SET_WF_T; --Setting value WF_ENGINE.Threshold:= -1
    wf_engine.CreateProcess( ItemType => ItemType,
    ItemKey => ItemKey);
    wf_engine.SetItemAttrText ( itemtype => itemtype,
    itemkey => itemkey,
    aname => 'NUMBER',
    avalue =>:BLOCK.NUMBER);
    wf_engine.SetItemAttrText ( itemtype => itemtype,
    itemkey => itemkey,
    aname => 'MESSAGE_SUB',
    avalue =>'Message Subject');
    wf_engine.SetItemAttrText ( itemtype => itemtype,
    itemkey => itemkey,
    aname => 'MESSAGE_BODY',
    avalue =>'Message text here');
    wf_engine.setitemattrtext (itemtype => itemtype,
    itemkey => itemkey,
    aname => 'OWNER',
    avalue => v_owner);
         wf_engine.StartProcess( itemtype => itemtype,
    itemkey => itemkey );
              END IF;     
    END;
    The problem is that I don't receive email.
    And I don't see notification in the status monitor.
    I receive email when i run process manually from DEVELOPER STUDIO
    What I am doing wrong?
    Thank you

  • Not receiving workflow notifications any more?

    Have several client sites in our EU based partner portal and ALL the workflow notifications have stopped coming through,  they were before the new Data Center came online.
    All the notifications come to same email address, used to log into our Partner Portal.
    I've checked the SPF record, it is v=spf1 mx include:worldsecuresystems.com ~all
    Do I need to amend our SPF record to include another domain (e.g. amazonses.com) or IP address of the BC mail server?
    Is there a way I can test a workflow notification to see what the bounce-back error may be?
    Emails from our Partner Portal when a new site is created, are being received fine.
    Regards
    Mike

    Hi Mike Connolly,
    I’ll need you to reach out to support on this issue. There could be a few factors at play here causing this to occur which we will need to look into because we will need to know information specific regarding your sites in order to troubleshoot this.
    Cheers.

  • Enable Guest Access to workflow notifications

    Has anyone successfully enabled the Guest access to workflow notifications? I am following metalink note 277839.1 and it is not working. There are several other notes on metalink with the same instructions so I am not sure what i could be missing. I wonder it is possible to get this to work.
    thanks
    Angie

    I need to know how to get a guest access code.
    Kevin Thigpen

  • Activating workflow notifications by default

    Hi!
    We did all the necessary steps to configure workflow notification emails and when activated, the workflow notifications are working fine.
    However, I fear that most users will forget to activate email notifications, since one has to click "Show advanced options" and select the appropriate option in the drop down box upon creation of a new workflow. (It's not possible to activate the notification option after a workflow has been created with notifications switched off.)
    Is there any way to default to "always send notification emails" when a user creates a new workflow?
    Thanks!
    Jens

    Hi Patricio,
    I'm sorry it took me a while to get back to you. For some reason I didn't receive a notification email for this thread (although I should have) and thus thought no one had posted an answer.
    Speaking of notification emails:
    Thanks a lot for your answer and for pointing me to the chapter in the SAP help. In the meantime I spent several hours browsing the SAP help files, browsing the portal configuration and reading a SAP PDF on the subject ("How To... Configure the Univeral Worklist").
    Unfortunately I could not make significant progress, since the UWL configuration seems to be scattered all over lots of different places in the portal.
    This question may sound silly, but could you please point me to the exact spot where I can configure the Workflow Notification Settings you mentioned?
    Thanks again for your efforts!
    Jens

  • How to customize SharePoint Foundation 2013 workflow notification emails

    We have a SharePoint Foundation 2013 workflow that sends emails when certain criteria are met. We have tried to customize the emails using SharePoint Designer, but the emails that are received are different.
    Ho do we configure SharePoint to send the emails formatted as we specified in the workflow?
    The emails we receive are all formatted like this:
    Subject:
    [Company Name Workflow] - [Item] has been assigned to you
    Content:
    Task assigned by [User Name] on [Date].
    To complete this task:
    1.    Review [Item].
    2.    Perform the specific activities required for this task.
    3.    Use the Open this task button to mark the task as completed. (If you cannot update this task, you might not have access to it. Click here to request access.)

    Hi,
    According to your post, my understanding is that you want to customize SharePoint Foundation 2013 workflow notification emails.
    We’ll need to do a few things to replace SharePoint’s default notification with our own. The first thing we need to do is turn off SharePoint’s default notification. On the Workflow Tasks list, go the Advanced Settings and select
    No for Send e-mail when ownership is assigned. Then we need to create workflow to send email.
    There is an article for your reference, although it is about the SharePoint 2007, it still works for SharePoint 2013.
    Create a Detailed Custom Task Notification with a SharePoint Designer Workflow
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • 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 get response of Workflow Notification Email from MS Outlook Express.

    Hi All,
    I have two questions:
    1. Our business users had a requirement to approve or reject the Workflow Notification Emails form their Email account on MS Outlook Express. When they perform action from MS Outlook Express it sends email to wfmailer but no action perform in aplication. The notification inbox in application shows this notification as OPEN notification and the requested function also shows 'Waiting for Approval'.
    2. I need to hide Request Information button/link from the email notification send through Workflow mailer to user. There are three actions button available in email notification Apprve, Reject and Request Information. I need to have only two button Approve and Reject. How to hide Request Information button.
    If any one have idea regarding my questions please hlep.
    Regards,
    Saquib

    You can follow the Workflow developer guide to create message attribute as shown in below link
    http://www-apps.us.oracle.com/wf/doc/wfr1213/wfdg/html/T361836T361983.htm#2806969
    1. For the notification message for which you want the more info link to be hidden, define the message attribute with name '#HIDE_MOREINFO', type as 'text' and set value as 'Y'

  • How do I remove an email address from a workflow notification?

    Hi, I was wondering if you could help me please. Can you tell me how to remove an old email address from a workflow notification? The person's name and email address have already been removed from the list of Users in the Admin area, but some workflow notifications are still being sent to their email. Any ideas?
    Many thanks for your help.

    Thanks Liam, I'd previously looked at the also notify field and it didn't show any other email addresses. This time I clicked on the second of my two options in the Workflow Steps field, and then clicked back on the first one  again, and hey presto, two email addresses appeared! The offending email address has now been removed.
    Thanks again for your help. Cheers!

  • No data found for region error on Workflow notification page

    Hi !
    For workflow, I have created a Non Form Function in Oracle Applications and linked the region to display in the notification. This region's type is StackLayout.
    I created an attribute of type Document and assigned it the value in the form
    JSP:/OA_HTML/OA.jsp?OAFunc=WF_FUNC
    then I added this attribute in the notification message attribute with the Source as Send and Frame Traget as Full Window. Now when the workflow starts, the region does not populate and error shows that there is no data found for this region.
    Am I doing something wrong? Any ideas?
    Thanks.

    Hi,
    We have a unique problem.....for timecard approval notification the HXC_TIMECARD form function is calling embedded Timecard region in the workflow notification.....in the HTML call the AprvNtfRN is called as shown below.
    OA.jsp?page=/oracle/apps/hxc/selfservice/approval/webui/AprvNtfRN&akRegionApplicationId=809
    Now the issue is that the email displays uneven format i..e timecard details like project and task name are vertical instead of horizontal.
    Is there a way to code HTML in AprvNtfRN so that the format is obtained as desired?

Maybe you are looking for

  • Mozilla 1.7 Browser Issues

    We are using RH X5 to develop WebHelp. Our WebHelp needs to display on the following browser/platform combinations: OS: Solaris 9 and 10 (AMD64), Browser: Mozilla 1.7 OS: HP-UX 11iv3, Browser: Mozilla 1.7.13.01 Here are some of the problems that QA f

  • Last Purchase order of a material

    Hi All, I have a requirement to retrieve the last/latest purchase order for a given material/plant combination. Currently I am using the following logic. Here is the pseudo code I am using. Select EKPO records where MATNR = given material            

  • 'On alarm' flow of the "Pick" activity thorws unexpected server error

    'On alarm' flow of the "Pick" activity does not work. It always gives unexpected server error.      Navigation: Start JDevloper ->asynchronous BPEL Process ->Pick Activity-> on alarm branch Can anyone help please thanks

  • How to transfer more than 1 file usong bluetooth t...

    Can anyone tell me how to transfer more than one file via Bluetooth. I am using Lumia 720.

  • Problems with the ipod

    I have already researched this problem to the max, so any other suggestions are welcome, but I have already read all the discussions on it as well as the Apple Documentation. I am coming here on the off chance someone knows soemthing and so I can doc