Oracle WorkFlow, help me, please

Hi,
I don't familiar with Oracle Workflow , I want to use it, in fact I build up the Oracle WorKFlow using WorkFlow
Builder but I don't know how to link the workflow process with the aplication.
Can any one tell me How to execute this work flow
regards
Marma Teresa

Hello Maria,
There are two parts to your question; First, if you want to see how Workflow works in the application a good idea would be to test for example; a Purchasing Workflow. If you have Purchasing do the following: (I'm not sure how your setup is for the apps. so I'll include all steps).
1) Create yourself as a user in the Core applications: (R) System Adminstrator - (N) User/
Define
2) Give yourself the following responsiblities: a) System Adminstrator
b) Purchasing
c) Workflow Adminstrator Web Applications
3) Create a Purchase order in Purchasing - do not approve the PO
4) Open a SQL session and run the following script:
SQL> select segment1, wf_item_type, wf_item_key,po_header_id
from po_headers_all
where segment1 = <PO Number>;
This script will give you the the name of the workflow that got called: wf_item_type and
the unique instance of the definition that got called: wf_item_key.
5) Choose the Workflow Adminstrator Web Applications responsibility and choose Find Process
from the menu
6) In the Item key field enter the value from the SQL script (wf_item_key) - click on Find
7) In the next form chose the View Diagram button - this will launch the Workflow Monitor, it
will allow you view the present state of the definition - the green line indicates
the 'path'Workflow has taken and the color also indicates that everything is ok.
8) Go back into Purchasing and Approve the PO
9) Follow steps 5,6 and 7 - to see the 'continued flow' of the Workflow.
The second part to your question, if you have created a Workflow you have two options;
1) To actually 'call' the Workflow you created, you will have to save your definition to the
database. Chose the Launch Process menu, find your definition. The in the next form, enter
the data for your attributes...then click ok. This will launch your workflow.
Unfortunately, I do not know what your definition looks like so may encounter some errors.
But the Launch Process allows you 'test' the Workflow you created.
2) If you want to 'include' your definition in the Core Applications that might require a
customization. In brief, when users are in the application, depending on what they are
doing, the form will call workflow. If you want the application to call your definition you
will have to cutomize the call the form makes. But, certain modules in the application
do allow you to modify Oracle's definition and call your new process - Oracle Purchasing
is one of those modules.
I hope this information helps. If you need more infomation let me know: [email protected]
Thanks,
Karen

