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

Similar Messages

  • 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

  • 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)  

  • OWB and Work Flow (being dessuported)

    Hi all. I am interested in your views on this. Given that OWB is integrated with WF and Paris still is, how is Oracle going to get away with not offering it with 11G in 2007?
    For me I am considering upgrade options and well, workflow within OWB is an aspect I am looking at but now I see its on the end of life cycle which puts me in dought of saying that Work flow integration is a pro of the OWB product.
    Paris has been billed as improving its scheduling and consolidation processes but it seems to be using a technology that oracle no longer supports or sees a future for. So what now? how is Paris going to exist in the next five years if work flow will no longer to be offered?
    Perhaps someone can shed some light on how this will play out?
    Regards
    Richard.

    Hello RIchard,
    as I understood the desupport notice from Oracle regarding OWF, it will be still supported at least in the 11g Release 1 of the DB for Oracle Apps and explicitly OWB. This would give us several years of guaranteed support, since 11gR1 is neither released, nor even announced yet.
    However, you're right, it'd be interesting to know what the OWB team's strategy for the time say 3years from now looks like. Will they integrate with Oracle BPEL, or could it be that OWB would interface with just any standard BPEL compliant Workflow/Scheduling tool? Maybe someone from OWB product management could comment on that with a few words.
    Thanks in advance.
    Cheers Holger

Maybe you are looking for

  • Nook simple touch

    i have nook simple touch activated and connected to pc, when i open adobe, it shows the nook and my library books, but if i click/drag book to nook, it shows the red no symbol, and will not tranfer  the book, how do i fix it, or get the book onto my

  • TDS Certificate Not printed

    Dear All When I am printing the TDS certficate I am getting the following error: No data selected for printing Message no. 8I000 Thanks & Regards Kanwaljit

  • 10g Enterprise Manager 로그인 문제

    테스트 용으로 사용하고 있답니다. OS version : Redhat Enterprise Linux 3(update4) OS word size : 32bit DB version : oracle 10.2.0.1 32bit for x86 linux 32bit DB word size : 32bit oem을 기동하면 http://192.168.10.130:1158/em 로 가면 Enterprise Manager is not able to connect

  • No DVD+R support on MacBook Pro 15"?

    I just saw this: MATSHITA DVD-R UJ-857: Firmware Revision: HAC1 Interconnect: ATAPI Burn Support: Yes (Apple Shipped/Supported) Cache: 0 KB Reads DVD: Yes CD-Write: -R, -RW DVD-Write: -R, -RW Burn Underrun Protection CD: Yes Burn Underrun Protection

  • Opening several windows of a same file

    Hi, I'm trying to open several windows of a same Numbers file, to display two sheets at the same time. This is feasible with Excel, but I cannot manage to find how to do it in Numbers. Can anyone help me? Thank you i