Why record had been unlock in Oracle Apps form?

I have a problem with lock in oracle apps forms.
The problem occurs with all forms in the Oracle Financials (forms with standard oracle apps user-exit), the problem does not occur with standard Oracle default form (outside of the oracle apps, form without user-exit included in Oracle Financials).
For exemple, I will take the Define Lookups forms.
If USER1 modify a record (ex. modify the date from), the record is locked, if USER2 try to update the same record in an other session, he will received an error message indicating that the record is locked and he will not be able to update it. This is normal.
But ..., if USER1 WAIT 1 minute, and just press TAB to go to an other field (WITHOUT SAVING, WITHOUT DOING ANYTHING ELSE), the record is unlock.
USER2 can modify the same record without having the locked message. This is the problem, USER2 should receive an error message because USER1 did not save the record yet but the message do not appear. At this moment USER2 lock the record. If USER1 press SAVE key, his session will be freeze until USER2 save the record.
Why the record had been unlock for USER1 session?
My Oracle Apps version is 11.5.5.
Does somebody ever seen this problem ?
Thanks.

There are forums specifically for posing questions relating to EBS. I would recommend you ask your question there.

Similar Messages

  • HT4009 I had been purchase twice in-app why I can't purchase third time?

    I had been purchase twice in-app why I can't purchase third time?

    Do what it told you to do.
    Contact itunes support

  • Why I had been charged twice for one application

    Why I had been charged twice for one application

    No one here has any idea.
    You need to contact iTunes customer support.

  • How to display WHO columns in oracle apps form

    Hi all,
    I have WHO columns in the Table and i need to add in the existing form and i have WNI trigger (execute_query) and i am trying to add columns in the Existing Database Block
    After opening the Form(oracle apps form) i am not getting/populate any records on the Block
    Please help and please give me the steps
    Thanks

    Hi ,
    This community is to discuss Oracle Application Server specific issues, you can post this query in for better response:
    Forms
    Oracle Forms - EBS (MOSC)
    Regards,
    Prakash.

  • :system.last_record in Oracle Apps Forms

    Hi all,
    My requirement is when I give order number in header level in Oracle Apps Form, i want the lines to be displayed in lines block.
    I have written the query and a cursor.
    The Query returns 6 lines when passing the Order Number.
    But when i use the following code in forms, the form returns only one line in the lines block.
    BEGIN
    first_record;
    for i in xx_cur
    loop
    :REQUEST.CUSTOMER_NUMBER := i.party_number;
    :REQUEST.CUSTOMER_NAME := i.party_name;
    If :system.last_record = 'TRUE'
    Then
    Exit;
    ELSE
    next_record;
    End if;
    end loop;
    END;
    If i use the above code only the first line gets displayed in the form.
    If i didnt use the system_last_record condition the 6 lines are displaying.
    --If :system.last_record = 'TRUE'
    --Then
    --Exit;
    --ELSE
    next_record;
    --End if;
    end loop;
    END;
    Y the :system.last_record is not working.
    Please help me to solve this issue.
    Thanks in Advance,
    Jegan

    i'm assuming this is a non-database block? if so, you don't need FIRST_RECORD and :SYSTEM.LAST_RECORD is always true ...
    try
    BEGIN
        FOR i IN xx_cur
        LOOP
            IF :request.customer_number IS NOT NULL THEN
               CREATE_RECORD;
            END IF;
            :request.customer_number := i.party_number;
            :request.customer_name := i.party_name;
        END LOOP;
    END;

  • Oracle Apex to Oracle Apps Forms migration

    Is it possible to migrate a form exsisting in Oracle Apex to Oracle apps forms?If so pl tell me how this could be achieved.

    Hey men!!
    In my opinio in not posible because in oracle Apex you have another kind of programming, and in Oracle forms you others type of tools for example: triggers, I said isn'tr posible because there isn't a tool or an application that can help you in convert from Apex to Form, it's very extrange circumstance.
    This is posible but... you have to program, typing and all of anything for converting to Oracle Form if you don't want to do anything you have to pay someone for developing that ,
    in others words you have/must (to) start from the beginning,
    from zero.
    Unfortunately today there is not application that can let you do that.
    I hope this helps,
    Best Regards my buddy.

  • Java class in oracle apps forms

    java class in oracle apps forms
    We developed a java class and its running perfectly on local machine (Over the web through java applet ) But when we deployed it in apps and run with the client machine its not running .so please suggest where we put our java class files and how to run it in apps? Is there any API's .
    regards,
    krishna

    Hi user;
    What is your Client Operayting system, what is your browser?
    This error happens for one client or for all? Did you try to login from one other machine(for instance XP) and dif. browser version?
    Please check below which could be helpful for your issue:
    FRM-92101:
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
    R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
    FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
    Also check:
    http://onlineappsdba.com/index.php/2009/06/15/frm-92101-with-internet-explorer-8-how-to-uninstall-ie8/
    Re: R12 database and JRE Issue
    Regard
    Helios

  • Converting D2K form to Oracle apps Form

    Hi,
    How to convert normal d2k form into oracle apps Form.
    Thanks & Regards,
    Jayakumar

    Hi nvpjai
    u need 2 ask ur question there in General EBS Discussion
    Hope this helps...
    Regards,
    Amatu Allah

  • Reusing oracle apps forms

    Hi,
    Is there a way that we can add more functionality to an
    already existitng Oracle Apps form without remaking it from
    scrap?
    Please let me know.......
    TIA
    vamsi

    Yes, all of the fmb files are stored somewher in your APPL_TOP
    tree, I think. They're out there though. Keep in mind that
    there are specific recommended methods on changing the default
    functionality of a form. Oracle will also not support your
    modifications. There is a 5 day Oracle Education course that
    specifically details how to accomplish what you're trying to
    do. "11i Extend Oracle Applications: Forms", Class 14464.

  • Oracle Apps Forms errors out with FRM-40735 while running from Oracle D2K

    Hi
    Will anybody please provide me a solution on Oracle Apps Forms which errors out with FRM-40735 while running from Oracle D2K
    Regards
    Nakul Venkataraman

    Hello,
    certain trigger in your form is throwing an exception and its not being catched by the exception part for your block. check the code of your trigger and pur exception handling into your trigger code

  • Oracle Apps Forms Re-usability

    Hi,
    Is there a way that we can add more functionality to an
    already existitng Oracle Apps form without remaking it from
    scrap?
    Please let me know.......
    TIA
    vamsi

    If you do not want to modify and existing form but want to add functionality to the existing form and can not use
    descriptive flexfields to add new functionality, you could use the custom.pll to accomplish this. Depending on
    how many enhancements you will be adding using this method, you could impact performance across the
    board due to the fact that the all forms execute the custom.pll to look for custom code. To find more information
    about the custom.pll review the developers guide.( Oracle Applications Developer's Guide A75545-02)
    Hop that helps.

  • Adding a  value to an LOV in an Oracle apps form

    Hi Guys
    Im new to forms and customizations in apps as im sure will be apparent with the questions i have :-)I have a requirement to add a value to an LOV on a field in an oracle apps form.
    My question is
    1: How do i get the lov query?
    2: How do i edit an existing query.
    3: How can i solve this problem.
    Thanks

    Since you are working with the E-Business Suite, most likely the LOV is based on a Value Set. I strongly recommend you confer with a coworker for guidance on how to investigate an Oracle EBS Form. Value Sets are defined within the EBS setup screens and you have to be assigned to a responsibility that will allow you to modify and create Value Sets. I also strongly recommend you visit the Oracle Applications Documentation web site and review the Oracle Applications Developer's Guide and Oracle Applications User Interface Standards for Forms-Based Products for your particular version of the EBS.
    Also, the General EBS Discussion is the more appropriate forum to post this type of question.
    Hope this helps.
    Craig...

  • Calling java code from oracle apps form

    I've created my own java .class file and am attempting to call it from an oracle applications form. I am getting a runtime error while running the form, but I don't know what the error is because nothing is being reported to me.
    I've created the .java file in JDeveloper, compiled it into a .class file, deployed it to a .jar file, and placed it on the application server in a directory that the CLASSPATH can see it. I've added it to the archive parameter of the appsweb.cfg file and see that the .jar file is being downloaded when the JInitiator of Oracle Apps is started.
    I have also imported the .class file into the form via the Program -> Import Java Classes which resulted in PL/SQL package stubs created to call the .class methods.
    When I run the form, the java code is activated on a triggering event, PRE-INSERT. There is no java bean item in a block or on a canvas anywhere. I dont' think I need there to be since I am simply using the java code to perform actions during PRE-INSERT, not to display anything on the canvas.
    I have placed debug messages throughout my code and see that the error is occuring in the PL/SQL packaged stub at the line "JNI.GET_CLASS()" where the parameter to that call is the name of my class. I know it's erroring there because I am handling the "java_error" exception. I am displaying "ora_java.last_error" in the exception handling, but it is null.
    I am at a loss as to determine why I am having problems and how to display an error. Any suggestions? I'm happy to outline my steps and problem in more detail if I have missed something obvious.
    We are using Forms 6.0.8.21.3 with Oracle Apps 11.5.7.
    Shane.

    Shane,
    Don't loose the heart. You have come too close to end.
    The scenario you have mentioned is very unique and something which will fit more in the forms forum. So I think that was a sincere answer to help you and not a "pass the buck" card type game :)
    You are lucky that you got Tapash interested into this issue, otherwise you see there is no OAF component involved out here.
    I have an article promised to some of the guys but will follow this issue.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to add a new fiels to to a customized standard Oracle apps forms

    Hi Guru's
    I have the following requirement to modifiy the PO Receiving screen in Oracle apps 11i,
    1. An additional field (No. of Items to recive) need to be created to the “PO Receiving” screen of Oracle apps 11i .
    2. Once user mentioned the po num, PO Line Num and quantity in the newly created text field and when he/she click on the Find Button , the receipt lines (lines should be as many as the quantity mentioned in the newly created field) should be create in the receipt screen
    Please let me know if this can be achived through Form Personalization or is there any other approach?
    Thanks,
    Mustaq.

    Mustaq,
    Why do you want to customize (and break support for the PO Receiving Form) instead of extend the form with Descriptive Flex-Fields (DFF) as I suggested when I responded to your earlier question regarding this same subject: How to create a text field in Oracle apps11i Forms.?
    Also, as Francois, Andreas and I have pointed out - the general Forms forum is not the proper place to ask EBS related questions. Yes, there are people in this Forum that have or are currently working with the EBS, but that is not the purpose of this forum. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-) Customizing or using a DFF is not a "general Forms question" so please use the appropriate forum! :-)
    Craig...

  • Migrate Oracle Apps Forms to J2EE

    Hi,
    I need to migrate Oracle Apps(11i) Forms to J2EE.
    I went through Oracle Partners who provide these migration tools but none provides trial version to test/use.
    How do I migrate forms.
    Or is there any way so that I can replace forms with my custom screens?
    Need your help.

    Its probably too long an answer to write here but I always like to start with the WHY?
    The one thing that is fact is that this will cost you considerable time and effort so you have to be very clear on your reasons. Furthermore, there is no "magic bullet". There is no tool or solution that can "with one click" migrate your application - unless your application is Emp/Dept of course ;o)
    You also have to seriously consider the need (infact I would say REQUIREMENT) that any migration MUST rearchitect. A Forms app and a J2EE app are very different, if you don't re-architect then you are re-implementing Forms in Java (in which case, why bother).
    If you go to http://otn.oracle.com/goto/formsmodernize there is information that we in Oracle see as the most likely approach to succeed - which is retain an investment in Forms while you build up skills/services/functionality in your new system
    I'd suggest spending a couple of hours reading this information and then if you have further questions you can come back to us.
    Regards
    Grant

Maybe you are looking for

  • Tax code not defined in ERS

    Hi, When i create PO and check the ERS invoice expected check box,I get the error messgae as below: Enter Tax Code for ERS settlement. Pls advise.

  • I have lost my phone and have no backup, how can I get my pictures back?

    I have lost my phone and have no backup. How can I get my pictures back?

  • Printing discs problem in My Image Garden

    Hello thank you for taking the time to read this As of today when trying to print to disc in My Image Garden I am getting the following message "Cannot print because a printer supported by this software is not installed" Its a bit of a puzzler as I h

  • VAR report for switzerland

    Hello All, We need to configure the VAR report for switzerland to satify the legal reporting on foreign trade.( SAP provides this through VE21 and VE22). Can anyone help us with the basic configuration requirements? In the standard report, there are

  • Why to use JMS????

    Hi All, i am new to JMS, can any body tell me Why to use JMS?? i know it used to send message but for why??? if u answer me with an example it will be useful for me. thanks in advance.