Oracle ATS Workflow and Validation process.

Hi,
Can any one know how Oracle ATS supports Workflow and Validation functionalities, or is there any plug-in's available to handle this feature.
Please post your valuable suggestions,
Thanks in Advance,
Ramesh.

Hi Rick/Rob,
Thank you for your Suggestions/advice,I will try inheriting it in my future developments.
I have iterated the complete requirement and reasons for why the Workflow is put into an error state.
In most of the scenarios (in my project) the users/agents are allowed to restart the workflows.This is already in place and have been followed hence would try to simulate Rob's suggestions and would keep you posted on it.
But w.r.t current issue it seems to be still pending.
While creating an Service entry sheet for cost objects at the validation stage the SES would be waiting for confirmation for its approval from its valid approvers if they do not find the approvers the workflow is passed to an error state , post validation the user id provided with a link where he could restart the workflow(this is already been followed and has been working well ad people are used with this process)
SES approver determination sequence:
firstly the program will check partner function users Z1 or Z2 in PO, then if it has error it checks requisitioner of PO. In requisitioner check additional check we applied for validating PO creator is from Batch Id, if yes then email is triggered at functional mailbox with the link.
Screenshots:
So till here its been a legacy process what is been followed. But now my actual issue was how to access SWPR from web or from an hyperlink.
I am able to access SWNWIEX transaction but not SWPR.
So if you have come across or have worked any such scenarios kindly let me know so that I can implement this in my workflow.
Apologies for not following the right process ,as I said earlier I ll try simulating the same workflow as per your advice and present it before the counterpart and try bringing a change in the existing process.
Thank you.
Regards,
Vivek

