FRM-18108 When loading form (due to change in olb)

Hello,
I am working with oracle forms 6i and have an object library and pl/sql library that are both utilized in all forms I work with. There was a duplicate stored procedure in the object library and pl/sql library so I removed the duplicate from the object library. This stored procedure that i removed from the olb was subclassed or copied to many of the forms I work with so I have been manually deleting that stored procedure from the forms so that my application will pick up the current version in the attached pl/sql library. The forms run fine however every time I open the forms that had the subclassed library object removed I get FRM-18108 Failed to load the following objects (the message references the object library as the source module and the stored procedure that was removed as the source object.)
I am not sure why forms is still looking for the stored procedures in the olb, I am confident that the subclassed copies from the olb have been removed form the form and there is no trace of the original code in the olb either. When running the form and calling that stored procedure it picks up the version from the pl/sql library without issue.
Both the object library and pl/sql library are correctly attached to the form and the registry does contain the path of their physical location. The form has been recompiled several times but I can't seem to get rid of the error.
Anyone have any idea what I can do to get rid of the FRM-18108 when opening forms that contained this subclassed unit that has been completely removed? It doesn't hurt anything but is annoying. Been searching through the forms but all I could find was issues with attaching the libraries which didn't help me on this.
Thanks!
Terra

use
SELECT      ...
  TO_DATE(decode(warrenty_flag_yn, 'Y', TO_DATE(warrenty_upto),
                                   'W', TO_DATE(warrenty_upto),
                                   'A', TO_DATE('31-MAR-'||v_year),
                                   'C', TO_DATE('31-MAR-'||v_year),
                                   'X', TO_DATE('31-MAR-'||v_year),
                                   'N', TO_DATE('31-MAR-'||v_year)
                ),'DD-MM-RR'
         ) AS amc_date
  FROM      pc_item_procurement_history a,
...

