PO Approval Notification to multiple users

Dear All,
Currently in our setup PO approval notification is working fine.
I want to send the final approval notification to other audience who are not there in workflow hierarchy.
can anyone guide on this?
Regards
Deepali

I assume you want to send an FYI notification.
You can either customize the po workflow to add the fYI notification or you can write an alert that fires when a PO is approved.
Hope this helps,
Sandeep Gandhi

Similar Messages

  • How to create a new role : Need to send notifications to multiple users.

    Hi All,
    I have a requirement where in I need to send notifications to multiple users
    and no. of users in the list is not fixed.i.e. this builds up dynamically.
    Kindly let me know how do I achieve this.
    Also wanted to know where form the Workflow roles get created i.e. who inserts data into wf_roles and wf_user_roles tables. Is there any UI to create roles and associate users with them.
    Thanks,

    Hi,
    Yes - by default all responsibilities are defined as roles in the Workflow directory. You just need to identify the role that corresponds to the responsibility (look at ORIG_SYSTEM and ORIG_SYSTEM_ID columns, IIRC) and then send the notification to the role.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Purchase Order Approval Notifications and Multiple Currencies

    All,
    If I have a user who creates a requisition in EUR and then submits the requisition for approval to someone who has a default currency of USD, the workflow notification will show the value of the requisition in both EUR and USD. This is because the ICX: Preferred Currency profile option has been set at the user level.
    However, this does not work for purchase order approval notifications, just requisitions. This makes my management unhappy. Oracle Support indicates this is an enhancement request. However, I have a difficult time believing there is not something in the Oracle apps that allows this functionality in the PO Notification. We are on 11.5.10.2.
    Many thanks,
    Jeremy

    Is this what you are looking for?
    http://help.sap.com/saphelp_47x200/helpdata/en/75/ee14a355c811d189900000e8322d00/frameset.htm

  • GP Notification to multiple Users

    How can send email notfication to multiple Users or a group using the "Send Notifcation" Callable Object?
    How can send email to 'CC' email receipient using "Send Notification" Callable Object?
    Thanks,
    Abhay

    Because the input interface for the Notification CO is not much besides recipient email address, you might do a better job with not much effort at creating your own Notification CO with a more comprehensive input interface (To, From, CC, BCC, Subject, Body, Attachment) for creating emails.
    Or you can hope that GP Product Management (that'd be Jan I'm talking about here ) will bring that requirement back to Development so that they'll enhance their CO asap. That way you can leverage their email template feature.

  • Workflow notification to multiple users

    Hello,
    We have developed a custom workflow and XX_APPROVER is the workflow attribute where we pass UserID, to whom notification should be sent and it works fine.
    But now we need to have that notification sent to multiple users. What is the best possible way to achieve this?
    regards, Yora

    create an adhoc role
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15855/T341351T341723.htm#I_ax2Dcrahr
    procedure CreateAdHocRole
    (role_name in out varchar2,
    role_display_name in out varchar2,
    language in varchar2 default null,
    territory in varchar2 default null,
    role_description in varchar2 default null,
    notification_preference in varchar2 default 'MAILHTML',
    role_users in varchar2 default null,
    email_address in varchar2 default null,
    fax in varchar2 default null,
    status in varchar2 default 'ACTIVE',
    expiration_date in date default null,
    parent_orig_system in varchar2 default null,
    parent_orig_system_id in number default null,
    owner_tag in varchar2 default null);
    Thanks
    Ravi

  • Oracle Workflow Notification to multiple users but only one response required

    Hi,
    I'd like to ask help on how I would go about this. I have a requirement using Oracle Workflow. Initially the workflow sends a notification with the option to Accept or Reject to a group of people, then if one accepts I should end the process. But if all rejects, then send a notification to the Manager.
    I used a Loop Timer to loop through the members of the group but I noticed that one needs to reply before the next one gets notified and so on.
    I thought of using adhoc role then adding all members to this role. But not sure how to catch if one accepts or all rejects.
    Appreciate any suggestions.
    Thanks,
    Allen

    Hi
    We have a similar situation and every level has multiple user to release the PO. I have tried with all possibilities using standard functionality but no good.
    Would you mind to share the design and the process will be great help.
    Thnaks
    Partha

  • Sending Notification to Multiple Users in Multiple Language.

    Hi,
    In our Apps (R12) environment, workflow is installed in multiple languages. I have a requirement where User can choosed their preferred email language and all notification should be sent to that user only in the preferred language.
    Below is the logic that I am using:
    1) Creating adhoc users for the email addresses and passing user preferred language as 'language' parameter. This language is different for different users.
    2) creating adhoc role and attaching all previosuly created adhoc users to this role.
    Here is where problem comes...
    Notification is going only in the language that is specified while creating adhoc role. This is overwriting languages that are being specified while creating adhoc users !! I even tried not to pass any language while creating role but in that case it is taking language for that session...
    Is there any way to achieve this functionality?
    Thanks,
    Sumit

    Hi,
    Are you expanding the role in the definition?
    I would expect that if you are notifying a role, then the language of the role is used, unless you expand the roles - in which case the language for the users which are part of the role would be used.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Workflow SharePoint 2010 -Approval workflow for multiple users

    Want to create a 2010 SharePoint server workflow which will allow me to send email once item is added > Start approval process > if approved then mark workflow status as approved and then send email to reviewer 2 and again start the process of approving
    > and approved then again mark status to approved and send email to reviewer 3 and mark status to approved if approved by reviewer 2 and end the workflow.Also, if the item is not approved by any user, then it should directly log a comment and go to end
    of the workflow.
    I had started as something like :
    Send Email to rev1
    Start approval process for current item with rev1
    if approval status is approved
    set workflow status to approved
    send email to rev2 and so on...everything works but when rev1 rejects the item, then workflow does not go to end of the workflow. One difficult thing is we don't have go to a step option like in 2013 workflows.
    I don't know how to move on as when I try to execute the logic, all three approval process(for 3 reviewers) run even if item is rejected .....Please help

    Check these links
    https://slingeronline.wordpress.com/2013/02/27/setting-cancel-on-first-rejection-on-an-spd-workflow/
    http://sharepointduffbert.com/2014/06/17/getting-an-spd-approval-workflow-to-cancel-on-rejection-or-change/
    https://social.msdn.microsoft.com/Forums/office/en-US/c212e5d7-f7bf-4f17-be16-374e02652dbb/reject-stop-workflow-not-working?forum=sharepointcustomizationprevious
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/a2d0a259-f8ca-48cf-b9ab-0c9387329502/sharepoint-designer-workflow-how-to-jump-back-to-previous-workflow-step?forum=sharepointcustomizationprevious
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • GL Journal approval- Send notification to multiple approver

    Hello
    I want to send GL journal approval notification to multiple approver, once any of the approver approves the journal it should be removed from worklist of all approver. How can we acheive this?
    Pls help
    Thanks
    Avalon

    Hi
    What i am sure of is that you can have specific groups for your journal approval and each of the groups can have specific approvers.
    When i say the above line, i mean that you can have groups like Treasury, Finance and Payroll and each of them have their desiganated approvers.
    Then the level of journal preparer who can also fall to a specific group.
    Once the journal preparer belonging to a specific group prepares a journal, it will route to the journal approver belonging to the specific group.
    I am not sure about whether you can create approval groups and also if you send the journal for approver to multiple approver, than how the other approver will come to know that the journal is approved or rejected or whether has the other person taken any action - it will create dependencies between the 2 person and hence might create confusion.
    So i am not sure about the resolution for your question.
    But if the approach suggested by me matches your requirement, i can forward you the document which contains the step you need to do to achieve the functionality,
    Hope this helps.
    Thanks and Regards
    Manish Jain

  • Error while sending notificaiton to multiple users

    I created an adhoc role like:
    declare
    l_role_name varchar2(150):='TO_ROLE';
    l_role_display_name varchar2(50):='TO_ROLE';
    l_users := l_1_user||' '||l_2_user;
    l_1_ruser and l_2_user are of fnd_user%user_name type..and they get the user names from fnd_user using a cursor variable.Both l_1_ruser and l_2_user are already having assigned to various roles.
    But for my present scenario i am creating an adhoc role and assigning both l_1_user and l_2_user who are residing in wf_local_roles.
    WF_DIRECTORY.CreateAdHocRole (
    role_name => l_role_name,
    role_display_name =>l_role_display_name,
    email_address => null,
    notification_preference => 'MAILHTML'
    WF_DIRECTORY.AddUsersToAdHocRole (
    role_name => 'TO_ROLE',
    role_users => l_users
    when using the above I am getting:
    Failed Activity Test_NOTIFICATION3
    Activity Type Function
    Error Name -6500
    Error Message ORA-06500: PL/SQL: storage error ORA-04030: out of process memory when trying to allocate 16328 bytes (koh-kghu call ,pmucalm coll)
    Error Stack Wf_Directory.AddUsersToAdHocRole(SEND_TO_ROLE, " ") ........
    any suggestions...
    Edited by: user8612301 on Aug 31, 2011 2:03 PM

    Hi
    I am facing same error. I am using standard workflow API to create and assign a role functionality for sending notification to Multiple users.
    Error Message = ORA-06500: PL/SQL: storage error
    ORA-04030: out of process memory when trying to allocate 16328 bytes (koh-kghu call ,pmucalm coll)
    Error Stack =
    Wf_Directory.AddUsersToAdHocRole
    I would appreciate that if know what could be the issue.
    Thanks

  • Approval notification mail modification

    Hello
    We are using RSWUWFMLEC program to send approval notification.
    But User requested to add SRM Approval Note into Notification mail.
    I searched SAP Notes and notification mail content can be changed by BBP_OFFLINE_APP_BADI. (program: RBBP_NOTIFICATION_OFFAPP)
    But I don't know what method should be changed and How to I have to implemet it on the BADI.
    Could you please let me know implemented program examples on the BADI,BBP_OFFLINE_APP_BADI?
    Thanks,
    yuri.

    Hello Yuri,
    Have a look at OSS note below:
    1465251 - How to change the contents of an offline approval email.
    If approval note cannot be managed with description task modification, you will have to make a copy of RSWUWFMLEC standard report in order to add your modifications.
    Regards.
    Laurent.

  • Prevent multiple users from editing/approving the same form SPD 2013,SP 2013

    Hello all, I have a workflow with a to do task, the task is assigned to a group so any of the users in that group can go in and do a quality check on form data and approve it.  How do I prevent multiple users from working on the
    same form? do I just require check out? or is there a way to notify the rest of the group that a user has already started the quality check.

    The "Require Checkout" option is your best bet.  You can also enable the auto checkout on edit option to allow minimal effort on the side of the user.  Other users will then get the error message stating the item is checked out, if they try to
    edit it.
    If you'd like, you could add a workflow to the task list that triggers when something is changed.  That workflow can check if the item is checked out and if so, email the other users assigned to the task.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • User not receiving emails regarding approval notifications

    Hi,
    SRM system has been upgraded to 5.0.
    User is not receiving emails regarding Approval notifications. However, the user is able to view the SCs pending for his approval in his approval list.
    I checked the transmission of the emails, the approval notifications are sucessfuly sent and the email of the user is correctly maintained. I tried resending the emails, and the user didnt receive emails even then.
    Could be please advice what could the error.
    Thanks
    Hemanth

    Hello Hemanth Kumar,
    If approval mail:
    - is correctly generated,
    - you can see it in SOST transaction,
    - request status in SOST is OK,
    this means SAPconnect is working fine, so your problem does not come from SAP.
    You have to check your STMP gateaway and your mail server.
    Regards.
    Laurent.

  • Send notifications to the users whenever a template is ready or an approval

    Is it possible to send notifications to the users whenever a template is ready or an approval is recorded when we use the work status.  Is there any SAP "How to"  documentation available on this ?  What are the limitations of this process ?

    Hi Sumit
    Yes it is possible.
    In BPC Microsoft Version we can design Business Process Flow (BPF) with the required Start date and time.
    Through BPF (using step 1) we can also send E-mail Notifications for Start and closure of the Planning cycle.
    To make this E-mail notification thing work:
    1. Assign E-mail ids to the Owner/ Reviewer property in dimension with Hierarchy structure.
    2. Assign Server info in the Application Set Parameter section from BPC Admin domain.
    Using WorkStatus
    This initiates emails to both the planner and the approver for any change in data for a work state change.
    This is available in link: http://help.sap.com/saphelp_bpc70sp02/helpdata/en/a1/532226947C49A5B2E2BD32450CB2D1/frameset.htm
    Hope this answers your question.
    Regards
    Abhishek

  • How do I send single notifications to multiple people in the workflow?

    HI
    As I see you can send notification to one person at a time.
    For example, the approval notification goes to a approver once someone submits a expense report or po approval.
    How do I send single notifications to multiple people in the workflow?
    Any idea?
    Thanks in advance.

    Hi,
    You need to send the notification to a role, which can comprise one or more than one users. If you check the "Expand roles" checkbox, then a different copy of the notification will be sent to each member of the role; otherwise one notification is sent which can be viewed by all holders of the role.
    You should always send a notification to a role rather than a user, anyway - roles do not go on holiday, get sick or leave the company; users do.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

Maybe you are looking for

  • Acrobat XI Pro "Out of Memory" error after Office 2010 install

    Good Afternoon, We recently pushed Office 2010 to our users and are now getting reports of previous installs of Adobe Acrobat XI Pro no longer working but throwing "Out of Memory" errors. We are in a Windows XP environment. All machines are HP 8440p/

  • Install oracle golden gate 11.1.1.0 for oracle9i on RedHat AS3 U6 issue

    Hi expert, I need install Oracle golden gate base on below combination: GG version: 11.1.1.0 (x64) OS version: Redhat AS3 UL6 (x64) Oracle version: 9.2.0.8 (x64) I set the .bash_profile for oracle as below: export ORACLE_BASE=/u01/app/oracle export O

  • Making sound when shutting down

    I noticed that as of recently, my MBP has been making the "Basso" sound right before my computer shuts down. I don't know when or why OS X would play the "Basso" sound but it kind of sounds like a bad warning. Any ideas on this?

  • How to escape the quotation mark?

    I need to pass a Link Column from page 1 to page 2. I just found a bug in my program. When there is quotation mark in the string, the corresponding query cannot be displayed in page 2. However, using the same query, I can get the correct result in th

  • Batch Determination during MIGO Movement 543 O

    Dear All SAP Gurus, I want to know about batch determination during MIGO transaction for subcontracting cycle , movemnt type 543 O -consumption for parts provided to vendor. In Brief: Suppose clients executing subcontracting cycle and send the RM/PM