Modifying Form Behaviour Oracle Applications

Hello:
I have a problem with a form in Oracle Applications 10.7.0.
FORM - RCVCOFND.fmb ( Find Expected Receipts (16) ) Receiving--> Receipts
Upon entering this form Input Focus defaults to "Source Type". Users have decided that they would like to Default to "Purchase Order" item upon entry to this form.
I added code to CUSTOM.PLL that tests for WHEN-NEW-FORM-INSTANCE and form_name however form_name returns "RCVRCERC" which is not the form that I want to modify navigation.
Further investigation reveals that form RCVCOFND has its own PLL, BUT we are not allowed to modify this PLL, only the CUSTOM.pll is modifiable.
Does anyone have any suggestions or could advise on a workaround please.
Oracle Applications 10.7.0 SC161
Oracle Applications Client SC161
Application Object Library 7.5.16.02
Oracle Forms 4.5.7.1.8
RDBMS 8.1.6.3.0
Thanks.
N.

1. Copy your form (test.fmb) into $AU_TOP/forms/US
2. Compile with f60gen
3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
4. Login to Oracle Applications with sysadmin user
5. Select Application Developer responsibility
6. Navigate to Application - Form -
7. Enter the values for following parameter
Form = test
Application = You can select from LOV
User Form Name = Enter as you like
Description = Enter if any
8. Navigate to Application - Function
9. Enter the values in the function form
in Description TAB - Enter the value for Function, User Function Name, Description
in Properties TAB - Type = FORM
Maint.Mode Support = None
Context Dependence = Responsibility
in Form TAB - Form = Select your form name that already registered (above one)
Application = Will display
Parameters = STARTUP_MODE= TEST
10. Now you can attach the form in Menu then Responsibility
Revert back if you have any query.
Regards,
S. Velusamy Raja
Oracle Apps DBA

