Calling from has unapplied changes

I am calling form2 from1 and before calling i am checking the form status of form1 and when it is QUERY then only i call the form2.
But after coming on form2 and after making changes when i am trying to save the data a messge is coming 'Calling form has unapplied changes.Save not allowed'.
I am not able to understand when the status of calling form is QUERY then how calling form can have unapplied changes.
Is this a bug of oracle.
Please reply.............
Thanks in advance

There are some problems I and my colleagues have had using call_form, and, so far, we haven't found satisfactory solutions.
Yet, we use open_form(form_name, activate, session). This opens a new form creating a new database session for it, thus having nothing to do with the changes applied or unnapplied in the other form. Yet, unless you issued a commit_form in the calling form before open_form, it is certain you won't be able to see the changes operated by means of the calling form. And, another problem I perceive you might have (although not too likely) is to get stuck on the records locked by the calling form (that would also happen when you have uncommited changes in the calling form).
If you still wish to use call_form, or open_form without the "session" option, and without commiting the changes in the calling form, maybe a "post" before issuing the call might help.
Best of luck in the comming year!

Similar Messages

  • 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

  • My calling plan has been changed

    How do i change it back to what it was before

    Try Live Chat they should be able to help you.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • FRM-40403 A Calling for has.....

    Hi guyz,
    im facing some strange problem, hope someone give me a suitable answer.
    My application is working fine just i attach the another datablock its starts giving problem with an error
    FRM-40403: A Calling form has unapplied changes. Save not allowed.
    I create some parameters and passing the values below is the parameter code.
    declare
    plist ParamList;
    begin
    plist := Create_Parameter_List('INPUT_PARAM');
    Add_Parameter(plist, 'empid',TEXT_PARAMETER,:employee.empid);
    Add_Parameter(plist, 'emp_name',TEXT_PARAMETER,:employee.emp_name);
    Add_Parameter(plist, 'dob',TEXT_PARAMETER,:employee.dob);
    CALL_FORM('PORTS',no_HIDE,NO_REPLACE,NO_QUERY_ONLY,plist);
    DESTROY_PARAMETER_LIST(plist);
    end;
    im unable to save the data in form B before it was working fine.
    anyone help me why this problem occured? even though i delete the newly added datablock even though not working. help me plz...
    Regards

    Before calling form b you could check :SYSTEM.FORM_STATUS, if that is changed, the changed have to be applied to DB before callin form b, maybe something like:
    IF :SYSTEM.FORM_STATUS='CHANGED' THEN
      IF <Aks use for saving> THEN
        COMMIT_FORM;
        CALL_FORM('FORMB');
      END IF;
    ELSE
      CALL_FORM('FORMB');
    END IF;

  • Color changed when webdynpro application is called from Portal

    Hi,
    I have developed an Webdynpro application, but the orginal color has been changed if I call it from portal.
    Does someone have an idea how to deal with it?
    best regards

    Hi,
             The attribute name in iView configuration is 'Supply Portal Stylesheet'. It should be marked as 'No' to not to use the Portal Style Sheet.
    Ranganathan.

  • Hi can anyone help me im using my iphone to make a call to a number that has been changed two days ago but it automatically says 'called failed' why? please help!

    hi can anyone help me im using my iphone to make a call to a number that has been changed two days ago but it automatically says 'called failed' why? please help!

    Here's a nifty agorithm to fill an array of primes, using a forever loop with a labeled continue statement, from Horton's Beginining Java:public class MorePrimes
      public static void main(String[] args)
        long[] primes = new long[20];    // Array to store primes
        primes[0] = 2;                   // Seed the first prime
        primes[1] = 3;                   // and the second
        int count = 2;                   // Count of primes found - up to now,
                                         // which is also the array index
        long number = 5;                 // Next integer to be tested
        outer:
        for( ; count < primes.length; number += 2)
          // The maximum divisor we need to try is square root of number
          long limit = (long)Math.ceil(Math.sqrt((double)number));
          // Divide by all the primes we have up to limit
          for(int i = 1; i < count && primes[i] <= limit; i++)
            if(number%primes[i] == 0)             // Is it an exact divisor?
              continue outer;              // yes, try the next number
          primes[count++] = number;               // We got one!
        for(int i=0; i < primes.length; i++)
          System.out.println(primes); // Output all the primes

  • CME: phone number has been changed from 8 digit to 9 digit

    Hi Folks,
    I have a site who is in Rio, Brazil whos cell phones has been changed from 8 digit to 9 digit. In order for me to comply I need to update the dial peer/plan for CME 8.6 . Anyone who can give advice or instructions is appreciated.
    e.g
    Example: +551521 9691-XXXX changed to +551521 9 9691-XXXX
    Thanks

    here you go..
    voice class custom-cptone BR-Anatel
      dualtone ringback
       cadence 1000 4000 1000 4000
      dualtone disconnect
       frequency 425
       cadence 250 250 250 250
    voice translation-rule 1
      rule 1 /^00[1-9][1-9]\(.*\)$/ /015\1/
      rule 2 /^000[1-9][1-9]\(.*\)$/ /0015\1/
      rule 3 /^090[1-9][1-9]\(..........\)$/ /9015\1/
    voice translation-profile ChangeCSP
      translate called 1
    license udi pid CISCO2921/K9 sn XXXXXXX
    hw-module pvdm 0/0
    username admin privilege 15 secret 4 xxx.x.x..x.x.x.xx.x.x
    username liderit privilege 15 secret 4 xxx.x.x..x.x.x.xx.x.x
    redundancy
    controller E1 0/0/0
      framing NO-CRC4
      ds0-group 0 timeslots 1-15,17-21 type r2-digital r2-compelled ani
      cas-custom 0
       country brazil
       metering
       debounce-time 10
       answer-signal group-b 1
       trunk-group Vivo-E1
    controller E1 0/0/1
    ip ssh time-out 60
    ip ssh authentication-retries 2
    ip ssh version 2
    translation-rule 1
    interface Embedded-Service-Engine0/0
      no ip address
      shutdown
    interface GigabitEthernet0/0
      ip address xx.xxx.x.xxx 255.255.xxx.xxx
      duplex auto
      speed auto
    interface GigabitEthernet0/1
      no ip address
      shutdown
      duplex auto
      speed auto
    interface GigabitEthernet0/2
      no ip address
      shutdown
      duplex auto
      speed auto
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip route 0.0.0.0 0.0.0.0 xx.xxx.x.xxx
    snmp-server community sparky RO
    snmp-server community abc123
    snmp-server location Brazil
    tacacs-server host xx.xx.x.xxx timeout 5
    tacacs-server directed-request
    tacacs-server key 7 xxxxxxxx
    control-plane
    voice-port 0/0/0:0
      translation-profile outgoing ChangeCSP
      disc_pi_off
      cptone BR
      timeouts interdigit 5
      timeouts call-disconnect 0
      bearer-cap Speech
    voice-port 0/1/0
      trunk-group Vivo-Analog
      translation-profile outgoing ChangeCSP
      disc_pi_off
      cptone BR
      timeouts interdigit 5
      timeouts call-disconnect 0
      connection plar 6500
      description ### Vivo +55 11 3078-9782 ###
      bearer-cap Speech
    voice-port 0/1/1
      trunk-group Vivo-Analog
      translation-profile outgoing ChangeCSP
      disc_pi_off
      cptone BR
      timeouts interdigit 5
      timeouts call-disconnect 0
      connection plar 6500
      description ### Vivo +55 11 3078-9728 ###
      bearer-cap Speech
    voice-port 0/1/2
      trunk-group Vivo-Analog
      translation-profile outgoing ChangeCSP
      disc_pi_off
      cptone BR
      timeouts interdigit 5
      timeouts call-disconnect 0
      connection plar 6500
      description ### Vivo +55 11 3078-9735 ###
      bearer-cap Speech
    voice-port 0/1/3
      disc_pi_off
      cptone BR
      timeouts interdigit 5
      timeouts call-disconnect 0
      connection plar 6500
      shutdown
      description ### Intercom ###
      bearer-cap Speech
    mgcp profile default
    dial-peer voice 1 pots
      trunkgroup Vivo-E1
      description ### PSTN inbound ###
      incoming called-number .T
      direct-inward-dial
    dial-peer voice 2 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Fixed ###
      destination-pattern 0[2-5].......
    dial-peer voice 3 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Mobile ###
      destination-pattern 0[6-8].......
    dial-peer voice 4 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Mobile ###
      destination-pattern 09T
      forward-digits 9
    dial-peer voice 5 pots
      trunkgroup Vivo-E1
      description ### Long Distance Calls - Fixed ###
      destination-pattern 00[1-9][1-9]..[2-6].......
      forward-digits 13
    dial-peer voice 6 pots
      trunkgroup Vivo-E1
      description ### Long Distance Calls - Mobile ###
      destination-pattern 00[1-9][1-9]..[7-9].......
      forward-digits 13
    dial-peer voice 7 pots
      trunkgroup Vivo-E1
      description ### International Calls ###
      destination-pattern 000T
      prefix 00
    dial-peer voice 8 pots
      trunkgroup Vivo-E1
      description ### Toll Free Calls ###
      destination-pattern 00800T
      prefix 0800
    dial-peer voice 9 pots
      trunkgroup Vivo-E1
      description ### 0300 Calls ###
      destination-pattern 00300T
      prefix 0300
    dial-peer voice 10 pots
      trunkgroup Vivo-E1
      description ### 0303 Calls ###
      destination-pattern 00303T
      prefix 0303
    dial-peer voice 11 pots
      trunkgroup Vivo-E1
      description ### Emergency Calls ###
      destination-pattern 019.
      forward-digits 3
    dial-peer voice 12 pots
      trunkgroup Vivo-E1
      description ### Service Numbers Calls ###
      destination-pattern 01[0-8]T
      prefix 1
    dial-peer voice 13 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Collect Calls Fixed ###
      destination-pattern 09090[2-5].......
      prefix 9090
    dial-peer voice 14 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Collect Calls Mobile ###
      destination-pattern 09090[6-8].......
      prefix 9090
    dial-peer voice 15 pots
      trunkgroup Vivo-E1
      description ### Local Calls - Collect Calls Mobile ###
      destination-pattern 090909T
      prefix 90909
    dial-peer voice 16 pots
      trunkgroup Vivo-E1
      description ### Long Distance Calls - Collect Calls ###
      destination-pattern 090[1-9][1-9]..[1-9].......
      forward-digits 14
    dial-peer voice 22 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Fixed ###
      preference 1
      destination-pattern 0[2-5].......
    dial-peer voice 23 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Mobile ###
      preference 1
      destination-pattern 0[6-8].......
    dial-peer voice 24 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Mobile ###
      preference 1
      destination-pattern 09T
      forward-digits 9
    dial-peer voice 25 pots
      trunkgroup Vivo-Analog
      description ### Long Distance Calls - Fixed ###
      preference 1
      destination-pattern 00[1-9][1-9]..[2-6].......
      forward-digits 13
    dial-peer voice 26 pots
      trunkgroup Vivo-Analog
      description ### Long Distance Calls - Mobile ###
      preference 1
      destination-pattern 00[1-9][1-9]..[7-9].......
      forward-digits 13
    dial-peer voice 27 pots
      trunkgroup Vivo-Analog
      description ### International Calls ###
      preference 1
      destination-pattern 000T
      prefix 00
    dial-peer voice 28 pots
      trunkgroup Vivo-Analog
      description ### Toll Free Calls ###
      preference 1
      destination-pattern 00800T
      prefix 0800
    dial-peer voice 29 pots
      trunkgroup Vivo-Analog
      description ### 0300 Calls ###
      preference 1
      destination-pattern 00300T
      prefix 0300
    dial-peer voice 30 pots
      trunkgroup Vivo-Analog
      description ### 0303 Calls ###
      preference 1
      destination-pattern 00303T
      prefix 0303
    dial-peer voice 31 pots
      trunkgroup Vivo-Analog
      description ### Emergency Calls ###
      preference 1
      destination-pattern 019.
      forward-digits 3
    dial-peer voice 32 pots
      trunkgroup Vivo-Analog
      description ### Service Numbers Calls ###
      preference 1
      destination-pattern 01[0-8]T
      prefix 1
    dial-peer voice 33 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Collect Calls Fixed ###
      preference 1
      destination-pattern 09090[2-5].......
      prefix 9090
    dial-peer voice 34 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Collect Calls Mobile ###
      preference 1
      destination-pattern 09090[6-8].......
      prefix 9090
    dial-peer voice 35 pots
      trunkgroup Vivo-Analog
      description ### Local Calls - Collect Calls Mobile ###
      preference 1
      destination-pattern 090909T
      prefix 90909
    dial-peer voice 36 pots
      trunkgroup Vivo-Analog
      description ### Long Distance Calls - Collect Calls ###
      preference 1
      destination-pattern 090[1-9][1-9]..[1-9].......
      forward-digits 14
    dial-peer voice 99 pots
      destination-pattern 9
      port 0/1/3
      forward-digits all

  • Change iPhone number for outgoing calls from mac (Yosemite)

    I have two iPhones, and one of the iPhone is set for iPhone cellular calls (handoff) in macbook under FaceTime preference. How to change this number so that I can make outgoing calls from different iPhone?

    Hi,
    If you Erased the Drive  and set up the computer anew it will depend on how you migrated/imported your Mac User Account (if you even did).
    Mostly the process will make the Mac seen as a "New" computer.
    In some cases this will means settings that involve some sort of "pairing" will not work.
    You may also get to the point of having 5 "devices" linked to iTunes because of this.
    I have  G4 that is coming up on 121 years old.
    It has 4 drive bays and some of the drives are partitioned.
    It will boot into OS 9 and every version of OS X up to and including Leopard (OS X 10.5)
    I have tended to Clone the current set up and then Update the main Drive.
    It does mean though that iTunes counts them all individually.
    On top of that I have a Snow Leopard MacBook Pro and my current Yosemite booted iMac (It also has Older OSes on External Drives)
    The outcome is that you might have to re-link the two devices.
    9:38 pm      Friday; January 2, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to log in with my old Apple account? I forgot my pass and I did change my apple ID before canceling first?? I am from Croatia so did folow al the discussion and the to resolve the problem but no luck. Can not call from Croatia the Apple help desk

    How to log in with my old Apple account? I forgot my pass and I did change my apple ID before canceling first?? I am from Croatia so did folow al the discussion and the to resolve the problem but no luck. Can not call from Croatia the Apple help desk.i did try all the options but I can not find the phone number to call from Croatia,
    I can not change my Apple ID to the old mail (not possible!)
    The old mail don't accept the new password..
    I can not delete the Icloud all the time asking my the password of the old mail!
    I realy need help

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • Facebook is my home page on Mozilla; everytime I go to log in, my browser has been changed to proxy. I have to change this every time in order to get face book to load; how do I stop the browser from changing to proxy?

    My internet option state "do not use a proxy" but each time I go to long in on Firefox to Facebook, the proxy server has been changed to showing proxy and I can not get on to facebook until I go in and change it back to Do Not use Proxy. The problem is the setting does not stay but every time I go back to long on it's back to proxy server? How do I get it to not change???

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • Question about the sensor... just got my 4s yesterday after screwing up my 3 with the laterd version update.  EVery call I have been on has either changed to speaker, called another number or ended the call or activated facetime, which I have turned off.

    Question about the sensor... just got my 4s yesterday after screwing up my 3 with the laterd version update. EVery call I have been on has either changed to speaker, called another number or ended the call or activated facetime, which I have turned off. never had this trouble with my 3...I don't even want to talk to anyone on this phone! Is the sensor bad? That is what the AT&t rep suggested.

    Restore as new... if the problem still continues then there is a hardware issue.
    If it stops after a restore as new, then the issue is with the backup the device is currently setup with.

  • I just purchased a few songs from Itunes and could not edit the information in the Get Info section of the file.  It's greyed out.  Any ideas?  Has ITunes changed and no longer allows editing.

    Has ITunes changed its editing feature for songs, etc.?  I just purchased a few songs and found that I could not edit them using the "Get Info" feature.  The information is greyed out and does not allow editing.  Among other things, I usually like to eliminate the word "THE" from group names for easier alphabetizing in my library.  Thanks for any help. 

    Check permissions and ownership of the files. Maybe this helps....
    How to Take Ownership and Grant Permissions in Windows Vista

  • When making an outgoing call from my i phone, an icon of a microphone with a slash acroos it appears.  I can hear the receiving party speak, but he cannot hear me.  What has been shut off and how do I turn it on?

    When making an outgoing call from my i phone, an icon of a microphone with a slash across appears.  I can hear the recipient speakin but he cannot hear me.  What has been turnedd off, and how do I turn it on?

    I think mute is on, tap the microphone icon with the slash running through it

  • My Gf has my iphone. How can I see recent messages and calls from another device?

    My Gf has my iphone. How can I see recent messages and calls from another device?

    Depending on your carrier, you may be able to see recent calls by logging into your account on the carrier's web site, if they offer such a feature, though incoming calls being shown is not usual. There will, as diesel said, be no way to see messages already received, either SMS/MMS or iMessages, without having the phone.
    Regards.

  • How do I change answering a call from slide to one button push

    How do I change my iPhone 5 when receiving a call from slide to one button answer?

    Utaginat wrote:
    ... so I want the push button type instead.
    Apple Feedback

Maybe you are looking for

  • NO SOUND AFTER INSTALLING WINDOWS 8.1

    Hi, I'm hoping someone will be able to help.  My sister has a compaq 58 laptop and after installing windows 8.1, now has no sound.  The sound was there when 8.1 was installed but after logging off and logging back on again, the sound disappeared.  We

  • Creating a function to return a table of records

    Okay, I thought I knew how to do this but apparently not. I have a very complex query that connects multiple tables. I want to put the results of that query into a "table" (non-persistent) that can be passed to another procedure. So, I created an obj

  • Haiti not listed as a country in App Store

    Why is Haiti not listed as a country in the App Store? If someone is in Haiti, what App Store is recommended to use?

  • Using vertical UISlider in ios is legal?

    Hello All,      I want to used UISlider in vertical position in my app. I know it is possible. But when i serached for it i alos read about "it is illegal & app will get rejected". Also refered https://discussions.apple.com/thread/3009609?start=0&tst

  • Transition in motion 5

    Hi friends Can you guys show me some links to some great motion 5 transtions.