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.

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

  • 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...

  • 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/

  • 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...

  • 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

  • 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

  • Stock room tables in oracle apps ? and how customer is related with those?

    Hi All
    Can any give the details about stock room tables in oracle apps ? and how customer is related with those tables.
    Thank you

    question is not clear, but is it what you are looking for ?
    Stock Locators in Inventory tableis mtl_item_locations

  • 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

  • How to filter data

    Dear Friends
    How to filter data by entering data in the field then the data filtered according to the data that is enter the filed
    For example
    If I have a list of values in the field EMPNO , and If I enter ‘S’ at the field EMPNO before pressing F9
    it should display those employees only when I press F9 as the following :
    SMITH
    SCOTT
    And if enter ‘AL’ it should display those employees only when I press F9 as the following:
    ALLEN
    ALI
    But if don’t enter any value in EMPNO and press F9 Then It should display all the All the employee’s name as the following
    ENAME
    SMITH
    ALLEN
    WARD
    JONES
    MARTIN
    BLAKE
    CLARK
    SCOTT
    KING
    TURNER
    ADAMS
    JAMES
    FORD
    MILLER
    ALI
    ABDULLAH
    Waiting for your valuable answer .
    Best regards
    Jamil Alshaibani

    Dear Rosario
    I have SET THE ITEM PROPERTY VALIDATE FROM LIST TO YES
    Of the field EMPNO ON WHICH I HAVE ASSIGN THE LOVE.
    And also I have written the script as the following:
    SELECT ENAME,EMPNO FROM EMP
    WHERE EMP.ENAME LIKE :EMPNO||'%'
    Then I type ‘S’ in the field EMPNO and I press F9 it is not responding for displaying the list of values it is displayed this message in the status bar ‘FRM-40502: ORACLE ERROR :UNABLE TO READ LIST OF VALUES .
    Waiting for valuable answer in details.
    Best regards
    Jamil Alshaibani

  • HOW TO FILTER DATA FROM MICROSOFT ACCESS

    HOW TO FILTER DATA FROM MICROSOFT ACCESS BASED ON DATE AND TIME AND GIVE THE RESULT TO A TABLE ?
    I need some example files , can anybody please help me ?
    Solved!
    Go to Solution.

    Just be sure to get examples specific to the Jet DBMS. It is rather "idiosyncratic" when dealing with time and date values.
    One question: the timestamp is being saved in a datetime field, right?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to get  data with the raw pattern from resultset ?

    would you tell me how to get data with the raw pattern from resultset ?
    thank you in advance!
    longgger2000

    I tried getBytes() and getObject()
    , but I can not get the right result , for example the
    data in oracle database is 01000000DFFF, when In used
    the method of getBytes() and getObject(), I get the
    result of [B@1c2e8a4, very different , please tell me
    why !
    thank you
    longgger2000
    [B is byte arrayseem that it return an bytes array for you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How much Image Data can the Scenegraph hold?  handling big pictures?

    I have some jpg pictures that are taken with a standard compact camera.
    Pictures are around 2MB in size. I would like to load them full size so I can Zoom into them later.
    I can load about 4 of this pictures (total 8MB data), but not 5 of them.
    Where is the limitation?
    How much Image Data can the Scenegraph hold?
    any tweeks or workaround for big pictures?

    You mean this:
    The default maximum heap size is half of the physical memory up to a physical memory size of 192 megabytes and otherwise one fourth of the physical memory up to a physical memory size of 1 gigabyte.
    For example, if your machine has 128 megabytes of physical memory, then the maximum heap size is 64 megabytes, and greater than or equal to 1 gigabyte of physical memory results in a maximum heap size of 256 megabytes.So Java doesn't want to use a lot of ram by default. My 3 Year PC has allready 4 GB Ram. But well there are laptops with 1 or 2 gb RAM. Even my 5 year old video-pc, only there to watch some movies, has 1.2GB RAM. So Whatever, maybe Oracle will change this in Java7 or 8. As well also Anyway, i can do make the a little bit more effiecient, but if someone want to load a jpg captuared with a 12MegaPixel Camera, you just need some Ram.

Maybe you are looking for

  • Retrieve Element ID and Name

    I want to get element's id and name attributes from a web page by clicking  on the element using VBA. I have a button in excel sheet and I want if a user clicks on that button, after that whenever user clicks(Right Click) on a element in a webpage, s

  • Crashes during save

    Hello Every time I create a new document, either from scratch or using a template, I get the spinning beach ball. This will go on for eternity, so my only choice is to force quit. This program has become useless to me now. Any ideas? Thank you Cooch

  • Can I gift myself credit then gift songs with that credit instead of single card transactions each time ?

    Hi, I would like to gift a whole bunch on individual songs. Would the following approach be possible ? Gift myself and amount and redeem that as credit. Then use that credit to gift songs instead of individual card transactions. Having each gifted so

  • How to recognize fake power supply for iPhone?

    Hello, last year in August I purchased at Amazon a "original" power supply plus USB-Cable for my iPhone 3GS. Now this thing sometimes works and sometimes it doesn´t. I called the vendor but he sees no responsibility for the artivle because it is out

  • My photos stopped transferring to my PC from my Iphone and Ipad

    I went on Itunes and removed my Iphone from the list of devices on Itunes in the Cloud. Now I cant figure out how to add it back. I'm trying to get my photos to transfer to my PC from my Iphone and Ipad, but they suddenly stopped transferring.