Create Workflow Builder On EBS

Hi all
I created a Workflow to approve invoice.I create package and procedure 'approve_invoice' to change status of invoice.In the procedure,i use function update:
UPDATE PN_LEASE_DETAILS_ALL AIA
SET AIA.Attribute13 = 'APPROVED'
WHERE AIA.LEASE_ID = l_invoice_id;
This procedure run normaly and change status of invoice become 'APPROVED'
But when i change function update :
UPDATE PN_LEASES_ALL
SET LEASE_STATUS = 'AA'
WHERE LEASE_ID = l_invoice_id;
It can't run into procedure approve_invoice and not change status of invoice
I don't know how to fix this problem
Who can help me?Please
Thanks all

Where can I download workflow builder for Oracle eBs r12.1.3?oracle workflow builder
oracle workflow builder
https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Builder+AND+Download&objID=c3&dateRange=last90days&userID=&numResults=15&rankBy=10001
https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Builder+AND+Download&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Does our DBA also install something on the middle-tier, our is this just
pre-installed with Oracle installation?You do not need to install or configure anything on the server to use Workflow builder.
Thanks,
Hussein

Similar Messages

  • Starting workflow builder on LINUX

    HI All,
    I have 2 questions.
    1. Can I install/ Use oracle workflow builder on Linux?
    2. I have installed Oracle EBS 12.1.3 on Linux ( I am not sure if Oracle Workflow builder is installed with EBS or not), If it is installed with EBS installation. Can I use Oracle workflow builder on EBS server? if yes , how?
    Thanks in advance.
    Regards,
    Salahuddin.

    Workflow builder client is available on  Windows XP, Vista, Windows 7 (32-bit and 64-bit), and Windows 8 (32-bit and 64-bit). Please see docs below for details on where to download the software from.
    11i - 12 How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business Suite (Doc ID 261028.1)
    How To Obtain Oracle Workflow Builder (Doc ID 401288.1)
    Thanks,
    Hussein

  • How to create workflow container element from workflow builder?

    How to create workflow container element from workflow builder?

    in workflow
    three are five container, for each container we have define according to requirement of that particular container.
    1. event container
    2. workflow container
    3. task container
    4. method container
    5. rule container
    1. event container
    in evernt contianer we have to create elements in BOR where we create event in parameters
    2. workflow container
    in workflow container we have to create elements in workflow builder itself. in left side of the screen we see <double click to create element>
    3. task container
    in task container we have to create in task itself it has a tab called container elements
    4. method container
    in method container we have to create in BOR. it is created in parameter of that BOR.
    5. rule container
    in rule container we have to create in PFAC transaction

  • Workflow Builder logon

    We would like to give Workflow Builder to other than the System Administrator. Is there a way to use Workflow builder by using a logon name other than APPS?

    We would like to give Workflow Builder to other than the System Administrator. Is there a way to use Workflow builder by using a logon name other than APPS?You can connect from Workflow Builder to Oracle EBS database through a database user. If you want the user to have full access, then the apps username/password should be sufficient. Otherwise you may need to consider creating a new database user with less privileges comparing to apps user.
    Thanks,
    Hussein

  • Diff: Version on workflow builder and Maintain Active Plan version on SWU3

    Group,
    Can any one help me to understand the Version on workflow builder and Maintain Active Plan version on SWU3
    Thanks in advance !
    Richard A

    Dear Richard Antony,
    The Versioning in the Workflow is very important its some what simmilar to the version on any SAP Objets like Tables, Program etc.
    Here Suppose any change comes in working workflow, then in stead of directly change them you can create a version of them and them modify it. So that you can reverst back to that version if required.
    Like wise there is lots of importance of versioning Workflow.
    The Active Plan version is also important to establish at SWU3. As all the Workflow is using Organization management which is very depended on the Active Plan version. so based on which Plan version you want to use you can Provide in SWU3 to tell Workflow system to use this.
    Hope this will give you a clear picture.
    Regards,
    Chandrashekhar.

  • Customized notification message template in Workflow Builder for iExpense

    Hi Gurus!
    I have a few requirements to change the notification format of the AME Expense Report Approval Message and one of which is to add a due date of the notification in the subject line of the email. So i have created a new message template, added in some attributes and point the notification to it. It works but in the email body it is missing some sections like the instruction text and the Previously Submitted Expenses section. The new message template has all attributes from the old message template so i'm expecting it to behave exactly the same.
    We're on Oracle r12 and i use Oracle Workflow Builder 2.6.3.5.
    Can you please help?
    Thanks in advance.

    Hi Patricia,
    For
    '358: Activity result code 'RESET' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition.',
    you may have a function step defined in your workflow which could have a result type like 'Yes/No' but you may have defined the next step for the result type 'Yes' but not for 'No'. so you have to complete the flow for all of the result type of that function step.
    for,
    '383: Notification activity must be assigned a performer when used in a process.'
    Open up the properties dialog of the notification in your process and click on the 'Node' tab, there at then end you can find a property called 'Performer' assign the following,
    Type->Item Attribute
    Value->Send to Role (or) Send to Email.
    I guess this is a late response, but i just fixed these problem for my workflow and hence found your query !!
    ~ Vivek MS

  • Information on Globalization of Workflow Builder GUI

    I am trying to determine if the Oracle Workflow builder application can display non-English characters in its menus, labels, dialogs, etc. Is there central site that describes the level of internationalization for this and other Oracle products? I have already looked in the "Products > Database > Oracle Workflow" forum and post a request there. Any point of contact would be helpful. Thank You.

    Hi Srinivas,
    Firstly when you create the container element for the task set is as an import parameter ( Double click on the container element-> Properties (Tab)-> Import(Field) ). Save the task. In SWDD select the activity. Put in the task and Click on Binding button. You will get a pop up showing all the workflow elements and the task elements. Map the workflow element to the task element here. Save and activate the workflow.
    In SWO1 open the method for the business object. Click on parameters button and add an import parameter of the same data type as the task container element. In the program add the following code:
    Data: newvariable type datatype
    swc_get_element container 'NEWVARIABLE' newvariable.
    Open the task definition and click on method binding. Map the task container element to the method input parameter.
    After these steps you should be able to use the new variable in your code.
    Regards
    Bhooma

  • Unable to view flow in Workflow builder

    Hi,
    I have created a process flow in OWB904 and deployed it to workflow repository. The flow runs ok from OWB and from SqlPlus. When I try to connect to workflow repository from workflow builder (2.6.1.5.2), I get the following error:
    WFLDRL_FAIL
    WFLDRLD_FAIL
    WFLDDITT_FAIL FILTER=%
    WFITTS_FAIL NAME=PKDW3
    WFITTV_FAIL OPERATION=SET NAME=PKDW3
    WFXXXV_DESC DESC=Process Flow Package
    WFSTRCK_SPACE
    I have to run the workflow script 'wfrmitt.sql' to remove the deployed item. The repository then become accessible again. OWB deployment manager reports no error: Any clues?

    Rolf,
    The issue seems to be in the description.
    We can reproduce this with a trailing space on the description of the ProcessFlow Package. Then we get the same messages you get, but you seem to be getting the raw NLS keys not the NLS'ed strings (don't know why)
    The solution is to remove any leading or trailing spaces from the description.
    you could look at the DESCRIPTION column of the WF_ITEM_TYPES_TL table of the Workflow repository to confirm the presence or lack of spaces.
    Hope this helps,
    Jean-Pierre

  • Oracle workflow builder as standalone

    Hi
    I have installed Oracle EBS 12.1.1 (Linux) on my laptop. I understand there is no linux version for Oracle Workflow Builder. Can I install Oraclw Workflow Builder on a standalone windows PC and build workflows and later copy the files to the laptop and install them manually on the Server without a network connection between the 2 computers?
    Can you please provide details.
    Regards
    Jacob

    re**** wrote:
    Hi
    I have installed Oracle EBS 12.1.1 (Linux) on my laptop. I understand there is no linux version for Oracle Workflow Builder. Can I install Oraclw Workflow Builder on a standalone windows PC and build workflows and later copy the files to the laptop and install them manually on the Server without a network connection between the 2 computers?
    Can you please provide details.
    Regards
    JacobYes you can.
    How To Modify Objects In Workflow Builder [ID 125067.1]
    How To Obtain Oracle Workflow Builder [ID 401288.1]
    Oracle Workflow Builder On Windows XP, Microsoft Vista, OR Windows7 [ID 563350.1]
    Thanks,
    Hussein

  • Oracle Workflow Builder Client Installation Error

    Hi,
    I am trying to install Oracle Workflow Builder Client 2.6.3.5.
    After starting the installation I am getting error as cannot create C:\Documents....\oui\Autorun.inf followed by Java Virtual Machine Launcher Window saying Fatal exception occured. program will exit.
    Please help me.
    Thanks,
    Aditya
    Edited by: Adit102 on Sep 5, 2012 9:58 AM

    I have not seen this one .... Ensure that the install directory as well as any init directory use the conventional/old 8 character name, like D:\Work\Oracle. No spaces. I say so because it is suspicious that the error refers to C:\Documents....\
    Hope this helps,
    Alejandro
    Edited by: Alejandro Sosa on Sep 5, 2012 6:29 AM

  • Workflow Builder step type 'Loop (While)' missing

    The step type 'Loop (While)' is missing in the workflow builder in both the SWDD and PFTC transactions.  This is happening is a WebAS 640 Support Pack 14 system and a WebAS 700 Support Pack 8 system.
    I have searched in SDN and OSS notes but could not find anything related.
    Are we missing some configuration setting or is this step no longer supported?  Thanks in advance for anyone who can provide some hint.

    How do you create the step?
    Did you try, cliking the cursor on the place you want the step to be, then click on the create button and then select the loop while (maybe your resolution is too small, so that you don't see it appearing)
    Kind regards, Rob Dielemans

  • Workflow Builder Notification Performer Error

    Hello,
    I am working with Workflow Builder 2.6.3.5. I copied a voting notification, made some message and description changes, and added the copy into a process.
    When I validate the process, it says "383: Notification activity must be assigned a performer when used in a process." When I go to the process where the original notification is, it has an attribute as a performer. But the copy does not have the attribute performer.
    I have found a lot of information saying a performer can be a role or attribute, and to load roles, but it is not a role I want. How can I assign an attribute performer to this notification?
    Thank you.

    Kevin,
    You should be able to assign the performer to an item attribute. All you have to do is create the item attribute and then go to the notification in the process and select the Node tab. Then select Item Attribute from list Type and then select the item attribute you created.
    While you are able to create and use a text attribute it is recommended to use a Role type because it is consistent and later on, if you need to maintain users in the WF tables you will be able to find them easily. It is just the right way to do.
    Regards,
    Alejandro

  • Oracle Workflow Builder in Vision Database

    Hi,
    I have Installed Oracle EBS R12 on WindowsXp.....Now My Questions is Do i need to Again Install Workflow Builder externally....Then Please provide me steps.....I dont have CSI number
    Or If it internally installed ...then please give me the link to start Workflow Builder
    Thanks
    Shoaib

    Hi,
    You need to install it separately -- Download Oracle Workflow Builder from:
    Software Downloads
    http://www.oracle.com/technetwork/indexes/downloads/index.html
    Oracle e-Delivery website
    http://edelivery.oracle.com
    Here is the direct link --> http://crmondemand.oracle.com/technetwork/database/options/winclient-101059.html
    Thanks,
    Hussein

  • Oracle Workflow Builder in HRMS

    Hi,
    I have Installed Oracle EBS R12 on WindowsXp.....Now My Questions is Do i need to Again Install Workflow Builder externally....Then Please provide me steps.....I dont have CSI number
    Or If it internally installed ...then please give me the link to start Workflow Builder
    Thanks
    Shoaib

    Duplicate post.
    Oracle Workflow Builder in Vision Database
    Oracle Workflow Builder in Vision Database

  • Workflow Builder Examples

    Hi,
    Im completely new to Oracle Workflow builder. Can anyone suggest any docs or examples of how to create a process flow, design a work flow and implement the jobs. Pls suggest.
    Regards
    Kishan

    Hi,
    Start here: http://www.oracle.com/technology/products/ias/workflow/release263/workflow_faq.html
    Here you will find 4 pdfs: developers guide, user guide, admin guide and API reference.
    http://otn.oracle.com/pls/db10g/portal.portal_demo3?selected=3
    Any doubts just ask,
    Regards,
    Luiz

Maybe you are looking for

  • G5 no longer recognizes firewire

    Hi, I have an early 2009 G5 that I have recently upgraded to OS X 10.8.3.  I have also installed an external eSATA drive.  Now, I can't get any of my FireWire devices to work.  They show up in the System Report under the FireWire Bus, but FCP and Gar

  • Airport just stopped connecting - bizarre!

    Hi Everyone I really hope someone can help on this one. My MacBookPro 2.4 (the latest one) has just decided to stop connecting to our home wireless network. It has been working just fine on this network for weeks. It has always connected just fine to

  • DRG-51030: wildcard query expansion

    Hi, encountered an error when I ran this, SELECT /*+use_hash(t$oracle_text)*/ count(documentid) FROM t$oracle_text WHERE CONTAINS ( dummy, 'near(((approv%=underwrit%=report%),(waive%=exception%=override%)),10)', 1) > 0 ERROR at line 1: ORA-29902: err

  • Captivate 6 - Combining publishing files

    We're working to convert our old multimedia presentation system to a modern one.  To maintain backwards compatibility, we want to use Captivate to publish both Flash and HTML5, which is already supported.  The problem we've run into is that we can't

  • Can't video chat with a buddy

    I have got anew Macbook and am trying to chat with my buddy, we both have both done speed tests - my end 3253 down 334 up his end 2172 down and 462. We can instant message - but can't audio or video chat. We can both access the apple test buddies' vi