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.

Similar Messages

  • Call submit request form

    Hi,
    In my custom controller, I want to call the submit request form,
    and pass a specific request id in order to open a XML Publisher report I created.
    I am using the following code:
    com.sun.java.util.collections.HashMap parameters = new HashMap();
    String url = "OA.jsp";
    parameters.put("akRegionApplicationId", "0");
    parameters.put("akRegionCode", "FNDCPPROGRAMPAGE");
    String id = "" + V_Request_ID + "";
    parameters.put("requestMode", "DEFERRED");
    parameters.put("requestId", id);
    pageContext.setForwardURL(url,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    parameters,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    But my page is not redirecting...without giving any errors...
    Any ideas ?
    Thanks
    Edited by: costas on 29 Μαρ 2011 11:31 μμ

    Hi,
    I used OA.jsp?akRegionCode=FNDCPREQUESTVIEWREGION&akRegionApplicationId=0
    and I'm getting the following error:
    oracle.apps.fnd.framework.OAException: No data found for region (FNDCPREQUESTVIEWREGION).
    Thanks

  • Copy button on Submit request form

    Hi All
    Can we configure Copy button on Submit Request form to view names as per our requirement.
    If yes, How.
    Please share any doc id.
    Thank You for your help!
    -C

    by mistake, got marked as answered.

  • Unable to find Active Users Concurrent Program in Submit Requests Form

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.
    However, we are able to submit the Active Users program using CONCSUB.
    Not sure if the patch has done anything.
    Please suggest.
    Regards,
    RA.

    We applied a patch 9647331 on our development instance (R12.1.1). It completed succesfully. But when we are trying to submit ACTIVE USERS concurrent request, we are unable to find it in the Submit Requests Form.From which responsibility?
    Have you verified if the concurrent program is added to the Request Group which is linked to this responsibility?
    Not sure if the patch has done anything. I do not think so. Was the patch applied successfully included all pre-reqs?
    Thanks,
    Hussein

  • 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

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

  • How to find out last_query from jsp form in oracle applications

    Hi
    At present i am working on Quality Module.
    in India Localization.
    In Quality module -> Results -> Inquiries -> Skip Lot Inquiry
    If i enter our organization name
    Then its openning one form.
    I am unable to find out the table names from the jsp form.
    User also unable to comment on it.
    So, please help me on this issue.
    Regards,
    Pradeep.

    Hi
    Once you open the jsp form, at below leftside corner you can see link : About This Page. If you click on the link : About this Page this again open another window, there you can see multiple tabs at header level, if you click on page tab, there you can all the VO objects used to build this page. If you click on VO object hyperlink you can see the query.

  • Request help on Oracle Applications InterConnect  Downloads

    Hi !
    Recently I have attended the seminar conducted by Oracle in Hyderabd,there they given Oracle Applications InterConnect using iStudio.Where we have to get this Oracle Applications InterConnect software.for this server any sever sholud need ?
    Kindly give solution at the earliest.
    Regards
    A Y N YADAV
    [email protected]
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    Hey there,
    it sounds like your question involves WebCenter Spaces so I would recommend you checkout the discussion board for that software which is here:
    http://forums.oracle.com/forums/forum.jspa?forumID=1188
    This board is for a different product called WebCenter Interaction.
    Good luck!
    819524 wrote:
    I was trying to use spaces API and get this component in the resource catalog of the webcenter spaces. I am stuck in an exception and would request your support and expertise to come out of it.
    I used spaces API’s, created data control of the java classes and created a bounded taskflow of the same.
    I then downloaded the extendwebcenterspaces application and used the below white paper to customize the resource catalog.
    http://www.oracle.com/technetwork/middleware/webcenter/owcs-r11-extend-spaces-wp-132596.pdf
    After updating the catalog reference of the ADF Library Jar( taskflow converted to jar), in the resource catalog xml’s, I was able to create a new version of the webcenter spaces upon deployment and was able to see my taskflow in the resource catalog of the webcenter.
    However, when I try to add the taskflow in my page, it gave me the below exception.
    java.lang.NoClassDefFoundError: oracle/webcenter/spaces/ws/client/GroupSpaceWSContext
    To get over this exception, I added spaces-webcenter-client.jar to the lib folder and deployment profile of CustomWebCenterSpacesWAR.
    However, the exception still remained , though the required classes were added.
    Can you please help me to solve the above exception.

  • 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

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

Maybe you are looking for