Similar Messages

  • Difference between Workflow and Integration Process

    Hi Experts,
    Can someone please explain, what is the difference between the workflow and integration process(BPM).
    Thanks
    Sree

    Hi Sree,
    Integration Processes are :-
    --Message based
    --Interface focused
    --Cross component
    --Have no support for human interaction
    --Enabled with SAP XI
    Workflows are:-
    --Object based
    --Human focused
    --Intra-application
    --Have no support for mapping, routing or message transformations
    --Enabled with the SAP Web AS
    However, most automated business processes involve a combination of the two.
    I hope this clear your doubt.
    Regards.
    Praveen

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • JHeadstart, Oracle Business Rules and BPEL Process Manager

    Dear JHeadstart Team,
    I have some questions regarding integration of JHeadstart and Oracle Business Rules and Oracle BPEL Process Manager. As a matter of fact I don't have any work expriences with these tools so my questions may not be good and precise.
    1- Using a business rule engine can dramatically increase speed of development and ease of maintenance.I had a very good exprience in using JHeadstart and Headstart in the past but I wanted to know if it is possible to use Oracle Business Rules in conjunction with the JHeadstart ? If so, What steps should be taken? Is there any known issue about this integration? Does Oracle Business Rules have any interference with JHeadstart or it is only used in model layer during insert,update,delete?
    2- Is it possible to develope a system based on oracle work flow engine (Oracle BPEL Process Manager) using JHeadstart ? If so, What steps should be taken and how the changes in the flow of work would by applyed in a system developed by JHeadstart. Is there any known issue about this integration?
    Any help,link to documents or general guidelines would be highly appreciated.
    Thanks in advance,
    Navid

    Couple of things I would like to add, are the following.
    In the context of an ADF application usage of Oracle Business Rules most likely is in the business logic layer, but mind that it does not need to be restricted to that.
    Oracle Business Rules takes so called 'facts' as input, evaluates some rules based on that and change those facts or return some result. That might be checking a business rule as defined in the JHeadstart Developers Guide. But it might also return some value that is used in a navigation rule.
    Think about a page flow where after page A normally page C is presentend, but in case of some situation (like a customer ordered something and you want to present some special offering based on that) you want page B presented in between (i.e. A -> B -> C). Oracle Rules could be used to determine this page flow. This would be an example of using it in the controller layer (probably in combination with using facts that come from the model layer).
    Another remark that I would like to make, is that in my opinion it does not make much sense to use Oracle Rules for business rules that logically more or less are part of your data model (like end date must be on or after begin date). You typically use Oracle Rules to implement business rules that are of a volatile nature, meaning that day-to-day business may require a change of the rules. One example is the navigation case that I mentioned before. Another (typical) example would be a rule that defines when a customer is a Gold customer.
    Jan Kettenis

  • Workflow and business process

    hi,
    may i know where (transaction code or table or configuration path) can tell that which business process has workflow activated.
    for example PO me21n, how do we know that me21n has workflow activated or not.
    thanks

    Hello,
    You can also look in SWE2 to see which linkages are active, and which ones could produce workflows if they were activated.
    Making the connection from the BOR or Class back to the transaction is a bit more difficult. You could try executing the transaction (e.g. creating a PR) and then look in SWEL (event trace) to see if any events are created.
    regards
    Rick Bakker / hanabi technology

  • Oracle APPS Workflow and XPDL

    There is an Oracle Workflow XML Loader which can be used to load Business events using XML.
    Likewise is it possible to create a oracle workflow
    in the database schema thru an XPDL file ?

    Considering the massiveness of the journey you've just set out on, don't be so hasty.
    A more suitable forum for your question might have been one in the [EBS category|http://forums.oracle.com/forums/category.jspa?categoryID=3]. Try searching the general forum there with keyword e.g. training.
    Oracle University is on a separate site, which might be a good idea to check out also.

  • New ASUG Workflow and BPM Chairperson

    Allow me to introduce myself as the new ASUG Workflow and Business Process Management Chairperson. I am happy to be able to give some time back to ASUG to help promote SAP workflow and process automation as it has been a significant part of my career.  I have been working with SAP or
    using one of its many products since 1995. I started off as a workflow developer and then moved into IT management.  During my career I have
    implemented or used many SAP applications and have always been involved in process re-engineering.  If you would like to learn a bit more about SAP workflow please check out our upcoming webcast on August 4 – Workflow Classics II.  This is a follow up webcast that highlights out of the box SAP workflow automation capabilities and how easy it is to implement them.  You must be an ASUG member to attend this event.  The link to register is  https://www.asug.com/events/detail/Workflow-Classics-II.  If you are interested in learning more about workflow or even presenting on what you have accomplished using workflow feel free to reach out to me.

    Please ask only one (or closely related) questions per thread. This makes it a lot easier to get a good structure in the database of previously answered questions. While we are on the subject of previously answered questions, I think you should have a look at them....
    My suggestion is therefore:
    1. Close this thread
    2. Read the Frequently Answered Questions. Before you ask (here are many workflow answers)
    3. Search the forum.
    4. Create new threads if you have questions afterwards.

  • EOD and SOD process

    hi basically i m java developer .....i have one task to execut EOD and SOD process ...please help me

    I was not even aware that Oracle has EOD and SOD processes in the database. They do not show up in my 'ps -ef | grep oracle' list.
    Again, please please please expand the acronyms and/or provide a context. For example, are you working somewhere around an Oracle eBusiness Suite or Peoplesoft or Siebel or ....

  • How to Install oracle workflow and why we need Oracle Application Server

    I want to install and configure Oracle Workflow using Oracle 10g
    Please help me and guide me with the process in deatial from scratch what should i need to install
    Oracle Database
    Oracle Application server middle tier
    Oracle Content Management SDK
    Also help me how can i configuer oracle internet directory because when installing Oracle application server it requires HostName and Port No.
    I am a student
    I know just how to install oracle database 10g
    and New to oracle Application Server
    Waqar Habib

    The files at
    http://otn.oracle.com/software/products/ias/workflow/htdocs/winsoft.html
    are for Oracle Workflow version 2.6.0. Here is some information from the announcement for downloading the latest version, 2.6.3:
    Oracle Workflow 2.6.3 for Oracle Database 10g is now available for download from OTN.
    Please point your browsers to http://otn.oracle.com/software/index.html
    Currently, the availability is limited to Windows and we are working towards availability on other platforms. I will post another message as soon as it becomes available.
    The Workflow Server requires an Oracle 10g database home and the Workflow mid-tier requires an Oracle HTTP Server home - Apache Install from the Oracle 10g Companion CD. For more information please read the installation notes.

  • In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    The query is re-issued as a flashback query and the client process can continue to fetch from the cursor. This is described in the Net Services Administrators Guide, the section on Transparent Application Failover.

  • How to automate the process of adding members into the planning workflow and assigning owners to it?

    Hi,
    We have a workflow XYZ. After every two-three days our entity structure is getting refreshed - so new entities comes in.
    Every time we have to manually add these new entities to the workflow and assign owners to it.
    Please let me know if there is any option to automate the process.
    Hyperion Planning version is 11.1.2.2 .
    Thanks.

    Hi, Vivek.
    Currently, ExportPDF can only handle 1 file at a time. Adobe Acrobat can do batch export to Excel, however.
    This idea has already been added to the ExportPDF Ideas list ("Export multiple..."). If you'd like to see this improvement to ExportPDF, please add your vote or comment here.
    Thanks.
    Dave

  • Diff Between Oracle BPM Studio and Oracle BPEL Process Manager

    1)What is the difference between Oracle BPM Studio and Oracle BPEL Process Manager?
    2)What is the connection between Oracle BPM Studio and Oracle BPEL Process Manager?

    Hi,
    As of today you should install SOA Suite 11g
    Fr this you will need to install Database (for development you can use XE)
    Run RCU utility to crete DB schemas for SOA Suite.
    Install Weblogic server
    Install SOA Suite as an option to Weblogic
    Create SOA Domain.
    It is physically possible to do it in 2GB but is far better on 3 - 4GB
    You can consider installing DB on different machine.
    Adam

  • OWB, Oracle WorkFlow, and OEM

    I am a DBA who has been charged with the task of integrating Oracle Warehouse Builder, Oracle Workflow and OEM. Our source database is 9i but our Intelligence Team would like to use 10G. Does anyone know how I might install this? Should I install 10G, then create a database for OWB and Oracle Workflow? Any direction would be helpful.

    Hi,
    Have you found an answer? If not read on.
    We are also having the same combination.
    1. Identify a target server (datawarehouse server).
    2. Install 10G database on it (create a seed database with DWH option).
    3. Install OWB
    4. Install workflow server.
    Then , make OWB setups :
    1. Install a design repository, through which the team can carry out ETL in the OWB client.
    2. Install a runtime repository which creates 2 users - a runtime repository owner and a runtime access user('connect as') user when deploying the ETL mappings.
    3. Install a target schema using the runtime where the target objects - tables, dimensions and cubes will be created.
    Then, in OWB, the team have to configure the source modules as 9i and the target modules as 10g.
    Hope this helps.
    Regards,
    Usha

  • Why can I download and install all of the Oracle ATS products for free?

    Why can I download and install all of the Oracle ATS products for free?  When I installed, I was not prompted for any licenses or to purchase anything.
    I want to know why this is possible and if there are plans to charge for it in the future?

    I don't know Oracle's ATS products specifically, but many of Oracle's products can be downloaded and used for free for learning purposes.
    Typically, if you intend to use the products commercially then you need to pay for a licence, otherwise you are using it illegally.
    This is usually described in the T&C's you agree to when you download the software.

  • Would apple Support send me an email saying: "   We need to ask you to complete a short and brief step to securing and validating your account information.   Click here to complete validation   Failure to complete our validation process will result in a s

    We need to ask you to complete a short and brief step to securing and validating your account information.
    Click here to complete validation
    Failure to complete our validation process will result in a suspension of your Apple ID.

    You are welcome. The emails are difficult to block effectively, because the spammer/phishers continually fake their sending email address. You can, however forward the email to Apple.
    [email protected]

Maybe you are looking for

  • Drag and Drop in CSS Styles Panel

    So, I am going through Dreamweaver CS5 Classroom in a Book. In lesson 6, pages 106 through109, it tells you to drag and drop rules in the CSS Styles Panel into a certain order.  I can't seem to get it to work for me.  Am I missing something?

  • How to turn my HP laptop back on

    Okay, i was playing Skyrim on my HP laptop and i typed in a cheat(killall) and it froze. I hit the power button and it turned off. i left it off for five minutes. i tried to turn it on but the light on the power would only blink. it shows it's chargi

  • Quicktime codec for DVDs?

    As well the apple DVD player stinks compared to quicktime, yet quicktime doesnt appear to have a DVD player codec? any suggestions?

  • Trading Partner Import

    Does anybody has dealt with Trading Partner conversion from Legacy systems? I want to know what are the Pros and cons of the process.

  • Backup for Iphone4G and restore from backup to Iphone4S,but can not sync the applications? What's going on ??

    I backup my iphone4g in Itunes and then restore from backup to Iphone4S, the contact numbers, messages and pictures all can sync..but the applications can not sync? What's going on ?? Anyone knows?? Is the problem about the Itunes? Cos I am using Itu