Creation of html link in oracle workflow

Hi all,
How to create a html link in workflow notification ?
thanks
Newbie

If you have different databases on same node you could choose to not set ORACLE_SID in shell init file but use instead interactive oraenv Oracle script to set the right ORACLE_SID.
Please read Configuring the Operating System Environment Variables in http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/em_manage.htm#ADMQS12369
To create easily a database (ie without using your own scripts) try to use DBCA that will automatically take care of database initialization file: http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
Edited by: P. Forstmann on 5 août 2011 12:01

Similar Messages

  • Creation of database link from oracle to sql server 2000

    Hi
    I need to create a database link from oracle to sql server 2000.

    Assuming your Oracle database is running on Windows, you can set up a database link using ODBC using Heterogeneous Services and Generic Connectivity, but there are some functional limitations (i.e. no two-phase commits). If you can live with those limitations but aren't on Windows, you can generally purchase an ODBC driver for your operating system that will connect to SQL Server through someone like DataDirect and still use Generic Connectivity. If you cannot live with those limitations, you can purchase one of Oracle's Transparent Gateway products (though this can get somewhat pricey).
    What version of Oracle are you on?
    What operating system(s) are you using?
    What are you going to use the database link for?
    Justin

  • Attach document as a link in oracle workflow notification

    Hi,
    I have a requirement to attach a word document stored as BLOB in database as a link in workflow notification.The link (document) should be visible and opened both from the workflow notification in the workflow admin notification queue and notification mail the approver receives.
    I am getting the document from fnd_lobs and storing it in the item attribute of type Document.
    Please help me how to attach the item attribute of type Document as a link in the notification.
    This is urgent and any help is highly appreciated.
    Thanks
    David

    For attaching a document you need to perform the following steps
    1. The document type item attribute which is referred by message attribute must have the value in the form
    PLSQLBLOB:SA_MLRTST.GETBLOBDOCUMENT/&DOC_ID
    where SA_MLRTST.GETBLOBDOCUMENT is the PL/SQL procedure that generates a PL/SQL BLOB
    DOC_ID is an attribute representing the file_id column in fnd_lobs table
    2. The procedure GETBLOBDOCUMENT() must be of the form
    CREATE OR REPLACE package body SA_MLRTST
    as
    procedure getBlobDocument(document_id in varchar2,
    content_type in varchar2,
    document in out nocopy blob,
    document_type in out nocopy varchar2)
    is
    l_docid pls_integer;
    l_filename varchar2(100);
    l_errmsg varchar2(100) := 'The Document is not found in the Database';
    l_bdoc blob;
    l_data_type varchar2(100);
    begin
    l_docid := to_number(document_id);
    dbms_lob.CreateTemporary(l_bdoc, FALSE, DBMS_LOB.Session);
    select file_data
    into l_bdoc
    from fnd_lobs
    where id = l_docid;
    dbms_lob.Copy(document, l_bdoc, dbms_lob.getLength(l_bdoc));
    exception
    when others then
    dbms_lob.WriteAppend(document, length(l_errmsg), l_errmsg);
    wf_core.context('SA_MLRTST','getBLOBDoc',document_id);
    raise;
    end getBlobDocument;
    end SA_MLRTST;
    commit;

  • HTMLDB and Workflows - pl/flow, Oracle Workflow or BPEL?

    Hi,
    I am looking for a workflow engine to integrate with HTMLDB for workflow applications.
    Most of the stuff I try to do will happen in the database (as of now).
    Which one should I choose? Which one is easy to use (intuitive, good samples)?
    I haven't used any of those, which is the fastest to learn?
    Can I graphically model the workflows with pl/flow, so that they can be modified by administrators later?
    What about the future? It seems to me that many links to Oracle Workflow seem to disappearing from OTN.
    I find pl/flow interesting, but is it used a lot? Is there still development going on?
    Any experiences / suggestions will be helpful. Or perhaps you use something completely different?
    Thanks,
    ~Dietmar.

    Hi Bob,
    thanks for thoughts on this.
    I was in touch with the lead developer of pl/flow and he explained that there was not much to add since the package was XPDL interface 2 compliant and most of the users were happy with it.
    You can even import workflows from XPDL visual workflow modelers which has some charme, since it is standards based.
    I was reluctant to use Oracle Workflow for several reasons.
    * It appears to be complex
    * It is not standards based
    * The administration interface looks "aged" (that lead me to believe that Oracle had not much interest in further promoting the product)
    * I don't know where the product is heading since BPEL is the big hype and the development of Oracle's former Java based workflow product is being stopped.
    The cost shouldn't be an issue since it is included in the database license as far as I have researched.
    I would be interested in all developer experiences using Oracle Workflow with HTMLDB or other tools.
    Is perhaps the HTMLDB - developer team working on an integration with Oracle Workflow?
    Thanks,
    ~Dietmar.

  • Oracle workflow server with linux

    In "10g Release 1 (10.1.0.4) Patch Set 2 for Linux x86 Patch Set Notes", it is mentioned that modplsql is not currently supported on Red Hat Enterprise Linux 4. For this reason, HTML DB and Oracle Workflow are not currently supported on Red Hat Enterprise Linux 4.
    Does this mean that workflow monitor cannot be used? Or workflow server itself cannot be used in Linux?
    Is there any workaround for this problem? If I want to abort a process flow execution, is there a way to do it without using workflow monitor? In one of the other postings I saw a reference to abort method of workflow engine but this package does not seem to exist in the workflow server recent versions.
    Thanks,

    Hi,
    The modpl/sql requirement will stop you being able to use the Workflow monitor, but the core functionality of the module will remain unaffected.
    To abort a process, the WF_ENGINE package should have a procedure called AbortProcess - I haven't got a Linux installation to check on at the moment, but I;d be surprised if they have removed it, since this is used in a number of processes.
    HTH,
    Matt
    Alpha review chapters from my book "Developing With Oracle Workflow" are available on my website:
    http://www.workflowfaq.com
    http://forum.workflowfaq.com

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

  • 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

  • Linking Oracle Workflow with Oracle Applications

    Hi All,
    I have created a workflow file using Oracle Workflow Builder but dont know how to link it with Oracle Applications.
    Can someone help me by giving the step by step process involved to link the wft file with my oracle application.
    Thanx in Advance.
    K.K.Prasadh

    Hi
    Things ar not clear .
    If it is new workflow , then you will have to modify the application to use the
    workflow. I do not think you want to do that. You need to set up attributes
    of the workflow and create process using Oracle flow routine.
    If you want modify the existing workflow , You need the open the existing
    workflow and modify without changing the itemtype. If you create a new process
    in this item type the you have to assign the process in Account window
    in Oracle application.
    I hope this will help you.
    Deepak
    [email protected]

  • Clickable Links in Oracle Html DB

    Hi,
    Kind regards to u all.
    I just wanted to know how can we create clickable column links ( i mean just like how we can create links for tabs can we create links for headings in the table displayed).
    Please Let me know.
    Thanks & Good Day.
    Ms. Riya
    Message was edited by:
    user542084

    Dupe of Clickable Links in Oracle Html DB

  • Oracle Workflow

    Hello,
    We are planning to build workflow capability to our product. This product is written in C++ and uses Oracle 8i enterprise edition as database. One of the option is to use oracles existing workflow engine as the base and build over that. I had the following queries on the oracle workflow.
    1. Is oracle workflow a part of Oracle 8i enterprise edition. If so is there any additional license to be obtained to use this product?
    2. What are the components of Oracle workflow engine? What additional products of Oracle has to be purchased for full functioning of Oracle workflow?
    3. Any information on functioning of workflow engine. ie. What happens after a Workflow process definition has been imported and this process is initiated.
    4. Is oracle workflow complaint to Wfmc standards.
    5. How powerfull is Oracle workflow when it comes to integration with external systems.
    It would be great if any body could help me any of the above questions in part or full or even send some other comments that they feel would be usefull.
    Thanks and regards
    Rajesh
    null

    I can answer some of your queries, as i have worked on Oracle Workflow in globally deployed applications in the financial services industry.
    1. oracle workflow is part of 8i enterprice edition
    2. workflow consists of the workflow server (set of plsql procedures) and workflow builder (tool used to build your workflow's). Though if you want to include other than HTML documents(say Word, Excel...) as attachments to your notifications you can consider iFS. You can also consider using 9iAS if you want to do a bespoke customization using the Java API.
    3. The scope of this question is huge. I would suggest you take a look at the Workflow Guide. Referring to the specific query raised by you, once the process is initiated the workflow engine will push it through the various activities in your workflow with the objective of running the current instance to completion.
    4. I remember reading that Oracle Workflow is WfMC, though I am not able to locate the link.
    5. The projects I have worked on.. Oracle Workflow intefaces with Sybase, Informix, DB2, IBM MQ Series, TIBCO Rendezvous, Weblogic JMS... Oracle Workflow provides external java function which can be used to interact with external applications. Oracle 8i database also supports JMS 1.2 standards based API. You can also use that to interact with queueing systems.
    Hope you find it useful.
    Thanks
    Satish Paul
    Hello,
    We are planning to build workflow capability to our product. This product is written in C++ and uses Oracle 8i enterprise edition as database. One of the option is to use oracles existing workflow engine as the base and build over that. I had the following queries on the oracle workflow.
    1. Is oracle workflow a part of Oracle 8i enterprise edition. If so is there any additional license to be obtained to use this product?
    2. What are the components of Oracle workflow engine? What additional products of Oracle has to be purchased for full functioning of Oracle workflow?
    3. Any information on functioning of workflow engine. ie. What happens after a Workflow process definition has been imported and this process is initiated.
    4. Is oracle workflow complaint to Wfmc standards.
    5. How powerfull is Oracle workflow when it comes to integration with external systems.
    It would be great if any body could help me any of the above questions in part or full or even send some other comments that they feel would be usefull.
    Thanks and regards
    Rajesh
    null

  • Which Oracle Workflow version required for Oracle Warehouse Builder 92

    Hi,
    I have Oracle Database 9i and OWB 9.2. I want to install Oracle Workflow, which version is required for OWB 9.2.
    Help required from anybody in this matter.
    Thanks
    Liyakat

    Goodmorning Liyakat,
    Simply get the latest version, 2.6.3 that is for my platform.
    There's an interesting and informative document on that on Mark Rittman's site, check the following link: http://www.rittman.net/archives/000770.html
    Good luck, Patrick

  • Oracle Workflow for Java (OW4J) Preview Available!

    Oracle® Workflow for Java (OW4J) delivers a java based business process management system that supports business process definition, business process automation, and business process integration. The technology enables modeling, automation, and continuous improvement of business processes, routing information of any type according to user-defined business rules. Oracle Workflow for Java supports fast, non-persistent, straight-through processes which run only in memory. It does not require a database, but does support persistent, long-running business processes with a complete audit trail stored in a database. OW4J will also include the Worklist and email notification and response capabilities which are essential to business process automation activities.
    Oracle Workflow for Java provides the users with all the components required to build and deploy a business processes using J2EE technology.
    * Oracle Workflow for Java Engine: OW4J is based on open standards and is a high-performance, scalable workflow engine capable of executing Java classes, Enterprise JavaBeans (EJBs), and Web services, sending and receiving Java Message Services (JMS) messages and e-mails, and launching workflows from message-driven beans.
    * Oracle JDeveloper Workflow Modeler: Oracle JDeveloper Workflow Modeler is a Business Process Modeling tool used to build and deploy business processes using Oracle JDeveloper IDE. It provides the user with an easy-to-use, intuitive drag-and-drop tool for modeling business processes.
    OW4J Developer Preview
    Download the developer preview and start building and running business processes using the new JDeveloper Workflow Modeler. Out-of-the-box Runnable Demo including stock quote web service demo (does not require database) and Procurement Demo which demonstartes the range of capabilities of OW4J by including various technologies like EJB, Web Services, PL/SQL and Java Classes into a business processes without any coding.
    Please post your feedback and questions using the Forum. It is valuable to us!
    Cheers,
    Raja

    Raja,
    We're having some difficulty getting the StockQuote demo working with the latest OW4J Preview release. We get the demo web page to appear but are not sure how to set Owner, ItemKey, and UserKey such that we don't get the following errors when we click "Run Workflow". Any help would be appreciated.
    Cheers,
    tim
    Error output in JDev 9.0.5.2 after clicking "Run Workflow" with or without entering values for above entries:
    Handle.Fault[oracle.apps.fnd.wf.engine.ExecutionException] at C:/jdev9052/jdev/mywork/OW4JDemos/StockQuote/src./ow4j/demo/stockquote.StockQuote[1086617569608]
    Caused By: executeRPC[C:/jdev9052/jdev/mywork/OW4JDemos/StockQuote/src./ow4j/demo/stockquote.StockQuote[1086617569608].processActivity1[1086617569610]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/06/07 10:13:10 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
    <STYLE>A:link {
         FONT: 8pt/11pt verdana; COLOR: #ff0000
    A:visited {
         FONT: 8pt/11pt verdana; COLOR: #4e4e4e
    </STYLE>
    <META content=NOINDEX name=ROBOTS>
    <META http-equiv=Content-Type content="text-html; charset=Windows-1252">
    <META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
    <BODY bgColor=#ffffff>
    <TABLE cellSpacing=5 cellPadding=3 width=410>
    <TBODY>
    <TR>
    <TD vAlign=center align=left width=360>
    <H1 style="FONT: 13pt/15pt verdana; COLOR: #000000"><!--Problem-->The page
    cannot be displayed</H1></TD></TR>
    <TR>
    <TD width=400 colSpan=2><FONT
    style="FONT: 8pt/11pt verdana; COLOR: #000000">There is a problem with the
    page you are trying to reach and it cannot be displayed.</FONT></TD></TR>
    <TR>
    <TD width=400 colSpan=2><FONT
    style="FONT: 8pt/11pt verdana; COLOR: #000000">
    <HR color=#c0c0c0 noShade>
    <P>Please try the following:</P>
    <UL>
    <LI>Click the Refresh button,
    or try again later.<BR>
    <LI>Open the Web site
    home page, and then look for links to the information you want.</LI>
    <LI>If you believe you should be able to view this directory or page,
    please contact the Web site administrator by using the e-mail address or
    phone number listed on the Web site
    home page. </LI></UL>
    <H2 style="FONT: 8pt/11pt verdana; COLOR: #000000">10060 - Connection timeout<BR>Internet Security and Acceleration Server</H2>
    <HR color=#c0c0c0 noShade>
    <P>Technical Information (for support personnel)</P>
    <UL>
    <LI>Background:<BR>The gateway could not receive a timely response from the Web site you are trying to access. This might indicate that the network is congested, or that the Web site is experiencing technical difficulties.<P></P></LI>
    <LI>ISA Server: ns.mgbltd.com<BR>
    Via: <BR><BR>Time: 6/7/2004 2:13:10 PM GMT
    </LI></UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>
    04/06/07 10:13:10      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/06/07 10:13:10      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/06/07 10:13:10      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/06/07 10:13:10      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/06/07 10:13:10      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/06/07 10:13:10      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/06/07 10:13:10      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/06/07 10:13:10      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/06/07 10:13:10      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/06/07 10:13:10      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    04/06/07 10:13:10      at java.lang.Thread.run(Thread.java:534)
    executeRPC[C:/jdev9052/jdev/mywork/OW4JDemos/StockQuote/src./ow4j/demo/stockquote.StockQuote[1086617569608].processActivity1[1086617569610]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/06/07 10:13:10 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
    <STYLE>A:link {
         FONT: 8pt/11pt verdana; COLOR: #ff0000
    A:visited {
         FONT: 8pt/11pt verdana; COLOR: #4e4e4e
    </STYLE>
    <META content=NOINDEX name=ROBOTS>
    <META http-equiv=Content-Type content="text-html; charset=Windows-1252">
    <META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
    <BODY bgColor=#ffffff>
    <TABLE cellSpacing=5 cellPadding=3 width=410>
    <TBODY>
    <TR>
    <TD vAlign=center align=left width=360>
    <H1 style="FONT: 13pt/15pt verdana; COLOR: #000000"><!--Problem-->The page
    cannot be displayed</H1></TD></TR>
    <TR>
    <TD width=400 colSpan=2><FONT
    style="FONT: 8pt/11pt verdana; COLOR: #000000">There is a problem with the
    page you are trying to reach and it cannot be displayed.</FONT></TD></TR>
    <TR>
    <TD width=400 colSpan=2><FONT
    style="FONT: 8pt/11pt verdana; COLOR: #000000">
    <HR color=#c0c0c0 noShade>
    <P>Please try the following:</P>
    <UL>
    <LI>Click the Refresh button,
    or try again later.<BR>
    <LI>Open the Web site
    home page, and then look for links to the information you want.</LI>
    <LI>If you believe you should be able to view this directory or page,
    please contact the Web site administrator by using the e-mail address or
    phone number listed on the Web site
    home page. </LI></UL>
    <H2 style="FONT: 8pt/11pt verdana; COLOR: #000000">10060 - Connection timeout<BR>Internet Security and Acceleration Server</H2>
    <HR color=#c0c0c0 noShade>
    <P>Technical Information (for support personnel)</P>
    <UL>
    <LI>Background:<BR>The gateway could not receive a timely response from the Web site you are trying to access. This might indicate that the network is congested, or that the Web site is experiencing technical difficulties.<P></P></LI>
    <LI>ISA Server: ns.mgbltd.com<BR>
    Via: <BR><BR>Time: 6/7/2004 2:13:10 PM GMT
    </LI></UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>
    04/06/07 10:13:10      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/06/07 10:13:10      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/06/07 10:13:10      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/06/07 10:13:10      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/06/07 10:13:10      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/06/07 10:13:10      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/06/07 10:13:10      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/06/07 10:13:10      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/06/07 10:13:10      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/06/07 10:13:10      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/06/07 10:13:10      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/06/07 10:13:10      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/06/07 10:13:10      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    04/06/07 10:13:10      at java.lang.Thread.run(Thread.java:534)

  • Oracle workflow .Steps in processing a notification

    Hi,
    Let say an EBS user submitted his timesheets through Oracle workflow.
    Can some explains / provide links how this notification gets processes.
    And importance of WF out and IN queues / deferred agent listeners / SMTP and IMAP,
    I have read the bellow links but I did not much information.
    http://appsdbalife.wordpress.com/2009/09/02/notification-mailer-troubleshooting-part-i/
    --Thanks In Advance
    Vijay
    Edited by: Vijay.Cherukuri on Aug 15, 2012 9:44 PM

    I do not think you will find this documented in details. However, you may refer to:
    Diagram of Relationship between Core Workflow Tables [ID 444446.1]
    Oracle Time and Labor (OTL) Implementation and User Guide, Release 12 [ID 1070930.1]
    Oracle Time & Labor Implementation and User Guide, Release 11i [ID 207333.1]
    Oracle Time and Labor Retrievals Troubleshooting Guide [ID 749174.1]
    Time and Labor
    http://docs.oracle.com/cd/B53825_08/current/html/doclist.html#Time%20and%20Labor_p
    Thanks,
    Hussein

  • How to install oracle workflow on my desktop?

    i am having oracle 9i in my machine. i want to install oracle workflow. kindly tell me how to install or provide me with the link where installation has been explained.please let me know where i will find that documen?t
    thanks.

    There are two major components to install in Oracle Workflow.
    1. Workflow Client - Otherwise called Oracle Workflow Builder, this is a windows based tool to design and develop your workflow process. This tool is the developer's tool for transforming the business process into a workflow process. The process definition can be stored to filesystem as a file with .wft extension or directly to a database where workflow server is installed.
    2. Workflow Server - Workflow engine that executes the workflow process designed using the workflow builder above. The workflow process designed above is loaded into the workflow server either from the builder directly by connecting to the workflow server schema or using the workflow definitions loader which is a command line utility that reads the .wft file.
    Installation
    1. You may install the Workflow Builder 2.6.2 downloadable from OTN on your PC. This needs an appropriate Oracle Home using which the builder is built by Oracle. I believe 2.6.2 can be installed into a 9i home. It is better that you install the builder into a new Oracle Home and not use any existing homes.
    2. Workflow Server 2.6.2 is shipped with Oracle Database 9iR2. In the additional or optional components (not sure about the exact words) section of your 9iR2 CD you can find Oracle Workflow 2.6.2 that provides the workflow server. You may install this into the existing Oracle Database 9iR2 Oracle home. After installing oracle workflow server you should run the Workflow Configuration Assistant to create the workflow schema in the database and create the required objects in the schema in order for the Workflow Engine to be become operational.
    In summary, installation of Workflow Server has two phases.
    o Install Oracle Workflow to 9iR2 home.
    o Run Workflow Configuration Assistant to configure the workflow server
    Once the Workflow Configuration Assistant is run successfully, you need to set up the PLSQL DAD (Database Access Descriptor) to access workflow home page using the Apache server that comes bundled with Oracle Database 9iR2.
    Please refer to Oracle Workflow 2.6.2 installation document for more information.
    http://www.oracle.com/technology/products/ias/workflow/wf_info.html#release_262
    Thanks
    Vijay

  • 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

Maybe you are looking for

  • New Macbook Pro 15-inch Retina screen flashes white intermittently

    I have a new Macbook Pro 15-inch Retina with 2.8 GHz Intel Core i7, 16GB RAM, and 1TB SSD. Running OS X version 10.9.5. Problem: the screen intermittently flashes to white very briefly (for a fraction of a second). This happens once or twice a day. I

  • Illustrator download not working on my PC

    Hello, I have just signed up for a Creative Cloud membership, downloaded PSD and IDD but can t install Illustrator - I can t see what the problem is, but it just doesn t work, could you please help me ? thankx !

  • This is soniya here... on handling units

    Hi all,.... I have an urgent requirement... Is there any function module where i can assign a storage bin to a handling unit. This is found under the general header data tab in HU02 transaction. Can anyone help me with a function module or BAPI to bi

  • Upgrade to 5.0

    I upgraded my phone two days ago.  I live in an area that does not have 3G, but does have Cellular Data Network that worked great before the upgrade.  I could send and receive email and access Safari without any problems.  Now to access these I have

  • Windows8 recovery disk

    I need the windows recovery disk for my computer