Building approval workflow that spans two system

Hi,
We are on oracle apps 11i.
There is a requirement to build a workflow that spans oracle purchasing and another procurement system for PR.
After purchase requisition is handled in the system it should be forwarded to the other procurement system.
the procurement manger would either approve the purchase request and continue with the cycle in the external system or reject and send it back to oracle for modification.
this is how i see the solution so far:
-enter employee name and relevant position that refers to the manager in the external procurement system
-add position to existing position hierarchy
- when PR is sent in hierarchy to above manager, a database trigger can run to send the data to external system
till this point,please advise if there is a more appropriate solution
for the inbound data, how should i update the workflow? What are the APIs that i can use to reject the PR and send it back to requester for modification? if approved, how to handle the PR workflow in Oracle? How to stop the buyer from autocreating a PO automatically from PR?
regards

Hi,
"Approval workflow is ambiguous. Inform system administrator"
This error comes when you have more than one workflow active and your start conditions has a conflict. ( means you have same conditions for both the active workflows)
Go to SWETYPV and find out your active workflows for the Business object BUS2121 and deactivate the one if both are not required. Select on the active workflow and go to details where you will find this FM SWB_2_CHECK_FB_START_COND_EVAL. If this FM exists then there is a start condition for your active workflow.
Then go to SWB_PROCUREMENT or SWB_COND and select your BOR as EC Requirement Coverage Request and findout the active start conditions for both of your active workflows. Analyse and if there is a conflict change it.
If you dont have start conditions for both the WFs then create for one with the create tab in SWB_COND.
Let me know if you need any further inputs.
Best regards,
Sridhar.