Similar Messages

  • Oracle Workflow - Help required

    While using oracle workflow with apps,
    the timeout function is not working. The process is not going thru th epath of timeout

    Dear Raghvendra,
    Run background engine concurrent program for the item type.
    Rgds,
    Jayesh

  • Urgent help needed in inserting data into a custom table in oracle WorkFlow

    Hi
    I am trying to get data from the WF and insert into a custom table..
    I read that workflow procedures WONT allow commits...
    Oracle Workflow will not support autonomous commits in any procedure it calls directly. If you need to perform commits, then embed your SQL in a subprocedure and declare it as an autonomous block. This subprocedure must be capable of being rerun. Additionally, note that Oracle Workflow handles errors by rolling back the entire procedure and setting its status to ERROR. Database updates performed by autonomous commits cannot be rolled back, so you will need to write your own compensatory logic for error handling
    Have anyone did this..
    Please give me some idea ...It is urgent
    I am getting data using getitemattribute..and try to insert it into a custom table
    thanks
    kp

    Pl do not post duplicate threads - insert dont work in Workflow
    Srini

  • My requirement is to update 3 valuesets daily based on data coming to my staging table. What is the API used for this and how to map any API to our staging table? I am totally new to oracle and apps. Please help. Thanks!

    My requirement is to update 3 valuesets daily based on data coming to my staging table. What is the API used for this and how to map any API to our staging table? I am totally new to oracle and apps. Please help. Thanks!

    Hi,
    You could use FND_FLEX_LOADER_APIS.UP_VALUE_SET_VALUE to upload them from staging table (I suppose you mean value set values...).
    You can find a sample scripts if you google around.
    What do you mean "how to map any API to our staging table" ?
    You should do at least the following mapping (which column(s) in the staging table will provide these information):
    - the 3 value sets name which you're going to update/upload (I suppose these are existing value sets or which have been already created)
    - the value set values and  description
    Try to start with something and if there is any issues the community could then help... but for the time being with the description of the problem you have provided, that's the best I can do...

  • Workflow Install Guidance - Please help!! :=)

    I have some questions about how/where to install Oracle Workflow. Any guidance would be appreciated.
    1) Is there a Workflow 2.6.2 CD or do you just install 2.6 and then use the patch to update your install?
    2) Is the Oracle Workflow installed on the database server or the app server. I know that a DAD is needed on the app server in something like 9iAS or OAS. However, where is the actual Workflow Server installed (db server or app server)? Where is the Oracle 9i Management and Integration installed? Specifically, does the /wf directory end up being on the database server or the app server?
    3) Workflow is bundled with the database 9.2 CD as well as 9iAS 9.0.2 as a supplemental CD. Does it matter which one you use? Are they different products? If you use the 9iAS one, where do you install it?
    4) I know that Workflow 2.6.2 is bundled with Oracle 9iAS InterConnect in 9iAS 9.0.2.1. However, you have to install the whole thing including InterConnect even if you just want Workflow 2.6.2.
    Again any guidance/help/pointers to documentation will help. Trust me, I have tried to read everything out there and they are very careful not to mention where you install the product (db server or app server)... :=)
    Thanks,
    Ray

    I've been messing with workflow - so these comments are from someone who is not an expert.
    Oracle Workflow is part of the database install on 9i. I managed to get it installed in the following rough manner:
    1. Install 9i databse on a machine
    2. Add the workflow bit by choosing "Oracle 9i Management and Integration", then "Custom". When you hit next, Oracle Workflow should be under enterprise manager product.
    This will install workflow and launch the configurator. Now you kind of have workflow, but you need to do more "magic" to get the web front end up.
    Firstly you need to make sure that you have the HTTP server up and can access its pages. There is no a setting under the web server implmentation which allows you to setup a "DAD" for the workflow. Try searching oracle pdfs for :
    Step 4. Install and configure your Web server.
    Oracle Workflow requires that you integrate with Oracle HTTP Server as
    your Web server. Your Web server installation must be able to access the
    Oracle Workflow java area, the Oracle Workflow icon area, and the Oracle
    Workflow documentation area.
    1. Install Oracle HTTP Server with mod_plsql.
    Refer to your Oracle9i Database Server or Oracle9i Application Server
    installation documentation for further details.
    2. Using your web browser, navigate to the following URL:
    http://<server_name>[:<portID>]/
    Replace <server_name> and <portID> with the server and port number
    on which your web listener accepts requests. For example:
    http://test.company.com:7778/
    3. In the Oracle HTTP Server Components page, choose "mod_plsql".
    4. In the Gateway Configuration Menu page, choose "Gateway Database
    Access Descriptor Settings".
    5. In the Database Access Descriptors page, choose "Add Default (blank
    configuration)".
    6. Create a DAD for Oracle Workflow, specifying the following settings:
    Database Access Descriptor Name: <your Workflow DAD>
    Schema Name: <Leave Blank>
    Oracle User Name: <Leave Blank>
    Oracle Password: <Leave Blank>
    Oracle Connect String: <CONNECT_STRING>
    Note: Oracle Workflow Release 2.6.2 supports the
    versions of Oracle HTTP Server and mod_plsql that are
    included with Oracle9i Database Server version 9.2 or
    higher, as well as the versions that are included with
    Oracle9i Application Server Release 2 (9.0.2) or higher. We
    recommend using the versions of Oracle HTTP Server and
    mod_plsql that are included on the software CD from
    which you are installing Oracle Workflow.

  • Issue in notification API for oracle workflow

    Hi,
    I am facing issue in sending oracle workflow notification. i have created a simple workflow with a process.
    I wrote one package which is creating adhoc role and sending the notification through api I(wf_notification.send).
    I am able to get the notification as well as email notification but without attribute values. My workflow attributes are getting replaced by null, but message body is appearing.
    Please help me, its urgent.
    Thanks
    Rajni

    I doubt that Oracle 7 DB is not supported. You may consider raising a SR with support.
    Regards,
    Anuj

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • Oracle Workflow 2.6.3 Installation

    Hi,
    On a Redhat Linux server 3, I have installed Oracle 10g Infrastructure and Middle Tier. I have also a 10g Databse installed on this machine. I want to install Oracle Workflow 2.6.3.
    I used the Contnet Management SDK 10g(9.0.4.0) CD and run the installer. AS mentioned in Oracle Note:265554.1, stopped the installation up on the Workflow Configuration Assitant. Then changed the wfinstall.csh file as mentioned in the note. Then executed the wfinstall.csh from command prompt. This invokes a GUI which ask for few parameters.
    I would appreciate if you help me in filling this parameters.
    1. What is that Sys password? Is it the password for Infrastructure databse or that of the 10g database.
    I tried with infrastructure password and connection details. This installtion hangs at the following.
    WorkflowCA: /opt/oracle/product/904_portal/bin/sqlplus OWF_MGR/<WFCA WF
    PASSWORD> @/opt/oracle/product/904_portal/wf/sql/wfcorec.sql OWF_MGR <WFCA WF
    PASSWORD>
    When I tried with 10g database, it is not connecting. It shows sys connect failure error.
    I am able to connect to both infrastructure and 10g database from Sqlplus locally and using Jdeveloper from remote machines.
    All the web urls (EM/PORTAL) are working.
    Also on general ,
    1. Can the workflow 2.6.3 installed to the on the 10g Portal database? Does it require a seperate database? Can this database co-exist in the same Server?
    Please help with your suggestions.

    Vinod,
    The SYS password is the SYS password of the database into which you wish to install the workflow server.
    I would recommend you connect to SYS to the database separately to test the connection- sqlplus sys/&lt;syspwd&gt;@&lt;db&gt; as sysdba
    Also, what install are you trying to use? Just workflow or 10gAS and workflow ?
    if you are just looking for oracle workflow 2.6.3 to be installed on a 10g database without any 10gAS, you can use the workflow server shipped with the 10g database.
    If you are using workflow shipped with the 10gAS, you are on the right track- install workflow from the CMSDK cd onto any database of you choice.
    Hope this helps...
    Raja

  • Oracle Workflow Java Activity Agent not starting up

    Hi,
    I am trying to start the Java Activity agent of Oracle workflow.
    As specified in the installation and setup guid I am running the following script (for NT):
    wfjvlsnr user/password@connectString
    The activiy agent does start up but then I get a NullPointerException in the main thread of the Java Activity Agent class.
    Appreciate you help.
    thanks.
    Here is the dump.
    E:\Ora9idb\wf\admin>rem ******************************************************
    E:\Ora9idb\wf\admin>rem $Header: wfjvlsnr.bat 26.5 2001/07/02 09:13:06 smayze
    ship $
    E:\Ora9idb\wf\admin>rem USAGE:
    E:\Ora9idb\wf\admin>rem 1) Workflow Schema User/Password@Database
    E:\Ora9idb\wf\admin>rem 2> "Workflow Schema User Password Database [protocol
    [charset]
    E:\Ora9idb\wf\admin>rem To disable output, use the jrew command instead of jre
    E:\Ora9idb\wf\admin>rem ******************************************************
    E:\Ora9idb\wf\admin>set WF_UN=workflow/workflow@workflow
    E:\Ora9idb\wf\admin>set WF_CHARSET=
    E:\Ora9idb\wf\admin>IF "" NEQ "" set WF_CHARSET=-DCHARSET=
    E:\Ora9idb\wf\admin>set WF_CLASSPATH=;e:\Ora9idb\wf\java;C:\PROGRA~1\Oracle\jr
    1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9idb\jlib\wfjava.jar;e:\Ora9idb\wf\x
    \java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wfapi.jar;e:\Ora9idb\jdbc\lib\classe
    11.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\jlib\ewt3.jar;e:\Ora9idb\jlib\ewt3
    ls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;
    E:\Ora9idb\wf\admin>"C:\PROGRA~1\Oracle\jre\1.1.8\bin\jre" -classpath ";e:\Ora
    db\wf\java;C:\PROGRA~1\Oracle\jre\1.1.8\lib\rt.jar;e:\Ora9idb\wf\java;e:\Ora9i
    \jlib\wfjava.jar;e:\Ora9idb\wf\xml\java\lib\xmlparserv2.jar;e:\Ora9idb\jlib\wf
    i.jar;e:\Ora9idb\jdbc\lib\classes111.zip;e:\Ora9idb\jlib\share.jar;e:\Ora9idb\
    ib\ewt3.jar;e:\Ora9idb\jlib\ewt3-nls.jar;e:\Ora9idb\jlib\swingall-1_1_1.jar;"
    nojit oracle.apps.fnd.wf.WFFALsnr workflow/workflow@workflow
    Oracle Workflow 2.6.0 JAVA Function Activity Agent
    Connected to workflow@workflow with character set UTF8
    Listening...
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9996 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9997 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9997 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9998 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9998 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/9999 test.SelectApprover
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:11 GMT+05:30 2002 Enqueuing TEST_REQ/9999 test.SelectApprover
    Wed Aug 28 12:14:11 GMT+05:30 2002 Executing TEST_REQ/99910 test.SelectApprove
    PUT APPROVER_NAME=CDOUGLAS
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/99910 test.SelectApprove
    T
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing WFEVDEME/PO3435 oracle.apps.fnd.w
    XMLGetTagValue
    GET ATTR=REQUESTOR
    GET EVENT=EVENTMESSAGE
    GET TAG=/ORDER/REQUESTOR
    PUT REQUESTOR=BLEWIS
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing WFEVDEME/PO3435 oracle.apps.fnd.w
    XMLGetTagValue
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEAC_IT1/SYSADMIN JayTestFunction
    PUT TEST_RESULT=JAVA
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEAC_IT1/SYSADMIN JayTestFunction
    Wed Aug 28 12:14:12 GMT+05:30 2002 Executing TEST_REQ/9996 test.ApproveRequisi
    on
    PUT TEST_ATTRIBUTE=This value was set in the Approve Requisition Activity
    Wed Aug 28 12:14:12 GMT+05:30 2002 Enqueuing TEST_REQ/9996 test.ApproveRequisi
    on
    Exception in thread "main" java.lang.NullPointerException:
    at oracle.apps.fnd.wf.WFFALsnr.listen(WFFALsnr.java)
    at oracle.apps.fnd.wf.WFFALsnr.main(WFFALsnr.java)
    E:\Ora9idb\wf\admin>

    Hi,
    I tried to run the same without entering password,but still i am getting error.
    The error description is:
    Oracle Workflow 2.6.3 JAVA Function Activity Agent
    Please Enter Database Password :
    ORA-06401: NETCMN: invalid driver designator
    Unable to connect to nn0734.nucleussoftware.com:1521:asdb
    Accepted arguments:
    java <program> <user> <conStr> [oci8]
    java <program> <user> <conStr> thin
    Where <conStr> is in the form of <host>:<port>:<sid> for thin
    and DB Service name for oci8
    Please Help. Is there any problem with my tnsnames.ora or something else.
    Thanx in advance,
    Sarab

  • Access Control functionality in Oracle workflow

    Hi everyone,
    I am doing research into access control models and workflow systems (separation of duty policies in particular). As far as I could tell, Oracle Workflow does not provide much in terms of securing access to data in a workflow process (except from the normal login authentication of course).
    One usually assigns a task's performer to a CONSTANT role from your database roles so that only certain users will have access to that task. This is not always enough though, especially when the role-hierarchy is not properly contructed and maintained. So, I've been working on a few scripts to dynamically prevent users from receiving tasks on their worklists based on their previous participation in the process (e.g. to prevent a manager from approving his own leave application).
    I was just wondering if anyone else have been working on access control in Oracle Workflow. Is there any built-in functionality that I missed that controls task-user assignment?
    Thanks,
    Carmen

    Thank you very much Sirish for your help.
    We are facing huge performance issues while Risk Analysis with Oracle Application servers through Greenlight Adaptor - its taking around 10 hours for 3000 users. Can you please point out what can be the possibilities and how can we trace out exact root cause and then solve it.
    This is happening on GRC AC 5.2 SP10 and GRC logs doesn't say much , it just gives output taken 12 secs for one user Risk Analysis.
    Here is our understanding on how GRC does Risk Analysis and our observations on our systems -->
    1. GRC asks for 1 user details at a time from Oracle Application Server - please confirm does GRC do Risk Analysis for one user at a time or a bunch of users?
    2. Oralce App server get details of that user and sends back results to GRC.
    3. Now there is a wait time for around 3 secs before Oracle Server gets request for the second user. 3 sec for one user means 2.5 hours of wait time for 3000 users. We are not able to understand why Oracle Server needs to wait for next user request from GRC?
    Would highly appreciate if you can share your experience on GRC Risk Analysis with Oracle (Greenlight Adaptor) and with SAP systems.
    Best Regards
    Davinderpal Singh

  • Problem with oracle workflow builder 2.6.3.5

    Hello
    I have installed oracle workflow server 2.6.3 on a oracle 10G 10.2.0.1 in Red Hat linux Enterprise 4L and I have Oracle workflow builder 2.6.3.5 on Microsoft Windows XP Service pack 2
    I have the following error when i try to save or open and itemtype from the database
    1005: Language is not populated, please refers to Workflow documentation for steps on populating a language.
    How can i solve this i've alredy changed the NLS_LANG to match with the server
    In the server the language is set to American and in the NLS_LANG i have set like this AMERICAN_AMERICA.US7ASCII
    hope you can help me as soon as posible
    Andres

    Hi Matt thanks for the answer
    i've already seen the wf_languages table and i have the following:
    CODE NLS_CODESET I
    AR AR8ISO8859P6 N
    BG CL8ISO8859P5 N
    CA WE8ISO8859P1 N
    CS EE8ISO8859P2 N
    D WE8ISO8859P1 N
    DK WE8ISO8859P1 N
    E WE8ISO8859P1 N
    EG AR8ISO8859P6 N
    EL EL8ISO8859P7 N
    ESA WE8ISO8859P1 N
    F WE8ISO8859P1 N
    CODE NLS_CODESET I
    FRC WE8ISO8859P1 N
    GB WE8ISO8859P1 N
    HR EE8ISO8859P2 N
    HU EE8ISO8859P2 N
    I WE8ISO8859P1 N
    IS WE8ISO8859P1 N
    IW IW8ISO8859P8 N
    JA JA16EUC N
    KO KO16KSC5601 N
    LT NEE8ISO8859P4 N
    N WE8ISO8859P1 N
    CODE NLS_CODESET I
    NL WE8ISO8859P1 N
    PL EE8ISO8859P2 N
    PT WE8ISO8859P1 N
    PTB WE8ISO8859P1 N
    RO EE8ISO8859P2 N
    RU CL8ISO8859P5 N
    S WE8ISO8859P1 N
    SF WE8ISO8859P1 N
    SK EE8ISO8859P2 N
    SL EE8ISO8859P2 N
    TH TH8TISASCII N
    CODE NLS_CODESET I
    TR WE8ISO8859P9 N
    US US7ASCII Y
    ZHS ZHS16CGB231280 N
    ZHT ZHT16BIG5 N
    37 rows selected.
    as you can see i have installed the american_america.us7ascii
    also the nls_lang key in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_oracleas1
    is set to AMERICAN_AMERICA.US7ASCII
    I don't know wich is the problem with this
    thank you again

  • Is Oracle Workflow customization possible using APIs?

    Our Purchase Requisition gets approved through Oracle Workflow Notifications.
    Now I need to change Recipient of Notification,i.e. to change workflow on runtime (by using trigger on wf_notifications table) depending on some conditions.
    Please help which APIs should I call from trigger to change the forwarded to/ recipient.
    Can I use directly Send(),Forward(),Cancel() etc APIs contained in Package WF_NOTIFICATION ?
    I used Forward(), but it did not work.
    Please help.

    Just go through this link, you will get idea what to do for workflow
    Customizing PO approval workflow POAPPRV for email subject/body changes
    thanks

  • Rename ok button from FYI notification in oracle workflow.

    Hi All,
    In Oracle workflow the Client want to rename the OK button in FYI Notification. Is it feasible? If yes then how to do this.
    Please help.
    Regards,
    Uday
    Edited by: 823973 on May 10, 2013 12:03 AM

    Dear Pradeep,
    Thanks for your reply.
    If we use normal workflow button the user has to reply the answer with an email to notification mail server.We want to achieve the confirmation message with just a click of button.
    We are looking for all possible aspects to achieve the desired functionality.
    Regards,
    Rajesh

  • R11:RECEIVED ERROR MESSAGES FOR AP INVOICE APPROVAL IN ORACLE WORKFLOW

    Hi All,
    We have this error:
    ### Detailed Problem Statement ###
    Received the following error messages in sysadmin notifications:
    Event Error Name: 100
    Event Error Message: ORA-01403: no data found
    Event Error Stack: HZ_DQM_SYNC>REALTIME_SYNCH(oracle.apps.ar.hz.DQM.realtimesync,
    30665979B704AE043C0A81404B04A)
    Event Error Name: WFE_DISPATCH_RULE_ERR
    Event Error Message: [WFE_DISPATCH_RULE_ERR] ENAME=oracle.apps.ap.payment EKEY=10001
    RULE=ap_payment_event_wf_pfg.rule_function SQLCODE=100 SQLERRM=ORA-01403: no
    data found
    Event Error Stack: WF_Event.dispatch_internal()
    In addition, during the set-up of Oracle Approvals Management, there was no available list of
    values in the Notification Style in the workflow configurator page.
    Action Plan
    =======
    1) Confirm if the workflow is customized in any way.
    2) Confirm whether you are able to select global preferences for the other invoices approval, meaning are you
    getting the list of values for the other invoices.
    There are no workflow customizations. We are trying to implement it to AP invoice
    approval only.
    Can you instruct me on how to test this one? I thought I could only select the global preferences from the workflow configuration window. And there are no distinction as to which invoice approval
    process it is applicable. Where could I select the global preferences for other
    invoices approval?
    Thanks a lot

    thanks hussein , but still we can not see LOV values even if we inserted data manually...:(
    But it has improved and we moved on to another error which is:
    *****received the error message:3120: Activity 'APINV/52822' has no performer
    ### Problem description or inquiry details ###
    Received the following error message:
    Error Message
    3120: Activity 'APINV/52822' has no performer.
    Error Stack
    Wf_Engine_Util.Notification_Send(APINV, 115191_1, 52822, APINV:APINV_MRA) Wf_Engine_Util.Notification(APINV, 115191_1, 52822, RUN)
    Encountered the following:
    No list of values in the notification style field in the global configuration region in the Workflow Configuration Page
    Please note that we could not update the workflow configuration page using the forms because there
    is no list of values to select in the above-mentioned field. We just recently
    changed the workflow administrator role from SYSADMIN to KCAALIM to reduce
    changing of user log-in. We have previously used the sysadmin user log-in to
    access the workflow configuration page. there was still no list of values for
    the notification style. we changed the wf admin role to kcaalim using the sql:
    udpate wf_resources set text = 'KCAALIM' where name like 'WF_ADMIN_ROLE';
    Commit;
    Hence, changing of wf admin role and user log-in (to sysadmin) won't help (just in case you would advise me to do so) since we tried it
    already.
    ### Responsibility and navigational paths to reproduce ###
    1. set-up the AME for ap invoice approval.
    2. test an actual transaction.
    3. when the list is generated, set-up workflow for AP approval.
    when setting up the configuration page, there is no list of values available for the notification style. hence the workflow
    configuration could not be updated.
    4. Run the required programs (i.e., synchronizations)
    5. run the approval workflow from the developer studio page.
    6. review the status from the Status Monitor page.
    7. The error message appears
    8. payables, create a sample invoice.
    9. validate and initiate approval.
    10. review the approval history to find out the required approver. (the approver's name appears with 0 amount of approval)
    11. check the notifications in the required approver's worklist.
    12. there are no notifications sent.
    Text continued in next action...
    **** screen shots availble >http://rapidshare.com/files/176008682/error_-noperformer.doc.html
    Thanks again...

  • Which version of Oracle workflow is required for owb 11.2 process flow.

    Hi,
    I want to implement process flow for my mapping.
    But I am getting error as,
    "The connection was succesful but failed to retrive workflow version."
    Also OWF_MGR user is not created.
    Database is oracle 11g on RHEL
    and standalone OWB 11.2 on Windows.
    Do I need to create user owf_mgr which have schema for workflow objects?
    Also which version of oracle workflow required for process flow. Do I need to install
    Oracle Workflow server at Oracle db server or it ll get installed with 11g.
    Where I ll get the details steps to implement process flow from scratch.
    Please help.
    Edited by: TN on 21 Nov, 2011 6:01 AM

    Hi,
    I checked in dba_user and do not find owf_mgr in it so I created owf_user and grant himexecute any procedure and a role owb_user.
    When I did not get table wf_resources in owf_mgr schema, I try to run wfinstall.bat on stand alone owb 11.2.
    But I got the following error,
    ORA-00942: table or view does not exist and execution terminated.
    Details from log file is as,
    Workflow Configuration Assistant 2.6.4.0.0 - Windows Vista
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Jan 03 13:07:02 IST 2012
    WorkflowCA:
    WorkflowCA: Screen width -1366-, screen height -768-
    WorkflowCA:
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYS
    WorkflowCA: SYS account connects successfully.
    WorkflowCA: Embedded Workflow check completed successfully
    WorkflowCA: Workflow schema already exist, Workflow Configuration Assistant will upgrade existing schema instead.
    WorkflowCA:
    WorkflowCA: Account connection test for Workflow
    WorkflowCA: Workflowaccount connects successfully.
    WorkflowCA:
    WorkflowCA: Checking existing Workflow version
    java.sql.SQLException: ORA-00942: table or view does not exist
    Please help.

Maybe you are looking for