Similar Messages

  • FRM 40735 : WHEN-NEW-FORM-INSTANCE Trigger raised unhandled exception

    Hi all,
    I'm from a support team.
    Here we have a 3 database in 2 servers connecting to a single application.
    Only one Db will be connected at all time , other DB's are backup.
    Here the issue is 2DB DBs residing on the same server were able to cennect to the application and doesn't through any error. But the 3rd one in different server gives the below error,
    FRM 40735 : WHEN-NEW-FORM-INSTANCE Trigger raised unhandled exception ORA-06508
    The Forms were compiled using the First DB , that time when i access the app using the 3rd db i'm getting the above error.
    But when I compile the form using the 3rd DB and connect to the App its working fine (The size of the form gets reduced during the compilation).
    Thanks for your help in advance.
    Srinivasan.K

    Could be a timestamp vs signature issue - forms is calling a database procedure in the WHEN-NEW-FORM-INSTANCE trigger and the procedures have different compile times on the different dbs and it's set to use timestamp to determine if a procedure has changed. You can change remote_dependecy_mode = 'Signature'.

  • FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled except ORA-06508

    Dear Colleague,
    I am migrating a Forms application from Forms 9i to Forms 10g. Most of my forms were originally created using the Oracle Designer Forms generator. I am also using the Webutil plugin. I just finished configuring Webutil, tested it and it seems to be working fine.
    I am able to compile all code and generate a Form executable. However at runtime, I get an error as soon as the first line of code in the WHEN-NEW-FORM-INSTANCE trigger.
    The error is:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-06508
    and the beginning of the code is as follows. Using the debugger, I found out that the line:
    CGBS2$.SET_COORD_STYLE( 'P' );
    initiates an error.
    /* CGLY$INIT_CANVASES */
    /* Call procedure to ensure correct canvases are visible */
    BEGIN
    CGBS2$.SET_COORD_STYLE( 'P' );
    CGBS2$.SET_QRY_ON_ENTRY( 'Y' );
    CGBS2$.SET_NAV_FROM_BLOCK( 'PROJ_BLOCK' );
    CGLY$CANVAS_MANAGEMENT;
    END;
    Is the error telling me that this procedure was not found? How can I proceed to find the cause and solution of my problem? Are one of the Oracle Designer Forms Generator libraries missing?
    I would appreciate a tip to help me begin seeing the light at the end of the tunnel.
    Thanks and regards,
    Randy

    Randy,
    Glad I could help and you've got your Form running.
    @user9230833
    It is consider "bad form" to usurp another's post. Please create your own Forum post and include a link or links to any relevant posts. As to Randy's situation, he simply compiled the Forms 9i Library module (.pll) with Forms 10g's compiler. This may not be the cause of your error. When you post your own question, please include your Forms version (full version [eg; 10.1.2.0.2] not the release [6i, 9i, 10g, etc]). Also include any sample code that might help us help you! ;-)
    Craig....

  • FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-01

    Hello,
    when I run my form I am getting the following error:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-01422
    My WHEN-NEW-FORM-INSTANCE trigger is calling to procedures. below is the code in my trigger
    begin
    Get_User_Info;
    Get_org_num;
    end;
    what could be the problem ?
    thanks in advanced,
    AJ

    One of your procedures must be doing a "select into" but the select is returning more than one row. Examine the queries your procedures are doing.
    Gary

  • FRM-18108 AT OPENING FORMS

    Hi All,
    At time of opening forms getting error FRM-18108.
    Is there any place where I need to give paths of refrenced library or forms.
    I am doing this with forms10g on Linux.
    I have set CLASSPATH variable in .bash_profile to refrence to library & other refrened dir.
    But then also this error is there.
    I was thinking including this path some where in default.env or formsweb.config but these are
    refrenced at runtime so this is also not the place where I should attach those path.
    And there any large number of thing referenced so It is not possible to mannualy incude each
    file in forms buildeer.
    THIS ERROR AGAIN FOLLOWS WITH FRM-10102 can not attach Pl/sql librarys
    SO IS THERE ANY PLACE IN FORMS BUILDEER TO MAINTAIN PATHS.
    PLEASE GUIDE WITH YOUR SUGESIONS OVER THIS PROBLEM.

    Hi All,
    The Error FRM-18108 got resolved I maintained the Paths in FORMS_PATH in .bash_profile.
    And also by manually opening object library file through forms builder.
    But there remains error FRM-10102 which comes due to Case of file names.
    Temporary I am renaming the files as they asks.
    But is there any tipical and easy way to come up with FRM-10102
    Thanks

  • Re: FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception OR

    hi all
    i am facing a problem.i hav a master detail form. my 'select into' has to fectch more than one record in detail which is tabular.
    it giving error(FRM-40735:WHEN-MOUSE-CLICK TRIGGER raised unhandled exception ORA-01422).
    so i had written cursor to fetch records.
    DECLARE
    CURSOR Fetch_Rec IS
    select bill_id,mat_id,mat_code,send_qty,rec_qty,ast_no,serial_no,transact_note
    from ship_dtl;
    BEGIN
         GO_BLOCK('ship_dtl');
    FOR Get_Rec IN (select bill_id,mat_id,mat_code,send_qty,rec_qty,ast_no,serial_no,transact_note
    from ship_dtl where rec_qty=null AND rec_qty != send_qty AND BILL_ID=:SHIP_MSTR.BILL_ID) LOOP
    :ship_dtl.bill_id:=get_rec.bill_id;
    :ship_dtl.mat_id:=get_rec.mat_id;
    :ship_dtl.mat_code:=get_rec.mat_code;
    :ship_dtl.send_qty:=get_rec.send_qty;
    :ship_dtl.rec_qty:=get_rec.rec_qty;
    :ship_dtl.ast_no:=get_rec.ast_no;
    :ship_dtl.serial_no:=get_rec.serial_no;
    :ship_dtl.transact_note:=get_rec.transact_note;
    NEXT_RECORD;
    END LOOP;
    FIRST_RECORD;
    END;
    it is not retriving any records.please help.i also put ship_mstr.bill_id in properties of ship_dtl.bill_id(copy value)
    so please guide me how to handle it.
    thanks in advance

    911229 wrote:
    hi all
    i am facing a problem.i hav a master detail form. my 'select into' has to fectch more than one record in detail which is tabular.
    it giving error(FRM-40735:WHEN-MOUSE-CLICK TRIGGER raised unhandled exception ORA-01422).
    so i had written cursor to fetch records.where you use the cursor ?
    it is not retriving any records.please help.i also put ship_mstr.bill_id in properties of ship_dtl.bill_id(copy value)Which one is not retrieving any record ? first one or second one... and
    check the sql separately first..
    select bill_id,mat_id,mat_code,send_qty,rec_qty,ast_no,serial_no,transact_note
    from ship_dtl
    where rec_qty is null
    AND rec_qty != send_qty
    AND BILL_ID=:SHIP_MSTR.BILL_ID  ---How you pass the value here ? do you give input or any other way ?Hamid

  • FRM-18108:when openning my form(6i) with forms(9ids)

    Hi every one,
    i applicate the FMA wizard to upgrade my formtest from forms6i to forms9ids, when i try to open my formtest with forms9ids, i have this error:
    frm18108-can't load the objects .......
    Regards

    hi,
    my forms90_path key in base regestry have less than 256 char,
    but i try to open my formtest first wich call some pl/sql libraries and some objects library wich are defined in forms6i.
    Do you try to tell me that, i must recompile this objects before my formtest?.
    Regards.

  • FRM-92101 when calling forms.

    Hello Everybody!!
    I'm trying to call a form from another using: web.show_document('http://tierra.cantv.net:7778/forms90/f90servlet?config=webutil&form=ADJUNTAR_ARCHIVO&id_caso=' || :id_caso); inside a push button.
    My first form (the caller) run fine, but when i push the button a FRM-92101 appear in the applet of the second form (the calle).
    The complet mesagge of this error is "A failure has ocurred on the server. You will need to reestablish your session"...I don´t know why the session was lost.
    My forms version is 9.0.2.9.0 and the AS version is 9i rel 2.
    Thanks so much.
    Beatriz.

    Thanks for your answer Frank!
    Can you refer me a link to read about this known issue, or doesn't have solution in 9i? :S...in this momment i can't install 10g :(
    Beatriz.

  • Concatenating the data file(Mbrs) before loading.. due to change in Outline

    We have 8 Dimensions(11.1.1.3)
    The data file is coming from the source system in this format from 3 yrs as below ..
    D1 D2 D3 D4 D5 D6 Product, Curriency
    . , . ,. , . , . , ., a , USD
    . , . , ., . , . , . , a , EUR
    . , . , . , . , . , ., b , GBP
    . , . , . , . , . , . , b , INR
    Now the product name as been changed in outline as
    a_USD
    a_EUR
    b_GBP
    b_INR
    So, Is there any way in the hyperion suite(like in rules file or any other), where I can concatenate Product and currency and get the file as
    D1 D2 D3 D4 D5 D6 , Product , Curriency
    . . . . . . , a_USD , USD
    . . . . . . , a_EUR , EUR
    . . .. . . . , b_GBP , GBP
    . . . . . . , b_INR , INR
    Please do let me know
    Thanks in Advance.
    Edited by: 838300 on Sep 27, 2011 9:00 AM

    While what Mehmet wrote is correct, if this is anything more than a quick and dirty fix, may I suggest you go down another ETL path? (Yes, this is Cameron's load rule rant coming right at you, but in abbreviated form.)
    ETL in a load rule is great to get the job done, but is a pain to maintain. You would be (unpleasantly) surprised how these have a way of growing. Have you given a thought to fixing it at the source or doing some true ETL in a tool like ODI, or staging it in SQL and doing the mods there? I know, for a simple(ish) change, that seems overkill, but load rules for the purposes of ETL are Evil.
    Regards,
    Cameron Lackpour
    P.S. For anyone who must see me go bonkers over this, see: http://www.network54.com/Forum/58296/thread/1311019508/Data+Load+Optimization+-Headervs+Column

  • FRM-41085 when launching form for running report in headstart

    I try to migrate headstart application built in developer 6i, using headstart 5.0 to run on the web, i.e. Oracle application server 10g.When I try to call report, form qms0012f should appear, but then error occurs:
    FRM-41085: variable global.cgnv_last_closed_form does not exist
    Can someone help me?

    wronde wrote:
    Hi,
    I am upgrading an 6i Forms environment to an 10g Webforms environment. Currently the application is running fine, except for all the Headstart forms (f.e. qms0006f, Preferences). If I open this form, I first get FRM-41085: Error getting Group Row count
    And after that another error: QMS-00100 Unhandled exception ORA-06502: PL/SQL numeric or value error ORA-01403: no data found in PL/SQL Program Unit qms$form.init
    I have deployed this application on a linux appsserver, and it creates this error. However, if I run it on my <font face="tahoma,verdana,sans-serif" size="1" color="#000">windows</font> development environment I am able to open the form. Connected as the same user on the same database.
    I compiled the Headstart forms, that are supplied by Headstart itselves, so the form is not generated from Designer.
    Anyone any idea? (If there are still some Oracle consultant reading this Headstart forums?)
    Kind regards,
    WilliamIt's very long now, I have the issue which is similar to what you have faced, Anybody can answer it?

  • Error FRM-41351 when exiting Forms after Forms Navigatiion

    Has anyone else found a problem with inter-form processing similar to the following
    The scenario:
    - An Update FORM1 (fully committed), calls another update form FORM2 using designer action item 'open_form' code.
    - Made a change to FORM2 data.
    - Closed the FORM2 window before committing.
    - We get prompted with 'QMS-00158' Do you want to save ?'.
    - We select 'No'. FORM2 closes.
    - Close the window for FORM1
    Problem:
    We are getting 'FRM-41352: Cannot navigate out of current form', then the form closes.
    Note:
    We do not get the error if we select 'Yes' to the QMS-00158 question, on exiting FORM2.

    How about manually creating mesg folder under forms and putting the fmcus.msb file there?
    Hope it helps.
    Navnit

  • Cannot load backup (due to changed Apple ID/updated email address)

    I have followed the answer provided to Ross202 by Gail from Maine. Unfortunately I fear my problem may be larger.
    Objective
    Move iCloud-backed up data to new iPhone (old phone "drowned" over holidays)
    Context
    My original Apple ID was EmailOld. This email address (EmailOld) has been terminated. Unfortunately my iCloud / backup is linked to Apple ID EmailOld (so verifying this is not possible). My new AppleID is EmailNew, and this has been verified. I have tried changing my Apple profile to EmailOld, as suggested by Gail (without the verification email).
    Despite following Gail's steps, Apple could not backup my old account. Error message:
    "Cannot load backups. There was a problem loading your iCloud Backups. Try again, set up as a new iPhone, or restore from an iTunes backup.
    Options
    - Try again (*)
    - Set up as a new iPhone (**)
    - Restore from iTunes (***)"
    Troubleshooting steps
    (*) Try again repeats same issue.
    Apple ID EmailOld: "iCloud Sign in" --> Agree --> "It may take a few minutes to set up your Apple ID" --> Choose backup screen --> takes an age --> above message repeated
    AppleID EmailNew: (Update AppleID to EmailNew in My Apple ID) "iCloud Sign in" --> Agree --> "It may take a few minutes to set up your Apple ID" --> "Choose backup" screen, with options --> selection of backups --> but then I either 1) have to enter correct password corresponding with EmailOld (and EmailOld and current password don't match), or 2) get error message above
    (**) Set up as a new iPhone (using:
    (a) old Apple ID says --> "Could Not Sign In | There was a problem connecting to the server". I have reviewed and checked wifi connection, all in order here. I have tried using new account, same error message,
    (b) new Apple ID works. And this is hopeful - the device can detect I have about 10GB data stored on iCloud. However, I cannot agitate this sync from iCloud to my new device
    (***) I have logged in to iTunes with Apple ID EmailOld (it works - it even says 17 updates on my apps, however I can't agitate updates). I cannot get a sync going.
    My phone requests me to "Connect to iTunes", but I cannot do anything more than this. (I have unplugged and plugged my USB cable many times)
    I have also logged in to iTunes with Apple ID EmailNew (it works too). But, again, I cannot connect to iTunes
    Possible solutions
    Recognition of 10GB iCloud-backed up data on new device (despite the fact that old Apple ID doesn't match new Apple ID)
    Any help will be greatly appreciated! 5 hours and counting :/
    Thanking the community in advance

    Call Apple Care for your country and request help reactivating the Apple ID and resetting the password.

  • FRM-40403 A CALLING FORM HAS UNAPPLIED CHANGES  SAVE NOT ALLOWED .

    Dear Friends
    I have order data entry screen form when the order item is not yet defined
    then I am using this script for calling the item definition form
    DECLARE
         l_n_curr_rec NUMBER;
    BEGIN
    BEGIN
         :global.l_n_curr_rec2 := :COP_ORDER_DETAILS.LINE_NO;
         :GLOBAL.CLASS_CODE := :CLASS_CODE;
         :GLOBAL.LINE_NO := :LINE_NO;
    :GLOBAL.USER_ID := '1';
    END;
    :global.cop_order_code := :cop_order_details.cop_order_code;
    :global.ord_date := :cop_order_details.ord_date;
    :global.command_line := 'c:\sales\new_items.fmx';
    call_form(command_line);
    go_block('cop_order_details');
    go_record(:global.l_n_curr_rec2);
    :cop_order_details.item_code := :global.item_code_var;
    END;
    And this script is used in the item definition ,that is the called form
    BEGIN
    INSERT INTO IM_INVETORY
    (ITEM_CODE,ITEM_NAME_A,ITEM_NAME_E,STOCK_ITEM,ITEM_CLASS)
    VALUES(:IM_NEW_ITEMS.ITEM_CODE,:IM_NEW_ITEMS.ITEM_NAME_A,:IM_NEW_ITEMS.ITEM_NAME_E,'1',:IM_NEW_ITEMS.ITEM_CLASS)
    COMMIT_FORM;
    Wating for your valuable aswer.
    Best regards
    Jamil

    Hello,
    Go to the help -> display last error option menu to get the complete error message.
    Francois

  • Reg FRM-18108: Failed to load the following objects Error

    Hi All,
    I am getting the following error when i open a form.
    FRM-18108: Failed to load the following objects.
    Source Module:Referenc.olb
    Source Object: POST-RECORD
    Source Module:Referenc.olb
    Source Object: KEY-CLRFRM
    Source Module:Referenc.olb
    Source Object: KEY-DOWN
    Source Module:Referenc.olb
    Source Object: KEY-DUP-ITEM
    Source Module:Referenc.olb
    Source Object: KEY-DUPREC
    Source Module:Referenc.olb
    Source Object: KEY-ENTQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXEQRY
    Source Module:Referenc.olb
    Source Object: KEY-EXIT
    Source Module:Referenc.olb
    Source Object: KEY-HELP
    Source Module:Referenc.olb
    Source Object: KEY-MENU
    Source Module:Referenc.olb
    Source Object: KEY-UP
    Source Module:Referenc.olb
    Source Object: PRE-BLOCK
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-FORM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-NEW-ITEM-INSTANCE
    Source Module:Referenc.olb
    Source Object: WHEN-WINDOW-CLOSED
    Source Module:Referenc.olb
    Source Object: AL_ERROR
    Source Module:Referenc.olb
    Source Object: AL_INFORMATION
    Source Module:Referenc.olb
    Source Object: AL_WARNING
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: ABOUT
    Source Module:Referenc.olb
    Source Object: TOOLBAR
    Source Module:Referenc.olb
    Source Object: PM_STANDARD
    Source Module:Referenc.olb
    Source Object: PC_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: PC_FRAME
    Source Module:Referenc.olb
    Source Object: PC_ICON_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_LIST_OF_VALUES
    Source Module:Referenc.olb
    Source Object: PC_OK_BUTTON
    Source Module:Referenc.olb
    Source Object: PC_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_RECORD
    Source Module:Referenc.olb
    Source Object: VA_SCROLLBAR
    Source Module:Referenc.olb
    Source Object: VA_ALERT
    Source Module:Referenc.olb
    Source Object: VA_BUTTON_TEXT
    Source Module:Referenc.olb
    Source Object: VA_CANVAS
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_BUTTON
    Source Module:Referenc.olb
    Source Object: VA_CURRENT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_DISPLAY_ITEM
    Source Module:Referenc.olb
    Source Object: VA_FRAME
    Source Module:Referenc.olb
    Source Object: VA_LOV
    Source Module:Referenc.olb
    Source Object: VA_PROMPT_TEXT
    Source Module:Referenc.olb
    Source Object: VA_TEXT_ITEM
    Source Module:Referenc.olb
    Source Object: VA_TOOLTIP
    Source Module:Referenc.olb
    Source Object: VA_WINDOW
    Source Module:Referenc.olb
    Source Object: ABOUT
    But i have given the the path of the folder that has all the files in the Forms_Path registry and also in the default.env file. Still i am getting the above error. Any solution for this?.

    You are getting this error because the "Referenc.olb" object library (OL) is not in your FORMS_PATH. You can either add the directory where the OL resides to the PATH environment variable or (preferably) you add the directory to the FORMS_PATH in the Windows Registry (assuming you installed Forms on a Windows computer). Modifying the FORMS_PATH is dependent on the version of Forms you installed. For Forms 10g, modify: HKEY_LOCAL_MACHINE => SOFTWARE => Oracle => KEY_DevSuiteHome10g => FORMS_PATH String Value. For previous versions of Oracle Forms, modify: HKEY_LOCAL_MACHINE => SOFTWARE=> Oracle => HOME? => FORMS??_PATH (where ? = 0 - 9 depending on the number of Oracle products installed, and where ?? = 60, 90 if you have Forms 6 or Forms 9i installed (FORMS60_PATH or FORMS90_PATH).
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • When-new-form-Instance trigger raised unhandled exception ORA-04062

    Hi,
    We are facing ORA-04062 (FRM-40735 WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA 04062) while trying to run the first form of our Application.
    We are using a PL/SQL LIBRARY(.pll) for forms.
    We are using 10G Application Server,10G DB and Oracle 9i Forms.
    DB Version----10.1.0.4.0
    Application Server--9.0.4.0
    During compilation, we are following the below steps:
    1. Compile the .pll
    2.Compile Forms.
    When we are running these compiled version of forms and pll in Development server where we are compiling it,we are not facing any error.
    But when we are taking these compiled version of forms and pll to the Production Server,we are getting the above error.
    When we are compiling the .pll in Production server, Application runs fine.
    But we should not compile form or pll in Production server.
    Searching in Metalink(Note:73506.1) , we find a solution that remote_dependency_mode if set to signature this problem may be resolved.
    We tried that by chaning ' REMOTE_DEPENDENCIES_MODE=SIGNATURE' in Init.ora file in both Production and Development server.
    But the error still persist.
    I think the problem is regarding .pll.Because for the time being to test the application,I compiled the pll in Production and we didnot get any error while running the Application.
    But whenever we are tring to deploy the compiled version of pll (compiling in Development sever) and to run the application in Production, we are facing the error.
    Also, pll calls one standard database package in SYS.That standard package has VALID status both in Production and in Development.
    We donot have priviledge to change/compile that package.So,we didnot change anything in that package. We didnot change anything in .pll also.
    We are upgrading our forms from 6i to 9i.And now when we are trying to deploy it to Production we are facing ORA-04062 error.
    Can anyone please help ?

    Exactly what procedure or package in SYS are you calling that causes this problem?
    <p>Are both test and production databases at the same version?
    <p>Do you know what procedure or package is named in the error? If not, then you need to improve your on-error trigger processing. I use a PLL_On_Error trigger to capture and improve a number of Oracle messages. It is posted here:
    <p> Re: FRM-40735:Pre_Insert trigger raised unhandled exception ORA-20011
    <p>Note especially the part near the end that deals with FRM-40735. (Not sure, but you may also want to display DBMS_ERROR_TEXT in your situation.)
    <p>If that doesn't help find the actual problem, I would pull out my Re: Zdebug -- Download a Forms debugging message tool, and add messages before every call in the when-new-form-instance process to zero-in on the offending call.
    <p>If it really IS a call to a system process, I would then experiment with creating a server-side package or stored procedure that calls the process, and then call that stored procedure from my form. That way, you effectively insulate your form from system differences.

Maybe you are looking for

  • Acrobat pro 9 install files

    Hi, My computer crashed, I managed to deactivate my Acrobat pro 9.  But unfortunately, the install file went with the crash.  I'm trying to locate in adobe.com where I can download the install files so that I can re-install onto my new computer.  Ado

  • Drag and Drop Functionality in BO

    HI All, I came to know there is an option to view a Bex Report in "Query View" where in the User can change the dimensions of the report to get a desired output dynamically and the Base report is not modified in the process... Is there a way that i c

  • Drag & Drop from Outlook into SAP BDS (sales order, deliveries, etc.)

    Hello everyone, I have some problems with Email archiving between SAP ECC 6.0 and Outlook 2007. The overall scenario should look like: Outlook (drag&drop) --> SAP object like e. g. sales orders as Business Document --> third party archive. The proble

  • Newbie question - .me url

    Hello, Im new to iWeb and MobileMe. Actually I'm still on the free trial of MobileMe since I want to test it first. When I'm publishing my webpage from iWeb via MobileMe account, it says that my URL is www._____.me. But when I go to that address, it

  • Former Budgeting Support

    Hi All! Can anybody help? I'm looking for any sap note or official doc regarding support of Former Budgeting. I found some posting on scn that it was not supported (new development) in 2009 already but failed to find any official info from sap. We ne