Similar Messages

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications.
    Currently or by default it displays the reports order by Applications name, but the requirement is that It should display reports Order by Report Name instead of Applications Name.
    Any one have idea how to customized the form, can it is possible through custom.pll or any other method.
    THanks in Advance
    Muhammad Ali

    The Report Submission screen is FNDRSRUN. The LOV for the concurrent program name is based on the PROGLOVDEF record group, which has the "order by a.application_name, p.user_concurrent_program_name" order by clause.
    As far as I know, you cannot modify the query for a "static" record group (defined in the form) at run time, so I can't see that you could do anything with the CUSTOM.pll.
    However, you could create a customised version of the form (same name) with a different order by on the record group, but then you have to reapply the customisation every time the form is patched (or you lose the customisation).
    You can create a custom copy of the form (different name) and then update all of the functions that call the standard form to call your custom form, but there are lots of functions that call this standard form and you have the problem with patches overwriting the customised function anyway.

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • How to deploy oracle forms on oracle application server 10g release3

    i have installed oracle database 10.1.0.5 and oracle application server 10.1.3.1.
    I have to run forms using this setup.
    I was unable to find which version of oracle application server forms and reports should i install to run.
    I would appreciate if someone can guide me.
    Regards.
    Sid.

    Application server 10.1.3 does not have Forms. You should install 10.1.2.0.2 version. See Re: Forms / Reports services in 10gAS Release 3

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • UNABLE TO OPEN MASTER ITEM FORM OF ORACLE APPLICATIONS: 11.5.10.2 IN FORM 6

    Hi,
    I am beginner in oracle apps technical
    Using Oracle Application 11.5.10.2
    I am not able open INVIDITM.fmb( Inventory Master Item Forms)
    in form 6i. version 6.0.8.26
    Getting a mysterious error that :-
    Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    After that I regenerate the INVIDITM.fmb using following command :-
    [root@oraapp US]# f60gen module=/apps/visappl/au/11.5.0/forms/US/INVIDITM.fmb userid=apps/apps@vis output_file=/apps/visappl/cus/11.5.0/log/INVIDITM.fmb module_type=form batch=yes compile_all=special
    The form is regenerated on the server and copying that fmb file on my local machine.
    Now trying to open it in form bulider again but now getting FRM-10043 : Cannot Open File.
    Could any body help me out in resolving this error ????
    And how to open this fmb file in form 6i ??
    Please feel free to mail regarding this issue on [email protected]
    Thanks & Regards
    Ashutosh Chowdhary

    Hi,
    Performing your action plan by copying all the files from AU_TOP to my local machine and then try to open the INVIDITM.fmb but still the same problem.
    Is this the problem of forms version or some thing else?
    Because I am able to able the POXPOEPO.fmb( Purchase Order form ) in the same version and do the customization as per requirement.
    Could you please suggest any other alternative solution?
    Thanks
    Ashutosh Chowdhary

  • UNABLE TO OPEN MASTER ITEM FORM OF ORACLE APPLICATIONS: 11.5.10.2 IN FORMS6

    Hi All,
    I am beginner in oracle apps technical,
    Using Oracle Application 11.5.10.2
    I am not able open INVIDITM.fmb( Inventory Master Item Forms) in form 6i.
    Getting a mysterious error that Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    After that I regenerate the INVIDITM.fmb using following command :-
    [root@oraapp US]# f60gen module=/apps/visappl/au/11.5.0/forms/US/INVIDITM.fmb userid=apps/apps@vis output_file=/apps/visappl/cus/11.5.0/log/INVIDITM.fmb module_type=form batch=yes compile_all=special
    The form is regenerated on the server and copying that fmb file on my local machine.
    Now trying to open it in form bulider again but now getting FRM-10043 : Cannot Open File.
    Could any body help me out in resolving this error ???
    Please feel free to mail regarding this issue on [email protected]
    Thanks & Regards
    Ashutosh Chowdhary

    There are so many restrictions and special circumstances for creating or editing a custom form for Applications that you should ask this question in the Apps Forum (http://forums.oracle.com/forums/category.jspa?categoryID=3). People here might or might not have any experience with this. In the Apps Forums they definitely do.

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • How to create form in oracle application express

    hi friends,
    i am a new person in oracle application express software.
    i just want to ask that can we use oracle application express as a front end for oracle 10g database???
    if yes then can any one tell me that how to create form in it?
    is there any connection string to connect that form with oracle 10g.
    Please do me reply soon thanks

    To this forum... please:
    Oracle Application Express (APEX)
    Greetings

  • Upload Excel to a form in Oracle Applications: 11.5.10.2

    Hi
    I want to upload excel into a form in Oracle 11i application - order management. There are two columns in Excel Delivery number and Delivery Date. Search each delivery number in Shipping>Transaction>Query Manager . Go to Date field and copy respective Delivery date. Please let me know how to do this using a Macro. I cannot use SQL loader for this. Also I do not have access to server apps.
    Regards
    Sindu

    Please see this thread (applicable to 11i).
    How to download spreadsheets to the EBS R12 database
    How to download spreadsheets to the EBS R12 database
    Thanks,
    Hussein

  • Not able to open Forms in Oracle Applications,after I login

    Hello All,
    I have Windows 7 and internet explorer 8 in my laptop.
    After I connected to VPN, now i'm able to open the Oracle Applications login page.
    After I enter, I can see the list of responsibilities.
    When clicked to any of the responsibilities, showing to download the JInitiator, and once it is downloaded and installed, still the forms are not opening.
    Also checked with FireFox 3.6 Version, same thing happening. Able to download the JInitiator, but after installing, forms are not opening.
    Please do let me know the fix for this.
    Thanks.

    Hi,
    I have Windows 7 and internet explorer 8 in my laptop.What is the application release?
    Do you meet the minimum requirements in these docs?
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i (Customer Recommended)
    Note: 389422.1 - Recommended Browsers for Oracle E-Business Suite Release 12 (Customer Recommended)
    After I connected to VPN, now i'm able to open the Oracle Applications login page.
    After I enter, I can see the list of responsibilities.
    When clicked to any of the responsibilities, showing to download the JInitiator, and once it is downloaded and installed, still the forms are not opening.Can you reproduce the issue when NOT connected through VPN?
    Can you find any errors in the Jinitiator Console Window? If not, you may need to enable trace as per these documents and check then.
    Note: 232651.1 - How to Enable Tracing in Jinitiator
    Note: 310961.1 - How To Enable The Java Console Jinitiator 1.1.8 and 1.3
    Regards,
    Hussein

  • Running Forms on oracle Application 10g(9.0.4) on terminal Server

    oracle application Server Installation guide for windows states that
    Oracle Application Server is not supported on Windows operating systems that
    include Terminal Services (for example, Windows NT Terminal Server Edition and
    Windows 2000 with Terminal Services are not supported).
    My Remarks : It means Oracle Application server cannot be installed on the Windows server on which Windows Terminal Services are on.
    Please consider the following deployment scenario
    Server 1
    OS : Windows 2000
    Software Installed : Oracle Database 10g
    Server 2
    OS : Windows 2000
    Software Installed : Oracle Application Server 10g(9.0.4) on which Forms and Reports are deployed
    Server 3
    OS : Windows 2000 as Terminal Server
    Software Installed : IE 6.0 , that will act as Client Machine.
    I have following Queries
    1. Oracle does not allow OAS installed on Terminal Server, will it allow Terminal Server( Server 3) to act as Client and to run web base forms and reports on it.
    2.
    In case It allow to run forms and reports on Terminal Server ( Server 3) does it means thin client machines connected to Terminal Sever can access Forms and Reports.
    Thanks and Regards,
    Ankur Diwan

    The bottom line is that we don't certify running Forms using the features of a terminal server to serve up any part of those Forms. That doesn't mean it does not work, but its not certified or supported.
    Regards
    Grant Ronald
    Oracle Product Management

  • Share JVM on the client using ORACLE Forms on Oracle Application Server 10x

    Hi All,
    excuse the question, if it's wrong here:
    We have a problem running an Oracle Forms Application on an Oracle Application Server 10.1.2.3
    Local requirements do not allow multiple JVMs to run on the Client where the Oracle Forms Application is shown.
    Is there any neat way to prevent Multiple Instances of a Forms Application to each run a JVM on the client ?
    (Issue shows up on windows xp, iexplorer 8, ...)
    Any help much appreciated.

    Rephrasing...
    You have a web server - Oracle Forms.
    You want to prevent a user, which is accessing the web server, from opening more than one instance of IE (accessing the web server twice.)
    I would suspect that the answer requires support from the web server. And if that is the answer then this becomes a specific question about Oracle Forms (and not a general one about java.)

  • FORMS in ORACLE APPLICATION environment

    Hello,
    I want to know if a document explaining how to develop a FORM in a ORACLE APPLICATION environment ? ( librairies, package, ... templates ).
    Thanks.
    Romeo.

    I have found :
    http://download-west.oracle.com/docs/cd/B11454_01/11.5.9/acrobat/115devg.pdf
    Romeo.

  • Unable to open forms in oracle application 11i

    Hi All,
    Just now i have upgraded the oracle application 11i with the Developer 6i (Followed the ID 125767.1 Document). After this i am unable to open the forms.
    When i am trying to open it's geting stuck.
    Do you have any idea how to resolve it.
    Regards,
    Vinod Ranjan

    Hi,
    please find the error details from the Java Console.
    ========================================
    java.lang.IllegalAccessError: class oracle.forms.ui.VTextField$FormsPWAccess cannot access its superclass oracle.ewt.lwAWT.lwText.LWTextField$Access
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.TextFieldItem.class$(Unknown Source)
         at oracle.forms.handler.TextFieldItem.getDefaultClass(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.sendDeferredMessages(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    connectMode=Socket
    serverHost=unicos.upg.com
    serverPort=9000
    Forms Applet version is : 60828
    java.lang.IllegalAccessError: class oracle.forms.ui.VTextField$FormsPWAccess cannot access its superclass oracle.ewt.lwAWT.lwText.LWTextField$Access
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.TextFieldItem.class$(Unknown Source)
         at oracle.
    Please, help me on this.
    Thanks,
    vinod ranjan

Maybe you are looking for

  • E72 locked to Telus Canada

    I have had e72 for about 2 years in Canada (contract with Telus) I hve just moved to Brazil and would like to use the e72 here. But i find it will not accept the local SIM card. Telus canada have told me they are unable to unblock the phone - or even

  • No batch input data for screen  for VF01

    Hi All, Iam trying to to create billing document using  BDC for VF01 with  sales order. For single line item it is working fine and that to in Mode 'A'. But while  creating invoices using multiple sales orders  , Iam getting the following error. No b

  • From Transaction FB60 values are not transferred to RFC

    Hi, We are working for integration of R/3 and 3rd Party Tax package. We are trying to pass the values from Trans FB60 & FB70 to the user exit EXIT_SAPLFYTX_USER_001. But it is not capturing after applying the OSS note 575644. Your help is appreciated

  • Problem viewing files that were saved as Attachments using PSoft functions

    Hello, I am trying to apply the code delivered in FILE_ATTACH_WRK to send an attachment to our server, and also to retrieve (view) the file. I am able to save the attachments and also to retrieve them for viewing. But something is happening to the fi

  • Archiving and Delete Job

    Hi, I having problem in PI 7.0, SXMB_MONI XML Messages does shows only 1 day, Messages, I understand there are 2 jobs are running in background Job: SAP_BC__XMB_DELETE   Program: RSXMB_DELETE_MESSAGES Job: SAP_BC_XMB_HIST_DELETE    Program: RSXMB_DEL