Work Flow Process in a Support Project

Hi Gurus,
             Could you mail the work flow Process of Solving a Ticket.ie Introducing a New configuration and its Authorizations?
Regards,
Sarosh

Hi,
I guess there are a lot of OWB project people that have similar needs as you.
My needs have two main reasons:
Managing incremental loading - I need to know last time a specific mapping ran (start-, end time and status). This might be tricky however, as clocks on different instances might be out of sync - use NTP (network time protocol sync) or maintain source system mapping time in supporting tables.
Modularizing workflows with lots of mappings - current workflow operators force you to implement everything in a single process to maximize parallellism - because you cannot wait for events outside of your subprocess. Modularizing is achieveable with a workflow event publish/subscripe scheme or a function that blocks until a specific process with the same top_level_execution_audit_id finishes. If I settle for a little less parallellism, just querying the status of the process will do.
Such functions can be implemented around the public view ALL_RT_AUDIT_EXECUTIONS, but it would have been really nice if they were a part of the OWB library.
Regards, Hans Henrik

Similar Messages

  • Work Flow Process in OWB 9.0.3.0.1

    I would like to generate a work flow process to execute the mappings with condition as if a mapping success continues with de execution of the other mapping. In this version of OWB there is not implemented any process flow and I would like to Know how can i do this process flow.

    Hi,
    I guess there are a lot of OWB project people that have similar needs as you.
    My needs have two main reasons:
    Managing incremental loading - I need to know last time a specific mapping ran (start-, end time and status). This might be tricky however, as clocks on different instances might be out of sync - use NTP (network time protocol sync) or maintain source system mapping time in supporting tables.
    Modularizing workflows with lots of mappings - current workflow operators force you to implement everything in a single process to maximize parallellism - because you cannot wait for events outside of your subprocess. Modularizing is achieveable with a workflow event publish/subscripe scheme or a function that blocks until a specific process with the same top_level_execution_audit_id finishes. If I settle for a little less parallellism, just querying the status of the process will do.
    Such functions can be implemented around the public view ALL_RT_AUDIT_EXECUTIONS, but it would have been really nice if they were a part of the OWB library.
    Regards, Hans Henrik

  • No launch work flow process in workflow administrator web

    i am having oracle ebs R12.1.1 on windows server. But i do not have launch work flow process in workflow administrator web. With out this option i can not run workflows developed using work flow builder in apps. How to get this please help.

    hari14 wrote:
    i am having oracle ebs R12.1.1 on windows server. But i do not have launch work flow process in workflow administrator web. With out this option i can not run workflows developed using work flow builder in apps. How to get this please help.If you have System Administrator responsibility, navigate to (Security > User > Define), query your name and assign "Workflow Administrator Web Applications" responsibility to yourself.
    Thanks,
    Hussein

  • Work flow process in planning

    <p>hi</p><p>i am wondering how i can start the work flow process in planningapplication.</p><p> </p><p>thanks and regards,</p><p>Balu</p>

    Hi,
    Workflow process is managing the budget process, by which budget can go through review process and the review process is managed in Planning.
    Planning review is based on a Planning unit, which is a combination of scenario, version, and entity. Planners enter their numbers and then promote it to reviewer. The numbers for that entity become locked and reviewer gets an e-mail about budget submission. Reviewer can approve, reject or sign-off the budget. E-mails are generated to inform the person to whom a Planning unit has been promoted/assigned in the workflow.
    Read more at:
    "Managing the Budget Process" in
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hp_admin.pdf
    Cheers
    RS

  • How to delegate the work flow process.

    hi
    i was wondering if someone has taken a leave and he is replaced by an employee x,the work flow approval should be directly move to the employee x.
    but its not the case.as when someone is one leave,the workflow does not go to his replacement to approve
    Is there a way how to delegate the workflow process?"
    Thank you

    Hi,
    By identify the replacement in leave process, workflow process doesn't route to that person. I guess that replacement field is just for data capturing only. The approver should use delegate functionality available on notification responsibility to identify which process route to which person in a given time period.
    Thanks

  • Planning work Flow process

    Hi All,
    I am new to planning.....Can you please let me know about below questions
    1)What is the purpose/use of Workflow in planning
    2)Can you please let me know how step by step process happens when a work flow is initiated(any flow diagram available..?)
    3)What is the type of access that needs to be provide for a user in order to have access to workflow
    Thank you all in advance
    Regards,
    Sriram

    How 'bout some reading.
    http://docs.oracle.com/cd/E17236_01/epm.1112/hp_user_11122/pu_stat.html
    Cheers,
    Alp

  • Work flow process in warehouse

    hi
    i made a process in warehouse builder 9.2, when i try to
    deploy it it gives the following error
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link PROD.US.ORACLE.COM@WB_LK_FP1. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-06550: line 1, column 7:
    PLS-00201: identifier '[email protected]@WB_LK_FP1' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    the problem seems to be that the package 'WB_RTI_WORKFLOW_UTIL' does not exists, i have checked it but i could not find it.
    any help

    Hi,
    I guess there are a lot of OWB project people that have similar needs as you.
    My needs have two main reasons:
    Managing incremental loading - I need to know last time a specific mapping ran (start-, end time and status). This might be tricky however, as clocks on different instances might be out of sync - use NTP (network time protocol sync) or maintain source system mapping time in supporting tables.
    Modularizing workflows with lots of mappings - current workflow operators force you to implement everything in a single process to maximize parallellism - because you cannot wait for events outside of your subprocess. Modularizing is achieveable with a workflow event publish/subscripe scheme or a function that blocks until a specific process with the same top_level_execution_audit_id finishes. If I settle for a little less parallellism, just querying the status of the process will do.
    Such functions can be implemented around the public view ALL_RT_AUDIT_EXECUTIONS, but it would have been really nice if they were a part of the OWB library.
    Regards, Hans Henrik

  • Work flow process in GP

    Dear All,
    I have to design the following process,
    Objective: user has to fill the webdynpro callable object screen and that values will be saved in the table. based on the selection in the callable object, the GP process should send an mail to different people.
    Can any one help me which block will be helpful for me to design the process and any alternative process achieve the objective?
    With regards,
    Balachander

    Hi,
      Where you are storing the data? Are you using R/3 backend or CAF Core for the persistance?
    I guess you will be getting the mail id from the stored data in database. Anyway, define an output parameter mail id in the Web Dynpro CO. Populate the mail id parameter in the WDP CO's Interface controller's complete() method before completing the step, based on the checkbox selection. Then define a Notification CO in GP design time. Now map the output parameter of the WDP CO and the input parameter of the Notification CO (mail id) in the Parameter Grouping. Also you need to configure the SMTP server for sending mail in Visual Admin. Activate and run your process.
    Thanks,
    Dipankar

  • Work flow process and pricing procedure

    Hi All,
    I want to know the process of workflow including the configuration.
    Also i want to know the pricing procedure on how to do the pricing procedure config in purchasing i;e the calculation schema and all the detailed config.
    Thanks
    Kenny

    Hi,
    Path: IMG -- Material management -- Purchasing -- Condition -- Define price determiantion procedure.
    1. Crate the condition type (Copy from the standard one)
    2. Create the calcualtion schema (Pricing Procedure) using the condition type wat u have created
    3. Create the schema vendor and schema purchasing organisation
    4. Assign the schema pur.org to your pur.org
    5. Assign the schema vendor to your vendor
    6. Assign the calculation schema (Pricing procedure) to your scheam purchase org and schema vendor combination.
    At the time of creating PO system will find the price based on the below steps
    1. First it will search the is there any schema pur.org assigned to the pur.org
    2. Then it will search is there any schema vendor assigned to the vendor
    3. Then it will serach is there any Pricing procedure linked to it.
    4. Then it will serach is there any Access seq assigned to that condtion
    5. Then it will search the condtion record created for this condition type
    6. From the condition type it will pick the price.
    Regards
    Karthick

  • WORK FLOW SCENARIO IN  CUP STAGE APPROVAL PROCESS

    Hi All,
    We had configured GRC CUP with four stage approval  work flow  process .I have a question like is there any condition / option If there are few Top management level users ( M0,M1.....M9).In CUP Change Account request Few roles should not be selected by the users else system should not allow the roles or Roles not be provisioned.Kindly do the needful on priority.
    Regards,
    Ram.

    Hi ,
    We had configured few workflow scenarious based on our business.In CUP for Change account request type, we had configured a four stage workflow as for new role creation or to modify existing roles , we are using change account request type for approving and provisioning of the roles, This request type includes four stage approvals like Manager ->Role Owner> and Application owner.This is how the flow is configured.I have a question like , is there any possibility to change the provisioning process , ( ex: If there are approval level s from Top Management like M0,M1,M2.....M9) ., Let us consider if Manager approves the request and role owner performs risk analysis , and Application owner approves , still the request shud not be provisioned, If it is provisioned also, the roles should not be created .
    Hope its clear and you can able to understand the scenario.Please help regarding this.
    Regards,
    Ram.

  • No work flow launch process in work flow applications web

    i am having oracle ebs R12.1.1 on windows server. But i do not have launch work flow process in workflow administrator web. With out this option i can not run workflows developed using work flow builder in apps. How to get this please help.

    hari14 wrote:
    i am having oracle ebs R12.1.1 on windows server. But i do not have launch work flow process in workflow administrator web. With out this option i can not run workflows developed using work flow builder in apps. How to get this please help.Please do not post duplicates -- No launch work flow process in workflow administrator web

  • CS5  Batch Processing Photo Editing work flow

    I am relatively new to CS5 and I am intested in automating the correct  gross  photo editing work flow process [ie., levels contrast, color , noise, sharpening etc] once I have made RAW corrections for each photo.I hope this is as simple as refering me to a tutorial
    Tank

    Not sure exactly your are looking for, a template or an action to apply to other images. In Bridge/tools/photoshop there are a number of options.  The image processor is quite powerful.  There is also the option to make a metadata template to apply settings to other images.
    Do a google search for batch process edits Bridge and see what suits your fancy.

  • ISupplier Portal work flow issue

    Hi All,
    In iSupplier Portal, during registration (new user creation) it will call a Workflow to send notification for notifying buyers about the registration of supplier.
    We can see the workflow process set(named: Supplier User Registration Workflow : POS_REG ) using Workflow Builder.
    This work flow sends a notification mail to the registered user which includes external URL (which is present in the profile option: "POS External URL") used to login.
    Our requirement is to send custom URL to the newly created user.
    Modifying profile option: "POS External URL" value is not serving our purpose.
    Our approach is to find out the process needs to be customized and create a custom workflow similar to seeded one and call this custom work flow during user registration/creation.
    From the above work flow we are able to find out the process (calling PL/SQL procudeure – “POS_REG_WF_PKG.SetApprvItemAttrValues”) which needs to be customized.
    1) BUT, we can't find where this process is refered from the self service page ?
    If we check the controller of the user restration page, it is calling a PL/SQL procudeure named “FND_REGISTRATION_UTILS_PKG.publish_event”.
    2) But, could not able to find any link between the procedures “FND_REGISTRATION_UTILS_PKG.publish_event” and “POS_REG_WF_PKG.SetApprvItemAttrValues”.
    3) Can you suggest any other apporach to fulfil the requirement ?
    Your help is appreciated.
    Thanks in advance.
    Regards,
    S.K.

    Thanks for your responce Sumit.
    While debugging the procedure "FND_REGISTRATION_UTILS_PKG.publish_event" we found that it is calling a business event. We followed the below steps to resolve the issue:
    1)     For the business event “oracle.apps.fnd.umf.reg.user_approved” we need to disable existing seeded work flow subscription
    2)     Keep the internal name of workflow as same, modify the standard workflow by adding new custom process to it.
    3)     Create a new subscription under the business event to call custom process of work flow form it.
    4)     Create custom package of “POS_URL_PKG” and call this from the above created custom work flow process
    5)     Custom package “POS_URL_PKG” gets the Custom URL which needs to be send to user
    Regards,
    S.K.

  • Aperture Work flow or an alternative

    I am an amateur photographer using a nikon d70. I am now shooting in raw to get a better control on the output, but also with more pictures to process as result. I have used Photoshop elements with ACR for work flow processing. I use iview pro for file handling. Downside of ACR in the PS elements mode is that filmstrip and multiple picture handling is missing. I have tried trial version of Bibble 4, Capture one and PS CS 2 for their workflow and white balance results. I came to the conclusion that PS CS provides in WB adjustment best results with different pictures. As a Mac user I am aware of the aperture features as advertised in their QuickTime movies. I have also seen the discussion on hardware requirements and WB issue. But the aperture work flow setup is tempting (keep the work flow in the raw domain and does not change the original raw file). There are two routes to follow: A. buy full version of PS CS and stay with current hardware. B. buy Aperture with adjusted hardware. Price tags are totally different and are of my own concern. Question: advice on the road to go without price tag consideration.
    Imac G5   Mac OS X (10.3.9)  

    You could have a workflow that is non-destructive with Photosohp CS2 by using Bridge. It's very effective and will give you more and better control that those other alternatives - except Aperture. I've been using Aperture for two days now and I have to say I'm really getting to like it. Though on my dual 2Ghz G5 (1st generation) with a Radeon 9800 Pro and 3.5 gigs of RAM it can be a tad bit slow. I'm sure some optimization will occur in the next update or two to speed things up.
    Bottom line, I think Aperture's workflow looks promising. And I really like a lot of the benefits of working in a totally 16 bit environment where I don't have to manually handle the files and their locations, or the sidecar files or anything else. And I can export files directly for whatever purpose I might have.
    So my first choice, for your question would be Aperture. Second choice would be Bridge and PS CS2.
    G5 Dual 2Ghz G5   Mac OS X (10.4.3)  

  • Support Project: BW 3.5 to BI 7 upgrade

    Hi All,
    I have been working in BW 3.5 support project for the last eight months. Now there is a server upgrade to BI 7.0, done by a third party. Can anyone please detail me on the differences and typical issues that i may face while supporting the BI 7 server? I have theoritical knowledge of BI 7 but no work experience.

    Hi,
    Link: How to SAP BW 3.5 Upgrade Preparation and Post Upgrade CheckList (NW2004)
    Even this might be of use:
    BI 7.0 –Initial Hurdles
    May be useful for you,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742
    /message/5971540#5971540 [original link is broken]
    You may wish to check my thread below -
    https://forums.sdn.sap.com/click.jspa?searchID=13971844&messageID=3308304 Broad caster
    Upgrade preparation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/3221895#3221895 [original link is broken]
    Hopes it helps....

