Forms compiler error 103 - help please

I am trying to compile form procedure with legal PL/SQL block this type
PROCEDURE xy IS
CURSOR c_row1_mi IS
SELECT x| |y AS row1, ziehung_id, zs
FROM (SELECT x, ziehung_id, zs
FROM table1
WHERE tm_lo_z_lotto = 'MI'
ORDER BY zs desc),
table2
WHERE ziehung_id = tm_lo_s6_ziehung_id
AND ROWNUM <= 6
ORDER BY zs;
BEGIN
FOR cr IN c_row1_mi LOOP
END LOOP;
END;
There is no problem with running the procedure via SQL Plus. But it is not possible to compile this procedure as a form procedure (version 6.0.8.13.0).
The error message is: Error 103 on row ... found symbol "ORDER" ...
for first (ORDER BY zs desc) clause. Without this "order by" clause the complilation is sucsseful.
Any comment is welcome.

The PL/SQL engine in Forms is based on the 8.0.6 RSFs. The ability to use a SELECT statement in the FROM clause of a query was added in 8.1.6 or later. Therefore you can't use that feature in Forms.
It works in Oracle9i Forms, though, since that's based on the 9i RSFs.
Your only workaround is to move the query to a stored procedure in the database, or change the query.
Regards,
Robin Zimmermann
Forms Product Management

