How do I open a Oracle Form from Workflow Notification

Hi,
I have created an attribute( for opening oracle form , define type as form) in my workflow process. Currently I cam working on oracle applcaition 11i,
I want to know the format of assigning value to this attribute my attribute name is "OPEN_FORM"
My form name is "PMSTIME", parameter is "TIMEID"
With Regards
Satheesh Kumar

Welcome to the Apple Support Communities
To open a Word document from a USB drive, do it as you would do if the document is stored on the hard disk. Just double-click it and Microsoft Word should open with this document. If another application is opened or it doesn't open, right-click the file, select "Open with" and choose Microsoft Word

Similar Messages

  • Opening oracle form from workflow notification asks for responsibility.

    Hello All,
    I am trying to open serach service request form from workflow notification.
    For that I have added below.
    1) created Form type of WF attribute and attached it to message. Value of this attribute is
    CSXSRISV:REQUEST_ID=&REQUEST_ID.
    2) So the link apears in the notification but when I form session opens it brings up the responsibility selection screen, If I select Customer Support resp and click on OK, service request get queried properly.
    So everthing is working fine, only issue is when oracle form opens it asks for the responsibility to select from selection screen.
    How can I remove this responsibility selection screen?
    Do I need to pass any parameter or something like that?

    Thanks for the reply.
    I have added CSXSRISV function i.e Find Service Request to the appropriate menu which is attached to the responsibility and opened the form from newly sent notification. Still no luck. Still it is asking me for resp to choose.
    Can you suggest me any other workaround?
    How to see whether workflow worklist is available to customer support resp?

  • Open an Oracle Form from Java

    Hi,
    Is it possible to have, say a small Java web app (JSP ie.) that calls/opens an Oracle Form?
    - Is it possible to pass parameters to and from the Form?
    Regards,
    Magnus

    Hello,
    Forms is executed in a Java applet, so you can start it with a single HREF tag.
    orms can also run some web application via the Web.Show_Document() built-in.
    Francois

  • Opening an oracle form from a webpage link

    Hi Everyone,
    Thanks for the answer to my earlier question.
    I'm now trying to open and run a form from a link on a web-page.
    I'm using a pl/sql procedure to try and call the form, see below:
    PROCEDURE W_UCD_TRAP_PIDM IS
    global_pidm spriden.spriden_pidm%type;
    global_curr_release CONSTANT varchar2(10) := '5.2';
    v_pidm spriden.spriden_pidm%type;
    v_id          spriden.spriden_id%type;
    NAME: W_UCD_TRAP_PIDM
    PURPOSE: To retrieve the value of the pidm so as to enable
    the passing of the pidm to a web enabled form
    procedure.
    BEGIN
    if NOT twgkwbis.f_validuser(global_pidm) then
    return;
    end if;
    begin
    v_pidm := global_pidm;
    End;
    HTP.ANCHOR('http://msuweb.ucd.ie/dev60cgi/ifcgi60.exe?form=DAVE_TEST.FMX', NULL, 'NOT FOUND', 'HEIGHT=145 WIDTH=105');
    --&userid=''dave/grinkov@tst0_db''&otherparams=p_id='||V_pidm, NULL);
    END W_UCD_TRAP_PIDM;
    When I press the link a blank web page is opened?
    Am I using the wron syntax, should I use run_product?
    I'd be very grateful if someone could sent me the correct string
    etc.
    Thanks,
    Dave Molloy,
    University College Dublin,
    Ireland.
    e-mail: [email protected]

    You might be able to do this using a java stored procedure. I think you need to have version 8.1.6 or above to java stored procedures. Here's a couple of links that might help.
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4044562665234829894::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:952229840241,
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4044562665234829894::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:3618360089466,

  • Open forms from Workflow Notification

    Hello All,
    I understand that we can have a 'Form' type attribute to have a link of the form displayed in the workflow notifications.
    And my requirement was to open a particular PO in the forms if the user clicks on the corresponding link in his notifications.
    For doing the same, I created a form-type attribute with the following value:
    POXPOEPO:PO_HEADER_ID="1234" #RESP_KEY="XXX_PO" #APP_SHORT_NAME="PO"
    By clicking this link in the notification, a blank Purchase Order form is opening up. I wanted the actual PO details also to be displayed.
    Please suggest what needs to be done for this ?
    Thanks,
    Sambit

    Oracle Purchasing has such feature. Whenever a PO ha to be approved a notification is sent to the buyer with the url to the Purchase Order. Once he clicks on it the HTML Purchase Order page opens and he can hit approve.
    So you might want to look at the piece of functionality to achieve the same
    Thanks
    Arun

  • How to Open an Oracle Report From a JSF Page

    Hi there,
    I would be really grateful if anyone would find me a solution to the following scenario:
    In my company, we have a project where we have to convert Oracle Forms and Reports to Java Web Application. The conversion of forms is being done thourgh JSF/ADF technology but how can i open an Oracle Report from a JSF page after supplying it with parameters ? Or i have to do some type of conversion before ?
    Once again i would be thankfull for your replies.

    Tapash,
    Thanks for reponding.
    Here is the URL I am currently using :
    https://gccss.glendale.edu:8001/dev60cgi/rwcgi60?server=rep60_crp3+userid=apps/pswd@crp3+report=/u07/oracle/crp3appl/gcccus/11.5.0/reports/US/GCC_ACCRUAL_BAL_0505.rdf+desformat=html+paramform=yes+destype=cache+p_accesscode=""
    The p_accesscode is the parameter I need to pass to the Oracle report.
    Currently, when I click the button, it invokes the above URL and takes me to the parameter form of the Oracle report and when I enter the Username, it runs the report and displays the desired output. But, what I need to achieve is, to pass the current user who has logged in behind the scene and to get rid of the parameter screen totally. Is this doable ? If yes, please help me !!!
    Thanks
    Hilal

  • Error with hyperlink to open a form in Workflow Notification

    Hi All,
      I am trying to create a hyperlink to open a form in Workflow Notification. I want to open "Prepare Mass Additions" form from my workflow. I am in R12 (12.1.3) and there is no parameters defined for this function.
      So i am trying the method given here:
      http://oracleappsnotes.wordpress.com/2011/04/15/accessing-oracle-forms-from-workflow/
      Below is a summary of steps from this blog:
    Register a new custom form function with a parameter CREATE_BATCH_ID.  Function name is XXFAXMADDS. Its just the seeded FAXMADDS form function, just with the addition of parameter.
    Create an attribute of type ‘Form’ which stores the name of the form function and the parameter with which we want to call it. The default value of the attribute is XXFAXMADDS:CREATE_BATCH_ID=&BATCH_ID
    In a workflow process include a notification message.
    Associate the attribute with the notification message
    Personalize the new form function, to add actions to assign the value of parameter to the form field, then goto the Find Button, and click it.
        When i click on the link in notification, I am getting the below errors:
        FRM-47023: No Such parameter named G_QUERY_FIND exists inform FAXMADDS
        FRM-40105: Unable to resolve reference to item PARAMETER:G_QUERY_FIND
        FRM-47023: No such parameter named CREATE_BATCH_ID exists in form FAXMADDS.
        Why is this error? Why it is referring to G_QUERY_FIND which i have not at all used?
    Thanks
    Manu
    Message was edited by: manu.mur

    Hi Hussein,
    Clearing cache or bouncing application did not help. And now i am noticing that the value of this attribute does not change according to the changes i make in workflow builder.
    Also, i tried by updating the workflow attribute from Workflow Admin, retried the notification and tried the link again. No help.
    I tried updating attribute to just the standard form function name, still same errors!

  • How to call a Oracle Form from within the APEX

    Hi,
    I have a requirment where need to call a oracle form from within the Oracle APEX application?
    I will appriciate if can someone help me out.
    Thanks

    Hi,
    are you working with Forms 6i or 10g?
    If you want to call a forms 10g page. Just use a button with javascript:
    - Target type: URL
    - URL Target: javascript:window.open ('http://<server>:<port>/forms/frmservlet?config=<conf>','Forms window');
    With Forms 6i you can open the directory where your forms file is inside (works just with IE):
    <script type="text/javascript">
    function fnc_window()  {w = open('C:\\FormsFiles', "winLov","scrollbars=yes,resizable=no,width=600,height=400");
    if (w.opener == null)
    w.opener = self;
    </script>Or execute the forms file with vbscript (IE only):
    <script language = "vbscript">
    sub fnc_forms()
    dim progName
    progName = "c:\FormsFiles\myForm.exe"
    set oShell = createobject("wscript.shell") 'create a shell
    '***use the line below to call your app, defined above with the "progName" variable:
    oShell.run(progName)
    end sub
    </script>

  • Call Oracle form from pl/sql

    Dear All
    How can I call Oracle form from pl/sql and open this form to end user
    many thanks

    Hshihadah wrote:
    how can I show this form to specific client ?What client?!? Database PL/SQL is executed within a process on the database server, it's not something which is executed on the client. Could you please elaborate a little bit more?
    By now I have not the faintest clue if you want to
    - call a form from another form ( call_form )
    - call a form within a database process (?!?)
    - call your form from a client you did not tell us (probably APEX?!?)
    For the case you really meant to call a form within Database PL/SQL: Just in case you didn't recognize it, but the database is perfectly capable of PL/SQL and as calling a form within a database process is a one-way street as you cannot interact with it there is no point at all in writing the things you want to do in forms. If you want some PL/SQL code executed on the database then...well...put it in a stored procedure in the database!
    cheers

  • How to enable tracing in Oracle Forms 10g

    Hi Friends,
    I am interested to trace my running oracle forms application. When I googled it, I got below useful information. But theory and practical has mismatch somewhere, I am not able to create the trace file(s).
    **************************** Some Notes ****************************************************
    How to Enable Tracing in Oracle Forms 10g
    Enable Tracing from the url by adding the following to your forms url:
    &record=forms&tracegroup=0-98,100-199 (note: item 99 causes some issues, so we are skipping it here. See the Oracle documenation for a description of what is being traced for each item.)
    for example
    [http://machine:port/forms/frmservlet?config=myConfig&record=forms&tracegroup=0-98,100-199]
    You will get a trace file in the following location:
    %ORACLE_HOME%\forms\trace\forms_xxx.trc where xxx is the forms session ID.
    Open dos window and do the following:
    set ORACLE_HOME=
    set PATH=%ORACLE_HOME%\jdk\bin;%PATH%
    set CLASSPATH=%ORACLE_HOME%\jdbc\lib\classes12.zip;%ORACLE_HOME%\forms\java\frmxlate.jar
    java oracle.forms.diagnostics.Xlate datafile=%ORACLE_HOME%\forms\trace\forms_xxx.trc outputfile=%ORACLE_HOME%\forms\trace\html_xxx.html outputclass=WriteOutHTML
    you will get a file html_xxx.html in your %ORACLE_HOME%\forms\trace directory.
    I need information beyond this to make this practically successful.
    Thanks in advance,
    Amol Naik

    Hello,
    <p>Did you read this paper ?</p>
    Francois

  • Opening a new form from a button places it behind the calling form.

    From the sales order form clicking a schedule button opens up a new non modal window . On this window I need to add a new button to open a new form(SOO.fmb) .
    I tried using the FND_FORM.EXECUTE function, the new form opens but it is positioned behind the sales order form. I tried using call_form , even this positions the new form behind the sales order form.
    How do I open the new form as the active form ?
    thanks
    satya

    Please clarify what you are talking about. Is this an Oracle Applications (i.e. E-Business) form or is this a form/application you created? What product versions are you using? Do not provide product names like 10g, 11g, etc. Please provide product versions.
    That said, if you are opening new form or browsers using WEB.SHOW_DOCUMENT, there is a known Sun bug which causes this problem when using the Sun JRE 1.6.0_xx. This issue can be worked around by disabling the JRE setting "Enable the next generation Java Plugin...". This setting is found on the Advanced tab of the JRE Control Panel under "Java Plugin". This bug is expected to be fixed in Sun 1.6.0_18. This version is not available to the public at this time.

  • How to use css in oracle forms

    Hello,       I am using oracle forms 11g with weblogic server 10.3.5 at windows 7.I have to use CSS in oracle forms.i have tried to search it but no profit.please some one else tell me that how can use css in oracle forms. Thnak You regards aaditya

    Hi
    As Francois pointed out Oracle forms has nothing to do with html based technology. The way you can get the equivalent effect of creating consistancy in the way your objects are displayed is by creating a set of items you want and alter their apperance and behaviour and place them into object libraries (one library should do the trick).  From there you subclass all of you forms items off these libraries.
    Regards
    Quintin

  • Oracle Forms from 6i to 10g -only blank screen is displaying after deployme

    I have converted oracle Forms from 6i to 10g (almost 10 forms). In the development environment all 10 forms are working fine without any problems. I have deployed the forms in the server. Now all the forms are working fine except one form. Only blank screen is displaying in this case. What could be the reason? How to resolve this issue? This form is also working fine in the development environment.
    Thanks for all your suggestions.

    some possibilities:
    1. check the java console of the plugin you use (Jinitiator, Sun-plugin) and see if there are any errors reported.
    2. Do a full recompile of the form (ctrl+Shift+K, at least in german version)
    3. Maybe a navigation problem (seems unlikely for it works in dev-environment, but give it a try):
    Create a new block, put a navigable textitem in it and show that textitem on your canvas, but that block as first navigatin block in the form-properties.
    4. Check other Pre-triggers(Pre-block, pre-textitem) if they are executed and may fail.
    hope this helps

  • Opening HCM PDF forms from UWL

    Dear Friends,
    I am working in an assignment which involves the following
    Portal version 7.01 SP3
    HCM Process and Forms
    ESS and MSS
    UWL
    I am doing the following steps
    1. logged in as a manager
    2.Go to Team
    3. Initiated the 'start process' to change the work timings for an employee
    4.Change the timings in the presented PDF form
    5.Send the form
    6. logged in as HR Admin
    7. Able to see the work item in the UWL inbox
    8. On clicking the from the UWL inbox portal does not open the submitted PDF form, rather opens start process.
    May I request you to help me in opening the PDF form from the UWL, please.
    Regards,
    Tarani

    Hi Terani,
    We are also facing the same issue with HCM forms in Portal. So could you please update how did you resolve this issue.
    Thanks,
    Naveen Kumar

  • Can I invoke Oracle Form from web page?

    Does anyone know how can I invoke an Oracle Forms form from an html page?

    Hi Hans
    That's what I thought re the url but I can't find out what it is, it briefly appears in the browser but then goes leaving me with the formsweb.cfg config url. I am running from the Builder on Windows 2000 and it's Forms 10g.
    Marc

Maybe you are looking for