Oracle APPS custom form using KFF is not working as expected

Hi,
I have created a custom form and using KFF to accept code combination in line block. My custom form is based on AP_INVOICES_INTERFACE and AP_INVOICE_LINES_INTERFACE.
When I query the records in form and update the code combination field using keyboard (typing or copy-paste) it works fine at first time but when I re-enter another code then it does not accepts the new code and reverts to previous code. Form accepts the same code when KFF screen is using by pressing LOV button. I concluded this problem as "when record status is QUERY then KFF works fine with keyboard but when record status changes to CHANGED then it does not accepts the new code when entered using keyboard".
I have created all triggers and invoked relevant fnd_flex.event in triggers. I have created PRE-QUERY, POST-QUERY, PRE-INSERT, PRE-UPDATE, WHEN-VALIDATE-ITEM, WHEN-VALIDATE-RECORD, WHEN-NEW-ITEM-INSTANCE, KEY-EDIT, KEY-LISTVAL at form level and calling FND_FLEX.EVEND and APPS_STANDARD.EVENT (where required) in triggers.
This same issue is in AP Invoice Workbench form. When updateing code combination in distribution block in invoice form is showing same behaviour.
I am running this form in 12.1.2, same form is working in other instance which is on 12.1.3.
Please help.
Regards,

Please check the below link just to make sure all steps are taken care.
http://oraclemaniac.com/2012/08/15/how-to-add-a-descriptive-flexfield-dff-in-a-custom-oracle-apps-form/