Similar Messages

  • My time machine cannot complete my back up saying the "sparse bundle could not be accessed" error -1  Help please

    My time machine cannot complete my back up.  The message I receive says the "sparse bundle cannot be accessed.  (error -1)  Help please.

    GG,
    Please read over Pondini's Time Machine Troubleshooting guide, specifically C17.

  • Urgent: Form Compilation Error using frmcmp.sh on OAS 10.1.2, pls help..

    Hi All,
    I am upgrading from OAS 9.0.4 to 10.1.2 where Forms 10g application is deployed.
    When I try to recompile with frmcmp.sh :
    frmcmp.sh userid=system/oracle123@odb module_type=FORM module=menu1.fmb
    I get errors :
    Compiling Procedure GET_PATH...
    Compilation error on procedure GET_PATH:
    PL/SQL ERROR 201 at line 4, column 32
    Identifier 'APPS_MENU1_DET' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    SQL Statement ignored
    Compilation error have occured.
    Form not created
    What cause this error ?
    FYI, on the above compilation I connect to different database/schema, not the one
    which is used by the Form, is this the reason of th error ?
    During compilation, Do I have to connect to the database/schema I used when develop the form ?
    DO I have to create all tables in the schema first before compilation ?
    Tnank you for your hwlp,
    xtanto
    PS. When I compile the same Form with F90genm.sh on OAS 9.0.4, NO ERROR.

    From my experience it's a really bad idea to install OCS into a AS IM. When it comes to upgrades and patches you'll pull your hair out!
    Why not install OCS first and then install the BI into the OCS AS server... I have not checked the certification matrix but that might be a better solution to look into.

  • OCCI Compile Error.. Please Help me....

    I'm Developing on the Compaq Tru64 Unix Version 5.1b
    I'm attempting to compile/link Oracle OCCI demo using Tru64 cxx with no success
    Compile error:
    cxx: Warning: /pdms_appl/oracle/product/rdbms/demo/occiObjects.h, line 119:
    function "oracle::occi::PObject::operator new(std::size_t, void *)"
    has no corresponding operator delete (to be called if an exception
    is thrown during initialization of an allocated object)
    void operator new(size_t size, void adctx);
    --------------^
    cxx: Warning: /pdms_appl/oracle/product/rdbms/demo/occiObjects.h, line 116:
    function "oracle::occi::PObject::operator new(std::size_t, const
    oracle::occi::Connection *, const std::string &, const char *)" has
    no corresponding operator delete (to be called if an exception is
    thrown during initialization of an allocated object)
    void operator new(size_t size, const Connection x,
    --------------^
    Runtime Error:
    PDMS_pdms.bitekic.co.kr:/pdms_appl/oracle/product/rdbms/demo> occipool
    resolve_symbols: loader error: dlopen: libocci.so.9.0: symbol "OCIPSetObjectPtrNull" unresolved

    I think you can ignore the compilation warnings.
    For the unresolved symbol error while running the OCCI app, can you try static linking of the application with libocci9.a & libclntst.a ? e.g :-
    make -f demo_rdbms.mk buildocci_static EXE=occipool OBJS=occipool.o
    Regards,
    Shankar

  • 10g form compilation error

    Hi all,
    I created a form in Oracle form builder 10g..
    I uploaded the fmb to server. Say file name is XX_TEST.fmb
    These are the steps i followed for compilation.
    1). emrenv betsyd9
    2)cd /betsyd9ap/betsyd9appl/au/11.5.0/resource
    3)export FORMS60_PATH=/betsyd9ap/betsyd9appl/au/11.5.0/resource:/betsyd9ap/betsyd9appl/au/11.5.0/resource/stub:/betsyd9ap/betsyd9appl/XXAU/11.5.0/resource:/betsyd9ap/betsyd9appl/XXASO/11.5.0/forms/US:$AU_TOP/forms/US
    4)f60gen module=/betsyd9ap/betsyd9appl/XXASO/11.5.0/forms/US/XX_TEST.fmb userid=apps/apps
    I received  error as shown below after i give 4th command
    Forms 6.0 (Form Compiler) Version 6.0.8.28.0 (Production)
    Forms 6.0 (Form Compiler): Release - Production
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
    Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle Tools Integration Version 6.0.8.17.0 (Production)
    Oracle Tools Common Area Version 6.0.5.32.0
    Oracle CORE Version 4.0.6.0.0 - Production
    ROS ERROR: -200
    If my compilation steps are wrong Please let me know the compilation steps for 10g form

    Hi DurgaSrinivas_886836 ,
    You should post your query on Oracle E Business Suite forums, not here.
    You are trying to compile Forms 10g with f60gen, and using all the settings of Forms 6. That is obviously wrong.
    You need to use the correct commands for 10g, frmcmp from the bin folder of DevSuite10g home. Trying random combinations will not get you anywhere. Read the documentation for 10g.
    Better post on EBS forum. There may be other issues like no support for 10g in EBS 11.5.xx.xx that you are using.
    Regards,

  • Webutil form compilation error

    Hi all
    I configured webutil on Application server 10g on linux. but when i compile the demo form on application server using
    /u01/app/oracle/OraHome_2/bin/frmcmp.sh module=$ORACLE_HOME/forms/WU_TEST_106.fmb userid=webutil/webutil@orant module_type=form compile_all=yes OUTPUT_FILE=$ORACLE_HOME/forms/WU_TEST_106.fmx
    it give me the errors
    FRM-18108: Failed to load the following objects.
    Source Module:webutil.olb
    Source Object: WEBUTIL
    Compiling procedure GET_CLIENTINFO...
    Compilation error on procedure GET_CLIENTINFO:
    PL/SQL ERROR 201 at line 3, column 35
    identifier 'WEBUTIL_CLIENTINFO.GET_USER_NAME' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 4, column 35
    identifier 'WEBUTIL_CLIENTINFO.GET_IP_ADDRESS' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    ==========================================
    i search a lot but failed ..
    any solution regarding this plz thanks in advance.

    [oracle@appserver ~]$ /u01/app/oracle/OraHome_2/bin/frmcmp_batch.sh module=$ORACLE_HOME/forms/webutil.pll userid=webutil/webutil@orant module_type=library compile_all=yes OUTPUT_FILE=$ORACLE_HOME/forms/webutil.plx
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    Compiling library WEBUTIL...
    Invalidating Package Spec CLIENT_IMAGE......
    Invalidating Package Spec CLIENT_OLE2......
    Invalidating Package Spec CLIENT_TEXT_IO......
    Invalidating Package Spec CLIENT_TOOL_ENV......
    Invalidating Package Spec CLIENT_WIN_API_DEBUG......
    Invalidating Package Spec CLIENT_WIN_API......
    Invalidating Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Spec CLIENT_WIN_API_PRELOAD......
    Invalidating Package Spec JAVA_EXCEPTION......
    Invalidating Package Spec WEBUTIL_BROWSER......
    Invalidating Package Spec WEBUTIL_CLIENTINFO......
    Invalidating Package Spec WEBUTIL_C_API......
    Invalidating Package Spec JAVA_SYSTEM......
    Invalidating Package Spec JAVA_APPSERV_READER......
    Invalidating Package Spec DELIMSTR......
    Invalidating Package Spec WEBUTIL_FILE......
    Invalidating Package Spec JAVA_APPSERV_WRITER......
    Invalidating Package Spec WEBUTIL_DB_LOCAL......
    Invalidating Package Spec JAVA_FILE......
    Invalidating Package Spec WEBUTIL_FILE_TRANSFER......
    Invalidating Package Spec WEBUTIL_HOST......
    Invalidating Package Spec WEBUTIL_SEPARATEFRAME......
    Invalidating Package Spec WEBUTIL_CORE......
    Invalidating Package Spec WEBUTIL_SESSION......
    Invalidating Package Spec WEBUTIL_UTIL......
    Invalidating Package Body WEBUTIL_UTIL......
    Invalidating Package Body WEBUTIL_SESSION......
    Invalidating Package Body WEBUTIL_SEPARATEFRAME......
    Invalidating Package Body WEBUTIL_HOST......
    Invalidating Package Body WEBUTIL_FILE_TRANSFER......
    Invalidating Package Body WEBUTIL_FILE......
    Invalidating Package Body WEBUTIL_DB_LOCAL......
    Invalidating Package Body WEBUTIL_C_API......
    Invalidating Package Body WEBUTIL_CORE......
    Invalidating Package Body WEBUTIL_CLIENTINFO......
    Invalidating Package Body WEBUTIL_BROWSER......
    Invalidating Procedure Body SHOW_WEBUTIL_INFORMATION......
    Invalidating Package Body JAVA_SYSTEM......
    Invalidating Package Body JAVA_FILE......
    Invalidating Package Body JAVA_EXCEPTION......
    Invalidating Package Body JAVA_APPSERV_WRITER......
    Invalidating Package Body JAVA_APPSERV_READER......
    Invalidating Package Body DELIMSTR......
    Invalidating Package Body CLIENT_WIN_API_PRELOAD......
    Invalidating Package Body CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Body CLIENT_WIN_API_DEBUG......
    Invalidating Package Body CLIENT_WIN_API......
    Invalidating Package Body CLIENT_TOOL_ENV......
    Invalidating Package Body CLIENT_TEXT_IO......
    Invalidating Package Body CLIENT_OLE2......
    Invalidating Package Body CLIENT_IMAGE......
    Invalidating Procedure Body CLIENT_HOST......
    Invalidating Function Body CLIENT_GET_FILE_NAME......
    Compiling Package Spec CLIENT_IMAGE......
    Compiling Package Spec CLIENT_OLE2......
    Compiling Package Spec CLIENT_TEXT_IO......
    Compiling Package Spec CLIENT_TOOL_ENV......
    Compiling Package Spec CLIENT_WIN_API_DEBUG......
    Compiling Package Spec CLIENT_WIN_API......
    Compiling Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Spec CLIENT_WIN_API_PRELOAD......
    Compiling Package Spec JAVA_EXCEPTION......
    Compiling Package Spec WEBUTIL_BROWSER......
    Compiling Package Spec WEBUTIL_CLIENTINFO......
    Compiling Package Spec JAVA_SYSTEM......
    Compiling Package Spec JAVA_APPSERV_READER......
    Compiling Package Spec DELIMSTR......
    Compiling Package Spec WEBUTIL_FILE......
    Compiling Package Spec JAVA_APPSERV_WRITER......
    Compiling Package Spec WEBUTIL_DB_LOCAL......
    Compiling Package Spec JAVA_FILE......
    Compiling Package Spec WEBUTIL_FILE_TRANSFER......
    Compiling Package Spec WEBUTIL_HOST......
    Compiling Package Spec WEBUTIL_SEPARATEFRAME......
    Compiling Package Spec WEBUTIL_CORE......
    Compiling Package Spec WEBUTIL_SESSION......
    Compiling Package Spec WEBUTIL_UTIL......
    Compiling Package Body WEBUTIL_UTIL......
    Compiling Package Body WEBUTIL_SESSION......
    Compiling Package Body WEBUTIL_SEPARATEFRAME......
    Compiling Package Body WEBUTIL_HOST......
    Compiling Package Body WEBUTIL_FILE_TRANSFER......
    Compiling Package Body WEBUTIL_FILE......
    Compiling Package Body WEBUTIL_DB_LOCAL......
    Compiling Package Body WEBUTIL_C_API......
    Compiling Package Body WEBUTIL_CORE......
    Compiling Package Body WEBUTIL_CLIENTINFO......
    Compiling Package Body WEBUTIL_BROWSER......
    Compiling Procedure Body SHOW_WEBUTIL_INFORMATION......
    Compiling Package Body JAVA_SYSTEM......
    Compiling Package Body JAVA_FILE......
    Compiling Package Body JAVA_EXCEPTION......
    Compiling Package Body JAVA_APPSERV_WRITER......
    Compiling Package Body JAVA_APPSERV_READER......
    Compiling Package Body DELIMSTR......
    Compiling Package Body CLIENT_WIN_API_PRELOAD......
    Compiling Package Body CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Body CLIENT_WIN_API_DEBUG......
    Compiling Package Body CLIENT_WIN_API......
    Compiling Package Body CLIENT_TOOL_ENV......
    Compiling Package Body CLIENT_TEXT_IO......
    Compiling Package Body CLIENT_OLE2......
    Compiling Package Body CLIENT_IMAGE......
    Compiling Procedure Body CLIENT_HOST......
    Compiling Function Body CLIENT_GET_FILE_NAME......
    Done.
    [oracle@appserver ~]$
    here is the code how i compile webutil.. its done sucessfully.

  • Forms compilation Errors under Linux

    Hello,
    I have a main form called Tbdoctrk.fmb.
    This forms compiles and runs perfectly through Oracle 9i iDS.
    When transfering the fmb file under Linux, and attempting to recompile using the f90genm.sh utility, I get the following compilation errors:
    FRM-18108: Failed to load the following objects.
    FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
    FRM-30041: Position of item places it off of canvas.
    Item: BUTTON_HELP
    Block: VARIABLE
    Form: TBDOCTRK
    FRM: Unable to adjust form for output.
    ====
    I noticed that most of the object that failed to load (1 data block object, 1 canvas and a number of property classes and visual attributes) are contained in a file called TOOLBAR.fmb.
    The TOOLBAR.fmb file compiles without errors under Linux/WIndows + is located in the same folder as the Tbdoctrk.fmb file.
    1) How can I resolve this issue ?
    PT
    PS: I tried renaming the fmb files to upper/lower case without success.

    Hello,
    My main form called Tbdoctrk.fmb in turn calls a form called Pre_bord.fmb in a Program Unit.
    Most but not all Class and Value Attributes are included in a file called toolbar.fmb. I did not find any specific reference to the toolbar.fmb file.
    However, at compile time, I find that those objects are not loaded.
    1) In what part of the main form Tbdoctrk.fmb should I find any such reference to the toolbar.fmb file ?
    2) How should I create those symbolic links under Linux ?
    PT

  • IMovie 08  v 7.1.1 - Can't export - Error -108 - Help Please!

    Please can anyone help?
    I'm a new Mac user and have just imported and edited my first iMovie. I tried to export it (assuming I could then burn it to a DVD?) but never got that far.
    I'm attempting to export it as a 'large movie' to Finder.
    I get an error telling me it has been 'unable to prepare the movie for publishing due to an error (error code -108)'
    Please has anyone got any ideas if I'm doing something wrong?
    Thanks!
    D

    Looking up error -108, I got a lot of hits on goggle about memory errors returning error -108.
    On this hunch, I simply rebooted my Mac Pro.
    I opened iMovie 7.1.1, and exported the same file, no problem.
    So it must be a memory leak or some sort of memory related issue. (I have 4 gigs of ram in my machine.

  • HT4097 i cant restore and update my ipad 2 to ios 6 it says error (3194) help please

    i cant restore and update my ipad 2 to ios 6 it says error (3194) help please

    Check your HOSTS file and make sure you are not blocking gs.apple.com.
    Try to launch https://gs.apple.com: It should open the Apple site, and not be redirected to the Cydia server.
    if this redirected to cydia server then
    copy hosts file from this path
    C:\Windows\System32\drivers\etc\hosts
    paste on desktop. open this in notepad.
    add this line in the last .
    #74.208.10.249 gs.apple.com
    in some case this line is there without " #" sign. if this line is there then u simply put" # " at the start of this line
    save this and copy this file and past into this path.
    C:\Windows\System32\drivers\etc\
    replace with existing . yes.
    close and then start the restore process.
    now this will work. Insha Allah.

  • WLS compiling error: BEA-160187 - please help

    Hi all,
    hoping I am posting in the right spot. I am migrating a 10g app to 11g and afward the wizard, I tried to compile the ViewController project and in the "compiler" tab, it gives this warning:
    Warning: <Apr 27, 2012 11:14:21 AM MDT> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile your application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    I did some search in google and got no luck to figure this out. Can someone here help me with this warning? I tried to check the box for "-verbose" in JDEV and re-build the project, same information, no details?
    Thanks in advance!
    Shawn

    Shawn,
    Your problem & solution exist in Oracle Support, note 864735.1
    Arik

  • Compiling error need help urgently please

    im trying to compile a java file but i get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
    and im typing in the right location of the file, and the package has been set properly, some please please please help me.

    Hiya.
    I seem to get this error message too, but there was more to it. It points out a classB i'm creating an instance of in the main() of classA, that it can't find or doesn't know where to get classB.
    The program easily works in VisualAge or in Forte, but when i tried using the command line compiler from the JDK1.3, it doesn't work right.
    They are all in the same package, and I did use the package statement to also indicate that, and they are public so that's not the problem.
    Seems, i can only compile and run programs where all the custom classes are in the same java file.
    Anybody know of a tutorial that consists of a program that uses 2 or more java files (1 custom class in each file), and then shows you how to use the command line to compile and run them?

  • Compiler Error: 1120 / 1067. please help!

    I've been stuck on this error for a whole day now, trying to find out whats wrong. im new to AS3, but i have been following the tutorials with lynda.com
    i've been trying to make a scrollbar and everything works fine, until i have to connect it with the text. theres an image and a title that i want to scroll with the (static) text so i created a movie clip (instance name cafe_txt), and when i wrote the script and tested the movie, i come up with the 1120 error that cafe_txt is not defined.
    So i changed the clip(thinking that the problem was the scrollbar had to be in the same instance as the text) so that the scrollbar was inside, and i come up with error 1067(1067: Implicit coercion of a value of type flash.display:MovieClip to an unrelated type flash.text:TextField.)
    I've tried changing names, double checking that instance names are correct, moving things, changing the text so that its dynamic not static(if the scrollbar is connected to just the dynamic text it works, it just doesnt scroll the full length of the text)
    here's the code in my stage:
    scrollbar_mc.textField = cafe_txt
    and my code from the scrollbar.as file:
    package com.lynda.ui
        import flash.display.*;
        import flash.events.*;
        import flash.geom.Rectangle;
        import flash.text.TextField;
        public class Scrollbar extends Sprite
            public var value:Number;
            public var padding:Number = 5;
            private var _textField:TextField;
            private var max:Number;
            private var min:Number;
            public function Scrollbar()
                min = bar_mc.y;
                max = bar_mc.height - drag_mc.height;
                drag_mc.addEventListener(MouseEvent.MOUSE_DOWN, dragHandle);
            private function dragHandle(event:MouseEvent):void
                drag_mc.startDrag(false, new Rectangle(0,min,0,max));
                stage.addEventListener(MouseEvent.MOUSE_UP, stopDragging);
                stage.addEventListener(MouseEvent.MOUSE_MOVE, updateValue);
            private function stopDragging(event:MouseEvent):void
                drag_mc.stopDrag();
                stage.removeEventListener(MouseEvent.MOUSE_UP, stopDragging);
                stage.removeEventListener(MouseEvent.MOUSE_MOVE, updateValue);
            private function updateValue(event:MouseEvent=null):void
                value = (drag_mc.y - min) / max;
                if(_textField && event)
                    _textField.scrollV = Math.ceil(value * _textField.maxScrollV);
                dispatchEvent(new Event(Event.CHANGE));
            public function set textField(tf:TextField):void
                _textField = tf;
            public function get textField():TextField
                return _textField;
    thanks for the help...

    click file/publish settings/flash and tick "permit debugging".  retest.  the problematic line of code will be listed in the error message.
    copy and paste the error message and highlight the problematic line of code.

  • Oracle forms compilation error

    Hello all,
    I have issue in Oracle forms while compile.
    While compile the form, the browser is blank... and in start OC4J Instance below error appearing (while start the form server its initialized, if i compile the form below lines appearing in the start OC4J Instance window)
    FormsServlet init:
    configfileName: ....../forms/server/formsweb.cfg
    testMode: Fales
    Thanks and Regards,
    Muthu

    Muthu,
    Please always give your Forms, Java and Client OS version. This information is almost always needed!
    What is your Forms, Java and Client OS versions?
    While compile the form, the browser is blank...It sounds like you are trying to run your form from the Forms Builder. If this is true, you must configure your Forms installation to enable this.
    What configuration steps have you completed? Take a look at How to Configure Forms Builder to run forms locally to make sure you have completed all the necessary steps.
    Hope this helps,
    Craig...

  • Error MESSIGE Help please

    Hello, i am copying this code straight out the book and i still get a error message: this is th code and the error messige please help me fix it....
    -the program is saved under the correct name and it compiles fine but when it runs this happens :
    import javax.swing.JApplet;     
    import java.awt.Graphics;
    public class AssignmentThreeparttwo extends JApplet
         public void paint( Graphics g )
         super.paint( g );
         g.drawString( "My Java House", 140, 100 );
    ----jGRASP exec: java AssignmentThreeparttwo
    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    ----jGRASP wedge2: exit code for process is 1.
    ----jGRASP: operation complete.

    DeltaGeek wrote:
    inryji wrote:
    java.lang.NoSuchMethodError: mainThe error is telling you that the jvm is unable to find the method "main".
    public static void main(String[] args) Is the starting point for a Java applicationTrue, but he's creating an applet, which cannot be run like a normal Java application.
    Create an html page with the applet embedded in it or use the appletviewer instead.Good point.

  • WSH FORMS compilation error while updating R12.1.13 patch

    Hi ,
    I am updating the R12.1.3 patch in AIX server but I am getting the following error .Please help me out this problem..
    The following Oracle Forms objects did not generate successfully:
    wsh forms/US WSHSTREF.fmx
    wsh forms/US WSHQSSUI.fmx
    wsh forms/US WSHFSTRX.fmx
    Thanks
    Govindan P

    Do they recompile post upgrade?
    With database versions prior to 11.2.0.2, you needed to disable Fast Validation in the database when performing Applications upgrades or maintenance operations.
    ie set
    disablefast_validate=TRUE
    in the pfile before you start the upgrade.
    Regards
    Barney

Maybe you are looking for