Similar Messages

  • Error Message: No approval workflow found. Inform system administrator

    Dear Gurus,
    I've encounter this error message when I'm creating a shopping cart. "No approval workflow found. Inform system administrator"
    I've checked the conditions at "SWB_COND" and it looks fine.
    I've check Event Type Linkage "t-code SWETYPV" and its active "SAVED". It links to function module SWB_CHECK_FB_START_COND_EVAL.
    Cost Centers and HOD are maintain correctly.
    Need your advice.
    Regards,
    Santthi.

    Hi,
    The message you are getting i.e. "No approval workflow found. Inform system administrator"  is because no workflow has been activated properly for the business object BUS2121(for the Shopping Cart).
    Please check the following:
    In SWE2,check whether the event linkage is activated for any of the workflows for the object BUS2121.If atleast one of the workflows for BUS 2121 has been activated,you should not get the message.
    If any of the workflows has been activated,please check whether the start conditions for that workflow has been activated or not.Even if the start conditions have not been activated,the error message should not appear as the start conditions need to be checked when 2 workflows are activated in the system for business object BUS2121 for shopping cart.
    If more then 1  workflow is activated,check the start conditions for these workflows.
    BR,
    Disha.

  • Trying to set up an out of the box SP 2010 approval workflow that doesn't generate warnings or errors

    I have a custom list for which I want an approval workflow.  There is only going to be one stop for the approval - creating an item is a request to a person for a new code to be created. 
    If I do not turn on content approval, then I get the message:
    The workflow could not set content approval status. Enable content moderation for this list and run the workflow again.
    When I turn on content approval, then when the users go to the custom list to create an item, they see this message:
    Items on this list require content approval. Your submission will not appear in public views until approved by someone with proper rights.
    Surely I am missing something obvious. I just want a standard SP 2010 form without warnings to gather info from the user, then to create a workflow task that sends a person an email that they need to approve or reject the request.
    The second message is going to cause questions from the users. The person who has to approve the tasks wants to be able to see what requests are awaiting approval vs approved vs rejected.
    Is this something that is not doable in SP 2010?

    the "Approval Process" step is designed for manipulating the "Moderation Status" (Content Approval status) of a list item... What you are seeing is DESIGNED behavior.
    When Content Approval is enabled, content changes are not made public until they have been approved. The Approval workflow sends the email to a manager, who is supposed to approve or reject the change.
    If Content Approval is DISABLED, there is no point to the workflow.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Password recovery spanning two systems

    I'm trying to find a solution that does not involve recoding native sap code to save upgrade frustrations etc.
    Is it possible to have IDM's Password Recovery feature reset the password and unlock a user in system A, and then also unlock the same user in system B,C,D..+N and send that new password from system A to the users email address in system B?
    The users donu2019t care what their password is in systems B...N+ as they are using netweaver portal for SSO, but they need the password emailed to them with their registered email in system B. So... reset password in A and send email to address in system B and unlock them in the other systems... is it possible?

    John,
    Take a look at these:
    [SAP NetWeaver Identity Management Identity Center Implementation Guide: Self-Service Password Reset|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00d69428-cc00-2c10-9ca5-b4f607bbbddf]
    [Identity Center - Active Directory Password Hook|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c03f2fd2-4af7-2a10-f1b7-cfeb075ee240]
    Hope this helps,
    Matt

  • How do you highlight a sentence that spans two pages without having to make two notes?

    If a sentence starts on one page and continues to the next, how do you highlight the entire sentence without having to start a second note for the second page? I know it's possible because one of my notes is highlighed that way.  This seems like it should be a simple thing to do. But I can't figure it out and I can't seem to find any solutions either.

    Not sure if it'd make any sense, given the device and software,
    but what happens if you could resize the page so that sentence
    is in one page, then resize the page back to original size; which
    should make both halves of a sentence still retain that aspect?
    Just an idea...
    Dangerous enough?

  • Multiple Levels of Approval Workflow in SPD

    Hi-
    I'm building a workflow that has multiple levels of approval behind it.  I know how to set up the multiple levels of approval, but sometimes this workflow needs to have 2 approvals and sometimes it needs to have 3 approvals.  I'm hoping to pull
    the info in from a SP List, but am not sure to do with the different number of approvals needed.  Does anyone have any suggestions?
    Thanks a lot!

    Yes you can create a column in SP List containing the Approver names. This should be a People/Group field or Single line of text can also work.
    In your SPD workflow you can track the status of the previous Approver and based on this you may allow the workflow to move to next or stop it. Assuming that you will create a Status column having two values - "Approve" and "Reject".
    If Approver selects "Approve" then workflow proceeds for next approval or else the workflow stops or if Approver chooses "Reject" then you may create a new task for the previous Approver and send him an email - Just a suggestion if you
    have back and forth approval system.
    If it is a simple sequential approval then can go for out-of-the-box Approval Workflow available. If there is some level of conditions then SPD workflow is an option.

  • Deactivating the Invoice Approval Workflow in SRM 5

    Hi WF GurusM
    We are setting up Invoice Entry in SRM 5.0 and get the message: No approval workflow found. Inform system administrator.
    Please can you recommend how we can temporarily deactivate this workflow, so that we no longer get this message. We have looked in SWB_COND but could not work out which WF the system is trying to call.
    Regards. Steve Walsh.

    Hi Steve,
    You can check which workflow is getting called using the following approach:
    1. Activate event trace using t-code SWELS.
    2. Go to t-code SWEL. Check the BO and event getting triggered while setting up Invoice Entry in SRM.
    3. Check the receiver type of the BO event. This would show all the workflows that are receivers of the BO event.
    4. Else, check in t-code SWETYPV and check the event linkage of the BO event to the workflows.
    This would surely give you the workflow getting triggered on this event.
    Hope this helps!
    Regards,
    Saumya

  • OWF Builder - Sample Workflows

    Hi,
    I am totally new to Oracle Workflow and just installed the Oracle Workflow Engine on Oracle 10g Database. Also managed to get the Administrator's and User's Web based consoles configured.
    Now I'm tiring to work with OWF Builder. OWF Builder was configured to get connected to the database. There were some sample workflows that could be loaded from the DB to the OWF Builder. But the code implementation is not there. Can anyone please explain a simple workflow (with 3 or 4 process nodes) with the code implementation, so I will be able to get an idea of the codes and node setup?
    According to what I understood, in OWF Builder, the graphical nodes are used to represent the transfer of parameter/s from one node to another. But to implement the functionality of process node, one has to write codes with Java or PL/SQL. Please verify whether I am correct or not?
    Thank you.
    Best Regards,
    Shanaka

    Hi,
    Well the best way i can suggest is to download this sample "Leave Approval" workflow from my website:
    http://yuvi.esmartdesign.com/index.htm
    Explanation:
    This WF is a simple Leave Approval workflow that sends a simple leave notification to the approver, requesting him/her to approve the leave for a specific duration. The leave can be either approver or rejected. Once the leave is approved/rejected, a notification reaches the mailbox of the requestor in Apps.
    This is a very simple WF with only three activities namely:
    NOTIFY_APPROVER
    NOTIFY_REQUESTOR_APPROVE
    NOTIFY_REQUESTOR_REJECT
    All the notifications have messages attached to them. In case if the Approver takes no action, by default the leave is APPROVED.
    Hope this is clear and simple to understand.
    {This workflow file shall be available on my website only for a small duration}
    Pointers:
    Check the "Oracle Workflow" section under the "Downloads" category in my website.
    HTH,
    Nitin

  • Parallel approval workflow, end process

    Hi everyone
    I have a approval workflow that has 3 users approvers with a parallel approval. 
    I want to end the workflow (Approved or rejected) when ONE OF THIS USERS complete your task 
    Does anyone know a way to do it ?
    Thanks in advance!
    Regards

    Hi,
    The following settings in SharePoint designer for your reference:
    More informaiton is here:
    https://social.technet.microsoft.com/Forums/en-US/2cd81250-1124-4d61-b78d-78e747f7fd64/parallel-approval-workflow-where-one-approval-completes-the-workflow?forum=sharepointcustomizationprevious
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Approval Workflow does not update the Content Approval status if started automatically

    Hi,
    I’m using a simple Approval Workflow associated with
    Content Approval on site pages. It works fine when I set it to be started manually (by using
    Allow this workflow to be manually started by an authenticated user with Edit Item permissions
     option) and on the completion of the workflow the
    Content Approval status is updated accordingly. But when I set it to be started automatically (by using
    Start this workflow when a new item is created
     / Start this workflow when an item is changed
    options), it does not updates the Content Approval status. Note that I’ve set the
    Update the approval status after the workflow is completed (use this workflow to control content approval)
    option to true.
    Regards

    Hello,
    It is recommended to select "Start this workflow to approve publishing a major version of an item" when you want to use the workflow to manage content approval for
    a library.
    According to the Notes for “Enable Content Approval” option in
    this reference:
    If you are using this Approval workflow to manage content approval (moderation) for a library, and you selected the Start this workflow to approve publishing a major version
    of an item check box on the Add a Workflow page..
    If you did not select the Start this workflow to approve publishing a major version of an item check box on the Add a Workflow page because you do not want this workflow to
    be the default content approval workflow for a library, you can select the Update the approval status (use this workflow to control content approval) check box to make this workflow a secondary content approval workflow that specific users can
    start manually.
    That means having an approval workflow start automatically when a document is changed or created is not a good practice when you want to use the workflow to manage
    content approval for a library. You should either select "Start this workflow to approve publishing a major version of an item" or give users the option to start the workflow manually at the time they want to submit for an approval.
    Thanks & Regards.
    Lily Wu

  • Some users continue to get overdue notices for an approval workflow.

    Some users continue to get overdue notices for an approval workflow that has already completed and approved. How to stop the overdue notices. And there are no tasks running in the task list.
    Thanks
    Ramanjjilu Naidu

    Rama,
    Usually these happen from restored/QA env which give us false impression.
    Check similar thread - 
    SharePoint
    Approval workflow Overdue emails after workflow completion
    Overdue
    task reminder even after task /library deleted
    Task
    overdue emails even after deleting all tasks
    Workflow
    Task overdue notifications
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Transaction span two WLS managed servers (non-clustering)

    (Weblogic 6.1 - non-clustering version)
    I have two managed servers configured on a single machine on different
    ports, and I am not using clustering weblogic. Assuming I have EJB A
    deployed on managed server 1, and EJB B deployed on managed server 2.
    I want to have EJB A to invoke EJB B. In EJB A, I guess I will
    probably create the InitialContext with the URL of managed server 2,
    then do the JNDI look up and call EJB B.
    My questions are:
    - Can weblogic handle transaction that spans two managed servers
    (non-clustering setting)?
    - Does weblogic use XA to handle transaction between managed servers?
    - Do I need to do any JTA code in order to achieve that (instead of
    just letting the EJB container to handle the transaction for me)?
    Thanks in advance!
    B.L.

    Hi,
    "benson" <[email protected]> wrote in message
    news:[email protected]..
    (Weblogic 6.1 - non-clustering version)
    I have two managed servers configured on a single machine on different
    ports, and I am not using clustering weblogic. Assuming I have EJB A
    deployed on managed server 1, and EJB B deployed on managed server 2.
    I want to have EJB A to invoke EJB B. In EJB A, I guess I will
    probably create the InitialContext with the URL of managed server 2,
    then do the JNDI look up and call EJB B.
    My questions are:
    - Can weblogic handle transaction that spans two managed servers
    (non-clustering setting)?Yes, it can.
    - Does weblogic use XA to handle transaction between managed servers?Yes, it does. Make sure you use TX DataSources. If the servers are connected
    to different databases, TX DataSources should be based on connection pools
    used XA drivers.
    - Do I need to do any JTA code in order to achieve that (instead of
    just letting the EJB container to handle the transaction for me)?No, you don't. WebLogic will take care about handling
    distributed TXs.
    Regards,
    Slava Imeshev

  • Program/Code to reinitiate AP Invoice Approval Workflow

    Does anyone have any knowledge of a Oracle program or plsql code to bulk reinitiate AP Invoice approval workflows that have been rejected? Basically, we have written a program that will 'Reject' all open invoice approvals, and included a specific rejection reason so that we can identify them later. Now I am looking for something that will reinitiate all of these invoices for approval without going to each invoice.

    If you have some idea, can you point me to what exactly could be causing this issue. Is this the problem with emailing message preparation part or email sending part or something else that could be causing this. Sorry, I have no idea -- It might be reported in the bug.
    Another questions that comes to my mind, does attachment work with other workflows like iProcurement / PO / HR etc.....that is, is this a problem with just AP Invoice Approval or other oracle workflows have the same issue.
    One point brought out by one of fucn folks was, because invoice images could be of several pages that is why oracle don't want to send those in emails.Please log a SR for this.
    Thanks,
    Hussein

  • OOTB Approval Workflow CC field issue

    I have a OOTB Approval Workflow that functions as expected but for the CC field. The email goes to only the first user mentioned in the CC field and not to the ones thereafter. I have checked the Approval Workflow steps using SharePoint Designer but nothing
    seems to be off. I have run out of ideas as to why only the first name in the CC gets an email but not the rest.

    Yes I did try changing the order. Still emails the first user mentioned in the order.
    KP
    Hi Kartik,
    Do you mean if you change the order of users in CC field, only the first user can recieve the email?
    Could you please contact SMTP administrator and see if message is sent from SharePoint workflow and recieved by user account? If you are using Exchange server as SMTP server, you could check message tracking log per timestamp.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Need Sales Order Approval Workflow upto two level

    Hi All,
       I am new user of sdn and also in workflow.I want to create a workflow to approve a sales order upto two level of approval.
    Is there any standard workflow available for this?or any standard task to approve sales order.Please help.

    Hi Abhijit,
       Thanks for your assistance.
    Actually what I need is to build a workflow which will be triggered whenever a Sales Order is created by some user.First the workflow will check if the sales order value is greater than Rs.10,000 or not.If yes it will go for the first level of approval to authority1 if not it simply complete the workflow.If authority1 approve the workflow it will go to authority2 for second level of approval.If authority1 reject that it will go back to the sales order creater to change it or he simply complete the workflow.If he choose change then it will again go for the first level of approval to authority1.If authority1 approve the sales order then it will go to the authority2 for second level of approval.If authority 2 approves it the sales order will be finally approved else it will return back to the creater to change or withdraw.
    I think you have understood what I want.Waiting for your reply.