Similar Messages

  • Issue in Enter Query mode (F11) is not changing color to blue in oracle apps custom form 10g

    Experts,
    I have created a custom form , everything is working fine but when i pressed on the oracle apps custom form ( F11)  then its not changing the form color to blue.
    I have already done below setup but nothing is working fine :-
    1.APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); at your block level Trigger.
    2.Execution Hierarchy Property to "Before" or "After" at block level trigger.
    Could anyone help on this.

    please compile the CUSTOM form and retest the issue
    $ frmcmp_batch.sh module=<form name>.fmb userid=apps/<apps password> output_file=$CUSTOM_TOP/forms/US/<form name>.fmx module_type=form compile_all=special
    AppsMasti
    shairng is Caring

  • How to implement Key Flex Fields in new oracle apps custom forms.

    how to impletement key flex fields in oracle apps custom forms
    if any technicle document is there then send me on this forum and also send me on my email id.
    [email protected]
    Thanks & Regards,
    Pranay Patel

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • Need to send sms to the customer through Oracle Apps Custom form

    Hi All,
    This is sandeep, i have design a Oracle Apps Custom form, i am entering the Customer related date like customer name, number, customer Amount, cheque number, customer phone number, user want, when the user will save that form, so that above information should be send to the particular customer automatically, user entering the only one customer at a time. again user will open the new form and enter the new customer related data for that i have URL provided by the third party.
    Please help me how can i achieve it, and what code i have to write and where.
    it's urgent. kindly reply me as soon as possible
    Thank you in advance
    Regards
    Sandeep
    Edited by: user13014881 on Feb 14, 2012 10:25 PM

    I have resolved that issue my self. now i am able to send transitional messages to the customers.
    Thanks
    Sandeep

  • How to access Oracle Apps 11i forms using Vmware Player?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and guest OS Windows XPP using Vmware Player.Now how to access Oracle Apps 11i forms from Windows XPP using Vmware on my OEL5 Server Desktop?
    Thank's
    Regard's
    Rerry

    Hi,
    If you mean how to access eBusiness Suite from within the Virtual Machine, then you just navigate to the same URL you normally would. You may need to put the machine alias in your hosts file if you are referencing it via machine name rather than IP address.
    If you mean that you want to load the form in forms builder (for example) then you need to FTP the form from server to client (as you normally would) and then open it in your client (XP virtual machine).
    If you want to use Workflow Builder (as per your original requirement) then you need to ensure that the TNSNAMES.ora file in the Workflow Builder home has an entry for your instance on Linux, and then you should be able to connect to the database directly.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Notification "Launch the app and go to the library" not working as expected

    Hello,
    we are sending notification "Launch the app and go to the library" - but it's not working as expected, it's still just launching app with last open folio.
    Whats wrong there? Do we need v30 app? We have V29, but this is not mentioned in documentation.
    Thanks
    Martin

    Ah.
    Ok, now it's clear.
    Anyway i would appreciate possibility to force viewer to switch to library view after new issue is detected, even without notification. Quite often requested feature - "there is new cover in Newsstand, but customer don't know how to download new publication easily".
    Martin

  • Oracle APPS Custom form Calendar Control

         Hello,
    I am working on the custom form for Oracle APPS r12, I have selected the calendar control to select the date, and its working fine as far as date selection is concerned, but, when the user selects the date and press OK, then there is another LOV displayed, which does not have any thing to select from, user has to press the cancel or ESC button, I have set the LOV property"Validate from List" to "No" and this has solved the problem, but I want to know what could be creating the problem and whether setting the Validate from list to No is the correct option or not?
    Regards

    Implementing a Calendar in the Oracle EBS is different than in a non-EBS Forms application.  The EBS has it's own framework for this.  I strongly recommend you check out the Oracle Applications Documentation library to learn the correct way to implement a Calendar in your form.  Select your EBS version and then scroll to the *Standards* section and review the following documents:
    Oracle Applications Developer's Guide
    Oracle Applications User Interface Standards for Forms-Based Products
    Oracle Application Framework Personalization Guide
    Craig...

  • Oracle apps custom form

    Hi Friends
    I am creating one custom form in oracle apps 11.5.10.2. It has 2 buttons .If I click first (FIND) button it will select the record from custom table and it will appear according to my query.Then I will select the check box and I will click the second button ( Approved Button ) .It should update in my custom table.
    Right now it is working fine in my form. But it is updating as well as inserting one new row with same information.
    How I can avoid this duplication in my custom table ?
    This is very urgent can any one help me.
    Thanks in Advance
    A.Sahul Hameed

    Is your checkbox a database item? Do you have a Post-Query trigger that displays data in a seperate data block? Is the form inserting a duplicate record in the same table or inserting a new record in a different table?
    Craig...

  • Implementing Key Flex fields in Oracle apps custom form.

    Hi all,
    I have developed a custom form from scratch. Need to implement key flex fields in my form. Kindly help me and please share any document for Key flexfields implementing. Quick response will be highly appreciated. Thanks a in advance.
    Please mail to [email protected]
    Regards
    Aiyaz
    Please send me a complete document for implementing flex fields in a custom form. Screen shots in the docs will be very much help full.
    Regards
    Aiyaz
    Edited by: user6422762 on Jan 27, 2011 9:44 PM

    There are so many special cases and cases with Oracle Apps that you will need to ask this question in the dedicated Apps tech forum rather than here. Please post this question here: OA Framework

  • I've subscription "oracle.apps.wf.notification.close" event ,but not work!

    Hi,
    I've subscription "oracle.apps.wf.notification.close" event,but when notification close my codes don't still work and have no exception come out !
    I've try my codes by subscription "oracle.apps.wf.notification.send" event , and when notification send it can work ! I'm sure that there have no different between the subscription "oracle.apps.wf.notification.close" and the subscription "oracle.apps.wf.notification.close" in the subscription step .
    Doesn't when notification closing raise the "oracle.apps.wf.notification.close" event?
    I need your help!
    Best regard!
    Your friend, yao!

    Please do not create duplicate posts across the forums -- What event is fired when notification close ?

  • Oracle Apps Customizing Forms

    How do I set the update allowed property of a descr flexfield column based on a condition. Am trying to modify an existing form.

    Try to modify custom.pll
    which is accessed by all the application forms. To now more about custom.pll read Application Developed guide
    Surya

  • Oracle Apps Custom Form, How to Filter data in the LOV

    Detail Data Block I am Calling One LOV, Based on Master Block Item I want to filter data in the LOV.
    in the select statement
    SELECT * FROM MTL_SYSTEM_ITEMS WHERE
    ORGANIZATION_ID = :BLOCK_NAME.FIELD_NAME
    specified
    but it is showing no data found error.

    Do this:
    MESSAGE(:BLOCK_NAME.FIELD_NAME);
    MESSAGE(:BLOCK_NAME.FIELD_NAME);
    SELECT * FROM MTL_SYSTEM_ITEMS WHERE
    ORGANIZATION_ID = :BLOCK_NAME.FIELD_NAME
    This will tell you the value of BLOCK_NAME.FIELD_NAME
    Then use PLSQL and run the query using the value of BLOCK_NAME.FIELD_NAME
    and see if you get data. If you don't get data using PLSQL, then you won't get data using LOV.

  • Opening a separate form using Web.show_documen not working as intended

    My intent is to open a form in a totally different session from another form.
    I want to open FORM B from a trigger in FORM A and I want both to be active simultaneously.
    To achieve that I thought to use web.show_document in completely new borwser window from a trigger in FORM A.
    web.show_document (FORM_B_LINK,'_blank');
    But both forms still share same JRE session (according to Metalink Tech support.)
    Now what is happening is that FORM B opens(only if I use Synchronize after web.show_document call ) but FORM B is not active whenever FORM A is doing something. So they both are not active together.
    Please help me here how can I open two separate forms session.
    BTW, I can not use OPEN_FORM or CALL_FORM for various reasons
    Thanks in advance for your help

    Unless you have other reasons that contradict this, I
    cannot see anything that you can do with two browser
    windows that you cannot do with using
    OPEN_FORM(SESSION). That in effect creates two
    database sessions that are independent of each other
    and you should be able to do what you want.Hi Jan,
    Actually its not database session I'm worried about it is FORM session that is worrying me. Both FORM A and FORM B can not execute some code at the same time as they share same forms session (as far as I know).
    Let me explain my situation again. We have a PLL which is attached to lots of forms.
    This pll has functionality to perform some on-demand internal jobs like executing a report or exporting block data to execl or html etc). Depending upon the Job it may take some from few seconds to several minutes to finish the job.
    What I have to do add is the ability to monitor progress of the job and give our users ability to stop that job.
    And I think I can not achieve that using OPEN_FORM.

  • Duplicate Project + Used Clips Only not working as expected.

    I am revisiting this once again and have had some good information on the matter, but I am not getting the results I think I should.
    Here's a link of instructions I followed and addresses my exact concern:  http://www.premiumbeat.com/blog/how-to-archive-projects-in-final-cut-pro-x/
    I want to archive ONLY the project and clips used for a project. 
    If I export my project using the current settings (ProRes) then shouldn't the Duplicate Project and Used Clips only feature give me a a backup that is roughly the same size as my exported Quicktime?
    Currewntly when I use any of the Duplicate operations other than the 1st, all media is duplicated, not just what is needed.
    Has anyone had success with just getting what you need for the project?
    The reason why I don't want to archive all of the media outside the project is due to hard drive space.  I have the camera raws backed up already.  I just want to be able to open the project again if needed and only the project with necessary media.
    Thanks.

    When you say " I also changed the default start to 7:30 and end 4:30", are you talking about the
    project information in the project tab? You're supposed to be able to specify only one of the parameters (start date or finish date) depending if you're back-planning or not.
    Check if the option "ignore resource calendar" on the task if checked.
    Also try to press F9.
    Are the task manually scheduled? Do you have constraints on the tasks?
    Maybe share a screenshot so it'll be easier to help you.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Get error when add start:body tag, ERROR: oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area

    I'm using "Oracle BI Publisher Template Builder for Word"
    Version: 10.1.3.2.1  Build 87
    When I try to add <?start:body?> and <?end body?> tags get error in preview to pdf
    My structure is:
    for-each G_INVOICE
    [TABLE WITH HEADER INFORMATION]
    <?start:body?>
    [for-each G_DISTRIBUTION_LINE
    TABLE WITH DISTRIBUTION LINES INFO
    end G_DISTRIBUTION_LINE]
    <?end body?>
    "text for special instructions"
    end G_INVOICE
    The log generated is:
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: Z:\projects\AEROSTAR\reports\AERO - AP - Disbursal Request\AEROAPDISREQ.xml
    FOProcessor setLocale: en-us
    oracle.apps.xdo.template.fo.area.NoAvailableAreaException: Not enough rendering area. Please look into the incomplete output file for cause.
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.checkInfiniteLoop(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.createNewPage(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(Unknown Source)
      at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(Unknown Source)
      at oracle.apps.xdo.template.fo.FOHandler.endElement(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(Unknown Source)
      at oracle.apps.xdo.common.xml.XSLTMerger.startElement(Unknown Source)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
      at oracle.apps.xdo.template.fo.FOProcessingEngine.process(Unknown Source)
      at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
      at RTF2PDF.runRTFto(RTF2PDF.java:632)
      at RTF2PDF.runXDO(RTF2PDF.java:466)
      at RTF2PDF.main(RTF2PDF.java:254)
    Please, Need help.
    Thanks in advance.

    The cause for this seems to be that a row in a table is larger than a page, and there is no place left for the Header row.
    Check the bellow action plan:
    1. Edit the template in MS Word.
    2. Click on the table.
    3. Right click on the little crossed square in the upper right corner of the table.
    4. Click on 'Table Properties' / tab 'ROW'.
    5. Look at all rows by using the button 'Next Row'.
    6. If 'Repeat as Header at the top of each page' is checked, please uncheck it.
    7. Save the template and retry.
    BR,
    Alex

Maybe you are looking for

  • Just moved back to BT have I mad a mistake

    Hi all im hoping either a moderator can help here or another user. I moved my phone and broadband back to BT after getting 4 meg stable line with SKY, At first I talked to people who were not reading scripts and were quite happy to sign me up. I subm

  • Using a black BTV box on a YouView account

    Hi,  I have a YouView box from BT and subscribe to the essentials package (even though there is nothing really packaged to speak of!) I've recently been given a black BT Vision box. I thought it might be 'just work' as I effectively have a BTV subscr

  • Creating Oracle 11g Database Manually on ASM on 11g R2 Grid

    Hi: Earlier added this issue alongwith Grid installation. Only Jorg replied to me but could not find a complete solution. So thought of starting a new thread. Wanted to know if any one of you have successfully created Oracle Database Manually on ASM

  • Adobe AIR dynamic sound and recording delay issue

    I'm writing mobile application with Adobe AIR. The application use AIR Microphone API to record sound to file and later replay it. The problem manifest only on mobile devices, not simulator. Specifically only on iOS devices, android devices seem to w

  • IMovie 9.0.9 won't launch

    I have a Mid-2011 iMac running Yosemite (10.10.3). I recently downloaded and installed iMovie 10 and upgraded to 10.0.7 I previously had iMovie 9.0.9. I have some videos I created using iMovie 9.0.9 which will not open in iMovie 10. I found the previ