Signature of package APPS.FND_GLOBAL has been changed

On Opening the R12 forms, getting the pop error
APP-FND-01926 The custom event WHEN-RESPONSIBILITY-CHANGED raised unhandled exception
ORA-04062 signature of package APPS.FND_GLOBAL has been changed.
On Clicking OK, it opens switch responsbility form and then it shows the same error.
APPS.FND_GLOBAL package is valid too. How to rectify this? Plz help

Enabled the trace and got the below information.
Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_GLOBAL_VAR does not exist.
Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_GLOBAL_VAR does not exist.
Error Message: FRM-40815: Variable GLOBAL.IGI_PREV_ORG does not exist.
Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_ORG_VAR does not exist.
Error Message: FRM-40815: Variable GLOBAL.OPM_GML_INSTALLED1 does not exist.
Error Message: FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-04062.
Error Message: FRM-40400: Transaction complete: 1 records applied and saved.
Error Message: FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-04062.
Plz help on this !!!
Karthik
Edited by: cRazy DBA on Jan 3, 2012 5:24 AM

Similar Messages

  • ORA-04062: signature of package "APPS.OE_HOLDS_PUB" has been changed

    Hi All,
    We are getting the below message while entering a sales order .
    ORA-04062: signature of package "APPS.OE_HOLDS_PUB" has been changed
    FRM-40735: WHEN-NEW-BLOCK-INSTANCE trigger raised unhandled exception ORA-04062.
    Please help me.
    Regards,
    Dash

    Hi,
    Was this working before? If yes, what changes have been done recently?
    Do you still have any invalid objects after compiling it?
    Please go through the steps in (Note: 550364.1 - FRM-40735: Pre-Update Trigger Raised Unhandled Exception ORA-04062) and see if it helps in fixing the issue.
    Regards,
    Hussein

  • ORA-04062: signature of package "SYS.UTL_RAW" has been changed

    I have a form that was migrated from 6i to 10g.
    I get the following error in the form in 10g.( Not in 6i )
    ORA-04062: signature of package "SYS.UTL_RAW" has been changedIf I execute the same code from sqlplus in 10g. It works..no errors
    This is the code
    set serveroutput on
    Declare
       P_chksum  Varchar2(40);
    Begin
       P_chksum := DBMS_OBFUSCATION_TOOLKIT.MD5(input_string => 'P-STRS');
       dbms_output.put_line('P_chksum='||P_chksum);
       P_chksum := UTL_RAW.CAST_TO_RAW(P_chksum);
       dbms_output.put_line('P_chksum='||P_chksum);
    End;
    SQL> start test_cksum.sql
    P_chksum=Ì]\š#³³MÝÜ~Jèo²
    P_chksum=CC5D5C9A23B3B34DDDDC7E4AE86FB209
    PL/SQL procedure successfully completed.Any idea why I get this error in forms 10g only?
    Thanks

    Issue resolved. Something to do with compilation of the form.

  • ORA-04062: Signature of package ... has been changed

    We've had a repeated situation where an unaltered package spec has been recompiled, which was in excess since only the package body has incurred a change. But, our Oracle Forms application throws the ORA-04062 error nonetheless when trying to access the package.
    I originally assumed that the spec had actually changed when this error came up, and didn't do any additional research. But this time around, I checked, and only the package body is different. The spec, though compiled, is identical to the version that was there prior.
    What makes up the "signature" and why does Forms keep thinking that a recompile equates to a signature change?
    --=Thanks
    Chuck

    chuckers wrote:
    We've had a repeated situation where an unaltered package spec has been recompiled, which was in excess since only the package body has incurred a change. But, our Oracle Forms application throws the ORA-04062 error nonetheless when trying to access the package.
    I originally assumed that the spec had actually changed when this error came up, and didn't do any additional research. But this time around, I checked, and only the package body is different. The spec, though compiled, is identical to the version that was there prior.
    What makes up the "signature" and why does Forms keep thinking that a recompile equates to a signature change?
    --=Thanks
    Chuck
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.default behavior is TIMESTAMP change which can be over rode to
    only force (re)compile what number or parameter type changes

  • Signature of package "SYS.DBMS_BACKUP_RESTORE" has been changed

    Hi all,
    The Rman backups for the production database is continously failing since yesterday with Ora-04062 error. Did compiled the Database package (DBMS_BACKUP_RESTORE) manually but the issue is not sorted out.
    The database version is 9.2.0.8 on Sun Solaris 5.10 version.
    Could any one let me know what is the next step to get the issue sorted out.
    Thanks
    Kumareshan

    Yesterday early morning we got this error message:
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03007: retryable error occurred during execution of command: allocate
    RMAN-07004: unhandled exception during command execution on channel sbt1
    RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE
    Later the Backup team linked the NMO library, since then we are getting this error message (ORA-04062).
    The database version is 9.2.0.8 and the Catalog database version is 9.2.0.5
    kumareshan

  • ORA-04062 (Signature has been changed)

    Hi Sir,
    I need to ask about Developer Forms problem?
    We have one software version for many clients, but somtime we get runtime
    message ... ORA-04062 (Signature has been changed)... on our forms ... and we
    have to recompile the form source ... but in some cases this is not posible
    because we don't have the apropiate enviroment... get it?
    Now my question, Is there some way to catch (Database way maybe) why the
    signature problem is showing ?, in other words, How can I get the extactly
    declaration or specification or whatever, is causing the problem ... basically
    because we don't have the enviroment and the time to go watching into the code
    source...
    Thanks in advanced,

    Hi,
    We are using remote_dependecy_mode = 'Signature'.
    And we don't change the package spec frequently.
    Our situation is like this :-
    We have 3 schemas Development, Test, Production.
    All of the above three schemas are completely identical.
    Now, we develop a form in development schema, Test it in Test schema and deploy it in production schema. We use forms 6i application server.
    Now, the form that is development schema is deployed in Test/ Production schema in Application server we get the error ORA-04062 (Signature has been changed).
    Is there anything that we are missing. Can anyone suggest how to get rid of this error. Previously we were using Oracle 8.1.7 and everything was fine. Recently we migrated our database Oracle 9i release 1 and we started getting this error in above situations.
    Thanks,
    --Malay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • When I leave my iphone in my room and went out. After I came back, I find several apps which was not opened before had been opened. It here are also 8-10 photos of my ceiling being taken, includes video. Also my home page picture has been changed.

    When I leave my iphone in my room and went out. After I came back, I find several apps which was not opened before had been opened. It here are also 8-10 photos of my ceiling being taken, includes video. Also my home page picture has been changed.

    also my sister said she heard music being played fr my phone suddently. Is my iphone being hacked?

  • Java.sql.SQLException: ORA-04062: timestamp of function has been changed

    Hi,
    Environment:
    We host our java 1.5 , j2ee application on multi-clustered environment connecting 2 app servers to 1 node of oracle RAC cluster.
    We have batch jobs running daily in the morning, that does a new data upload to the production DB. (Load to a Tmp table, Drop the production table, rename Tmp table to production table and re-create indexes.)
    Recent Change:
    We recently migrated from Oracle 10.0 version to 10.1...
    Issue:
    With the recent change, we started facing the error, 'ORA-04062: timestamp of function has been changed' for the STORED PROCEDURES that we use in the application. And I am sure that this is because of the job that runs in the morning, as it re-creates the tables that are used by the stored-procedures. So the stored-procedures become invalid and requires recompile. And we did recompile as well, but still the same error. And then changed the mode from 'TIMESTAMP' to 'SIGNATURE', but still the same error(ORA-04062: TIMESTAMP (and not SIGNATURE) of function has been changed)...
    We are stuck here not knowing what to do. It would be helpful if you can assist me here with any idea on why this is happening? The only solution we found right now is to restart the tomcat on application servers. This resolves the issue to 100%. Would this mean there is a problem with my database connection in the application?
    Thank you,
    Pradeep.

    The only solution we found right now is to restart the tomcat on application servers. This sounds to me as though TomCat is caching information about procedures & functions & does not know they have changed.
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.

  • My AOL login for iTunes has been changed to an inaccessible e-mail address

    I was using my AOL account for iTunes (lets call it [email protected]) but as of April 1st it no longer works.  Previously I would login with SCREENNAME + my password, now it's saying my ID has been changed to [email protected]  I don't have an AIM account because I had AOL and could access AIM (AOL Instant Messenger) by logging in to my AOL account.  Now when I attempt to login it says it's been changed to [email protected], but when I try to access it the old password doesn't work.  When attempting a password recovery Apple sends the e-mail to [email protected] instead of [email protected]   How do I change this?
    Also none of the above is my Apple ID, let's say it's [email protected]  When I login to iTunes with [email protected] it shows that I have no App purchases.

    3 days later and I finally get a response.  The response was basically writing what my question was in a statement then asking if that solved my problem.  I am absolutely disgusted by not only the delay in response but the complete lack of attempting to read what my problem is, my iTunes customer support agent simply copied and pasted the information listed here: AOL Usernames can no longer be used with the iTunes Store - Apple Support. 
    OH, and the issue of apps trying to update themselves is back again for no apparent reason.

  • HT5622 I made a new Apple ID and everything has been changed and then I am trying to update candy crush and it is asking me for an old apple  ID and  this hasn't happened before

    I made a new Apple ID and everything has been changed and then I am trying to update candy crush and it is asking me for an old apple  ID and  this hasn't happened before

    Games and media are forever tied to the AppleID used to download them.
    Either log in under the old ID to update Candy Crush or delete the game and
    then download it under the new ID. All in-app purchases and progress will be lost.
    Why did you make a new AppleID, if I may ask?

  • Re : apn of smartone hong kong has been changed

    the apn of smartone hong kong is changed to "internet" now and would like to see an update soon.
    thank u.
    Message Edited by cs15user on 21-Jan-2010 09:45 PM

    The only solution we found right now is to restart the tomcat on application servers. This sounds to me as though TomCat is caching information about procedures & functions & does not know they have changed.
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.

  • How can we find out data in an editable ALV grid has been changed or not?

    Hi Experts,
    How can we find out whether a data in an editable ALV grid has been changed or not.
    I am using the
    FM -> REUSE_ALV_GRID_DISPLAY_LVC
    for ALV display.
    I have to chekc whther data has been changed or not befor saving. if changed then only i want to
    SAVE
    . I cannot use the internal table comparison method for this purpose also i am not using OOP ALV.
    So kindly sugest me an alternative.
    Thanks and Regards,
    Shahana

    Hi,
    Thanks for your answer. I already saw this post.
    See this method.
    CALL METHOD reuse_alv_grid->check_changed_data
    IMPORTING
    e_valid = lv_check.
    This will update the internal table with the edited values. Then we can go for internal table comparison.
    But my scenario will not allow me for itab comparisons.I just want to know the ALV data has been changed or not.
    Regards,
    Shahana

  • Is there a simple way to detect a textfield value has been changed on exit?

    The filler may enter the textfield then type something and revert it back,
    any command that can simply detect a field's value has been changed on it's exit event?

    Niall,
    I was thinking if there is any simple command like xfa.event.prevText in dropdown box that I can use,
    anyway, thanks for your help.
    Rgds.

  • Clicking on iTunes ikon and I get the message the item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.  What can I do, I can't open Itunes.  I have over 4000 songs in iTunes that I had

    When I click on the iTunes ikon I get a box pop up which reads  Problem with shortcut.  The item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.
    My computer which is a packard bell vista operating system, recently stopped working as the power supply overheated and blew up and it has recently been sent back to the Know How team at PC world and it seems to be since it came back I now cannot open iTunes.  I have also tried to search for iTunes in the search bar, I can see several files, but can't seem to open any of these either.  I think that quicktime isn't working, either.
    I have over 4000 songs in iTunes that I had recorded from my collectiong of CD's am  going to loose all these now?  Can anyone help, with very easy instructions as I really don't know what I am doing??
    Thanks

    I would copy over the entire thing if you have room.  With iTunes 10.4 though, you can download any previous iTunes purchases you have made in the past with your current iTunes account.  While in iTunes, look at the left hand side of your screen and select "Purchases" and look at the bottom right corner of the screen and select "Download Previous Purchases".  If you have an iPhone, iPod and/or iPad...you can do the same thing from each device.  Nice new feature...just remember that those ripped CDs need a back-up!!!  Enjoy...

  • Office Add-in Request Definition has been changed error

    Hi,
    When refreshing a request in Excel sometimes I get the error "Request Definition has been changed on server since last download. Please use Edit Prompts and Levels to select new filters.". However, I haven't changed the request.
    The idea is to have some Excel files ready to be refreshed according to some period. To prevent the changing of the request definition, the request is filtered with dates returned by another request. With this approach I have managed to alter the dates and have a normal refresh without any problems. However sometimes (even when not changing the interval dates) I get this very same error.
    Can anyone explain this or know any workaround to prevent this?
    Thanks!

    Hi
    Did anyone came back to you with help on this issue?
    If yes , can you please share that with me as i am also facing the same issue here.
    Please mail me to [email protected] when you have sometime for this.
    Thanks a lot.
    Regards
    Mano