Maybe you are looking for

  • Find header-text in VA01 before save

    In a salesorder creation (VA01) I have inserted a text in the header. Goto - header - text. Before saving the document, I need to see if there is any text - and what the text is. The tables are  not updated, so I can't make a look-up there. Any sugge

  • Setting up a PDC: error-"The specified domain either does not exist or.....

    **** Everyone... Please, would someone give me some help to resolve the error (WIN7): "The specified domain does not exist or could not be contacted." I have Open Directory, DNS and SMB running. No errors are present. Any info I can give to help solv

  • How to upgrade to WSA 7.5?

    Hello all, I would like to know where I can get the image to upgrade to WSA 7.5, I currently have an Ironport S370 versión 7.1.3-021. According to the release notes, my version should be able to upgrade directly to 7.5, however on System Administrati

  • Migrating Netware to VM with Portlock Storage Manager

    We are currently in the process of migrating out NetWare 6.5 SP8 boxes to a virtual environment using PortLock Storage Manager. We have successful migrated a number of NetWare servers already. However, when we tried to migrate our BorderManager serve

  • XDODTEXE erroring out

    Hi , I have the following xml file <dataTemplate name="INTDOMHOLD" defaultPackage="" description="INTDOMHOLD"> <parameters> <parameter name="p_hold" dataType="VARCHAR2" defaultValue=""/> </parameters> <dataQuery> <sqlStatement name="Q1" dataSourceRef