Re: Forms Customization - Query_Find functionality

From: What's in a namespace <xml_at_ns.com>
Date: Wed, 8 Nov 2006 10:04:59 +0100
Message-ID: <45519dc1$0$332$e4fe514c_at_news.xs4all.nl>


<navikp_at_gmail.com> schreef in bericht news:1162925271.396088.290510_at_i42g2000cwa.googlegroups.com...
> Hi ,
>
> I have customized a for in Oracle application and registered the for
> withing application.
>
> Now i want to enable QUERY_FIND functionality for this form.
>
> I am new to form customization. Can some one please help and tell me
> the steps for doing query_find in Forms.
>
> Thanks
> Prashant Pathak
>

I assume you are talking about Oracle Applications here (EBS).

To perform Query Find at startup, at the end of your When-new-form-instance-trigger, add the code: EXECUTE_TRIGGER('QUERY_FIND'); See the Oracle Applications Developer's Guide

To build full query find functionality, see chapter 8 in this guide. 8.2 shows how to achieve this.

If you don't have this guide, you can find it on OTN.oracle.com OR at

http://www.dazsi.net/OracleDocs/CRM/Cross%20Product/Developers%20Guides/Oracle%20Applications%20Developer's%20Guide.pdf

and many other places!

You're welcome!

Shakespeare (What's in a namespace?) Received on Wed Nov 08 2006 - 10:04:59 CET

Original text of this message