Maybe you are looking for

  • How can I tell users what the password complexity requirements are in OWA 2013?

    I'm writing this question so I can also provide the answer, because I couldn't find an answer online anywhere. The goal was to edit the password change page to put the complexity requirements on it so users know what's expected when they change their

  • Ipod not showing up on itunes or computer

    My ipod is not showing up on my itunes or one my computer. When I plug it in, it comes us as "do not disconnect" on the ipod, but nothing happens on itunes, or on my computer. How do I get it to come up?

  • Improving performance in JDBC

    hi.. i am making a jdbc type 3 connection with MS SQL Server, for making a connection between Java and SQL Server takes 800 Milli Seconds. This reduces our performance for a simple query. We are using JBoss as the Middle Tier , Is there any other dat

  • Account hacked -- Skype credit stolen

    Urgent -- I discovered today that someone hacked into my Skype account and used up all my skype credit.  Yesterday, I had more than $20 of credit. Today, it is less than 50 cents. I looked up my call history and saw several calls to the Falklands tha

  • My volume won't work on some of my apps but works on podcasts and my music.  What is happening

    When I use my apps like I funny and tapped out or want to watch video clips there is no sound, but I can listen to my music and podcasts without any problem. I have tried restarting my iPad several times and it still does not work.  Any suggestions?