Maybe you are looking for

  • Itunes wont open windows 7 tried everything online

    hi my itunes wont open at all on windows 7 it worked at first but now not at all. i have tried every fix i can find online and nothing. -checked if it was user -checked quicktime -tried opening in safe mode -uninstalled several times -checked roaming

  • DNS, Open Directory, and wow my head hurts

    OK, I’m slowly pulling my ear hairs out over this.  My comprehension of the DNS world is modest at best (I know enough to get into trouble). I did not set up most of this (not the DNS parts anyway), and I’m trying to unravel what exactly is going on.

  • Kindle fire hd, i can hear and see fine but they c...

    Can anybody help? I've just bought kindle fire hd which I had to load Skype on. I can see and hear people I call very well, but they are having a 10 second delay and I'm pixel lated, there's also a lot of roaring background noise. Very frustrating as

  • Printer selection problems

    I had to reinstall my PSE 10 and my HP printer prem410 series and when I select the printer in PSE it goes to the 410 series fax printer, no matter what I choose.  The prem 410 series printer is set as the system default and other programs correctly

  • Passing table name to a procedure and then need to open a cursor ..

    Hi All, I have been out of touch in plsql for sometime and need to do something like : passing table name to a procedure while calling(fp_table_old captures this value) and then need to open a cursor for this table in 'for i in (select * from fp_tabl