FRM-40700: No such trigger: QUERY_FIND

When trying to Query within Assign Approval Groups I get the following error message FRM-40700: No such trigger: QUERY_FIND. Does anyone have an idea as to what is causing this issue?

7b0fa31f-3808-4fb2-a433-06d8eed37aeb wrote:
Hi
The operating System is Linux the version Red Hat Enterprise 5
It use to work in 11i since we have upgraded to R12 we get the error message shown in original post.
Steps in 11i
Select responsbility Purchasing Super User>Approvals>Approval Assignments query window would open automatically.
Steps in R12
Purchaisng Super User>Approvals>Approval Assignments query window does not open, takes you to core form view (Assign Approval Groups) when you then try to query you get the FRM error message.
You never answered any of my questions.
Do you have invalid objects?
Have you tried to generate the form?
Do you have any personalization or customization on this form?
Thanks,
Hussein

Similar Messages

  • Getting error message FRM-40700:No such trigger: SPECIAL20

    Hi,
    We have designed a custom report (Quote) and would like to use Special Menu's(Reports Menu) to open this custom Report. When I try to open this Report using
    REPORTS->Quote, The Report is opening seccuessfully but i am getting following error message at the bottom of screen bar.How can I clear this message ?
    FRM-40700:No such trigger: SPECIAL20
    The code which I wrote in the custom.pll is
    IF (form_name = 'OEXOEORD') THEN
    -- Enable View Order Report -- V1.4 --
    if (event_name = 'WHEN-NEW-FORM-INSTANCE') then
    app_special.instantiate('SPECIAL20', 'View Order Report');
    app_special.enable('SPECIAL20',PROPERTY_OFF);
    else
    if (event_name='WHEN-NEW-BLOCK-INSTANCE') THEN
    if block_name='ORDER' then
    app_special.enable('SPECIAL20',PROPERTY_ON);
    else
    app_special.enable('SPECIAL20',PROPERTY_OFF);
    end if;
    end if;
    end if;
    if (event_name='SPECIAL20' and block_name='ORDER') then
    param_to_pass1 := name_in('ORDER.HEADER_ID');
    select order_number into param_to_pass2 from oe_order_headers_all where header_id=param_to_pass1;
    editor_pkg.report(BSI_Quote(param_to_pass2), 'Y');
    null;
    end if;
    end if;
    Please give me valuable inputs on this issue.
    Thanks,
    HTH

    Hi,
    your package " app_special" does a call to "execute_trigger('SPECIAL20');" ,
    but there is no trigger with this name in your form. ( perhaps an Menu-item exists with this name.)
    Lock for "execute_trigger" in:
    app_special.instantiate('SPECIAL20', 'View Order Report');

  • Help me, why Oracle Application raised error:no such trigger.

    Dear friend,
    I have developed a form program in FORMs 6I, and it works in my ORACLE APPLICATIONS ,but after it is installed in another Server,it popup the error windown, it said : FRM-40700:No such trigger:menu_to_appcore.
    I don't know why, somebody told me ,the oracle application with different vesion will cause this problem, is it true?, if it's true, how can i avoid it if i have to use those triggers.
    Thanks a lot.
    regards,
    willen 2002/06/27

    Willen,
    I suggest you review the Oracle Applications Developer's Guide (http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115devg.pdf). More than likely, your form does not include one or more of the required libraries or other subclassed objects required for an Applications Form. I highly recommend you base any Custom Form on the provided TEMPLATE.fmb that comes with Apps. This will ensure you have all the required objects in your form and the library paths are neutral (no hard-coded file paths to the library - which could be the cause of your error).
    somebody told me ,the oracle application with different vesion will cause this problem,As to this statement, you need to contact your DBA or Apps Server admin to find out which version of Oracle Forms is installed on the Apps Server. Your development environment must match. For example, Forms 6i patchset 18 installed on the Apps Server, you should have Forms 6i patchset 18 installed on your workstation. It will work if your workstation has a lower version than the Apps Server, but you're asking for trouble if you have a newer version installed on your workstation.
    Hope this helps.
    Craig...
    P.S. The E-Bus Suite forum is the more appropriate forum for an Applications question. This forum is for non-EBS Forms development. :-)

  • How to solve FRM-47023 No Such parameter named P_NAME exists in form

    Hello all,
    When i passing parameters from xxxx to yyyy i got the error message "FRM-47023 No Such parameter named P_NAME exists in form yyyy "..How can i solve this..
    In form xxxx I have one button named "view"..I write the following code in "when-button-pressed trigger" of view button..
    <code>
    DECLARE
    name varchar2(30);
    pl PARAMLIST:=GET_PARAMETER_LIST('PARAM');
    BEGIN
         select employee_first_name into name from employee where employee_id=2010101;
    -- Delete list if existing
    IF NOT ID_NULL(pl) THEN
    DESTROY_PARAMETER_LIST(pl);
    END IF;
    -- Create new
    pl:=CREATE_PARAMETER_LIST('PARAM');
    -- Add parameter for Mode
    ADD_PARAMETER(pl, 'P_name', TEXT_PARAMETER, name);
    -- Now call the second form, giving the parameter-list
    CALL_FORM('PARAM2',NO_HIDE,DO_REPLACE,NO_QUERY_ONLY,pl);
    END;
    <\CODE>
    In form yyyy i do the follwing..
    Add parameter named p_name..
    And in form yyyy I write following code in " New form instance trigger"..
    :block3.name:= :parameter.P_name;
    I run the xxxx form and click the View button shows the above error..
    Plese help me
    Edited by: Balraj on Feb 9, 2011 10:37 PM
    Edited by: Balraj on Feb 9, 2011 10:39 PM

    Hi;
    What is your EBS version?
    Similar error solved by note FRM-47023: No such parameter named G_QUERY_FIND exists in form FNDSCSGN [ID 106963.1]
    Please check note which could helps you
    Regard
    Helios

  • LOV with FRM-41042: No such property for SET_ITEM_PROPERTY

    Hi all,
    I have a field (not a database item of the block ) of LOV object and a button next to it to trigger to the LOV list item.
    However, whenever, i click on the button, FRM-41042: No such property for SET_ITEM_PROPERTY will be prompted. Though the list item do appear and the item can be set into the field.
    Here is the procedure called by the when-button-pressed trigger of the button.
    PROCEDURE press_lov_btn IS
    v_lov_name           varchar2(30);
         v_sel                              boolean;
         l_target_item      varchar2(100);
    BEGIN
    l_target_item := NAME_IN ( 'SYSTEM.TRIGGER_BLOCK' ) || '.' ||
    GET_ITEM_PROPERTY ( NAME_IN ( 'SYSTEM.TRIGGER_ITEM' ), PREVIOUSITEM );
    IF l_target_item != NAME_IN ( 'SYSTEM.CURSOR_ITEM' ) THEN
    GO_ITEM ( l_target_item );
         v_lov_name := get_item_property ( l_target_item, lov_name );
    END IF;
         v_sel := show_lov ( v_lov_name );
    if not v_sel then
         raise form_trigger_failure;
    end if;
    END press_lov_btn;
    Any one know the error is due to the setting in the field or that in the button?????
    Thanks a lot.

    Your code to call a lov is a little complicated and errornous (as it depends on the item-ordering). The following code it a little easier (in my eyes). It depends just on naming-conventions, the button-name has to be 'BT_XXX' where XXX is the name of the item the lov is attached to.
    PROCEDURE PR_LOV IS
      vcItem VARCHAR2(61):=REPLACE(NAME_IN ('SYSTEM.TRIGGER_ITEM'), '.BT_', '.');
      itItem  ITEM;
    BEGIN
      itItem:=FIND_ITEM(vcItem);
      IF NOT ID_Null(itItem) THEN
        -- Navigate to the item
        GO_ITEM(vcItem);
        -- Show its lov
        DO_KEY('LIST_VALUES');
      ELSE
        message('invalid item ' || vcItem);
        RAISE FORM_TRIGGER_FAILURE;
      END IF;
    END;Hope this helps.

  • FRM-47023: No such parameter named PAR1 exists in form

    I have a form PARAMETER_PASSING with a command button
    On the button pressed trigger i have the following code
    DECLARE
         parList ParamList;
         parListName VARCHAR2(30):='tempParameterList';
    BEGIN
         parList:=Create_Parameter_List(parListName);
         IF NOT Id_Null(parList) THEN
              Add_Parameter(parList,'par1',TEXT_PARAMETER,'hi');
              --Add_Parameter(parList, 'par2', TEXT_PARAMETER, '20');
         END IF;
         Open_Form('X:\dbforms\PARAMETER_RECEIVING',ACTIVATE,NO_SESSION,parList);
    END;
    Now I have another form PARAMETER_RECEIVING on which WHEN-NEW-FORM-INSTANCE
    i have written the following code
    DECLARE
         parList ParamList:= Get_Parameter_List('parList');
         retValue VARCHAR2(15);
         parameterType NUMBER;
    BEGIN
         parameterType:=TEXT_PARAMETER;
         GET_PARAMETER_ATTR(parList, 'par1',parameterType,retValue);
         :block4.text_item5:=retValue;
         message(retValue);
    END;
    Now when I am running PARAMETER_PASSING form I encounter the following message
    FRM-47023: No such parameter named PAR1 exists in form PARAMETER_RECEIVING.
    I will appreciate any assistance in this regard
    cheers
    Dalbir

    In the form PARAMETER_RECEIVING you must create a parameter "par1" at design time.
    I hope this will help you.

  • In R12.1.3 we get FRM-40735: ON-ERROR trigger raised unhandled exception.

    Hello,
    after we upgrade to R12.1.3 users are getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-01001, can you please help to resolve this issue immediately.

    Can you provide the list of patches you have applied?
    In addition to the log files mentioned above, please confirm that you have no invalid objects in the database.
    Loading the System Administrator Forms Responibility Produces Error FRM-40735,ORA-06508 (Doc ID 271652.1)
    Oracle Application Return The following Error FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508 (Doc ID 797293.1)
    After Migrating To Linux, Users Are Seeing FRM-40735 When Trying To Access Forms. (Doc ID 1282488.1)
    Thanks,
    Hussein

  • FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403

    FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403
    I am getting the above error when i am trying to change the Assignment Category field of
    an employee from Junior Staff to Senior Staff.
    Navigation People> Enter & Maintain> (B)Assignment.
    Kindly assist me to resolve this error.
    Plz note there is a promotion that is suppose to be given to some employees in our company as of
    01-APR-2010 so i had to open the closed payroll periods and do the changes. I managed to change for all
    the 9 employees but 1 employee's assignment is giving me an error as follows :
    FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403
    The error displays after i try to save the changes made to the Assignment Category from Junior Staff to Senior Staff.
    NB: i have also tried to switch off the custom code...but its giving me same error.
    Also the element links have been defined for employment category on the links window.
    please help!!
    Edited by: 594647 on Jul 20, 2010 10:26 PM

    Release 12.1.1.
    OS is Red Hat Ent Ed 4
    i am trying to change the employee assignment category from Junior to Senior. so when i am updating the assignment details on the assignment screen (Navigation is People >Enter & Maintain> Assignment) and trying to save, the system gives error on the status bar of the application as follows:
    FRM-40735 POST- UPDATE trigger raised unhandled exception ORA- 01403
    NB: Error is appearing on the Assignment screen.
    Please help!!
    Edited by: 594647 on Jul 21, 2010 2:48 PM

  • Problem in forms: no such trigger : on-populate-details

    I have a form with a relation between two database-blocks.
    The message no such trigger: on-populate-details occurs often, and is easy to reproduce.
    The error message comes when I commit a value in the master block and at the same time on the detail block. The detail block gives an error message from a database trigger and when I try to change from field in the master block I get no such trigger: on-populate-details.

    Make sure that the relation specific triggers exist all of them, it seems like the ON-POPULATE-DETAILS trigger is missing.
    You can delete and recreate the relation between the blocks, this will automatically recreates all the necessary triggers for you.
    Tony

  • Frm-47023 no such parameter named query_only exist

    Hi Everyone,
    I am creating a simple form, I just put a textbox on the canvas throug layout editor.
    and run the form,it gives the error frm-47023:no such parameter QUERY_ONLY exists in form moudle1.
    I click the ok button of alert box , it gives - frm-47023: no such parameter named QUIET exists in form module1.
    I am facing this type of error recently, it was working very well earlier. I am not creating any parameter in this form.
    Yes if I create a dummy parameter namely query_only, quiet, it works fine.
    Initially I thought there may be virus issue, but I formatted my machine. I still get the same error.
    your help urgently requird.
    thanks in advance.
    thanks/regards
    jitendra
    Message was edited by:
    user510185

    Thanks a lot Herbert for your prompt reply. I am using oracle forms 6i (6.0.8.8.0 Production).In preference - runtime, quiet mode and query only mode is not checked.
    array processing,optimize sql processing,optimize transaction mode processing is checked, other options are unchecked.
    Still I could not figure out what the problem is .
    thanks/rgds
    jitendra

  • FRM-47023: No such parameter named REPORTSSERVER exists in form MY_FORM.

    Hi,
    After upgrade form to Forms [32 Bit] Version 10.1.2.0.2 (Production), I have come cross this following error when I try to run the from my form from developer in Windows through OC4J:
    "FRM-47023: No such parameter named REPORTSSERVER exists in form MY_FORM"
    The form works fine before upgrade. I did Google the message but I have not been able to find the solution for this problem. Some of my application forms work fine but many of the forms have the above error message when I started to run then from form builder.
    Could you help me to resolve this problem? Your help is very much appreciated!
    Michael

    Hi,
    What is the URL you are using for running the form? Check if it contains a parameter REPORTSSERVER (i.e if the url contains something like http://.....?otherparams=REPORTSSERVER=..).
    Or, if you are getting this error while doing a call/open/new_form, then check if the MY_FORM contains the parameter named REPORTSSERVER (by opening it in the forms builder, check the Parameters node). If it does not contain, create a parameter with the name REPORTSSERVER, compile the form and run it.
    -Arun

  • FRM-47023: No such parameter named G_QUERY_FIND

    Hi All:
    I am getting following Error when i am opening my form from apps(11.5.10.2)
    FRM-47023: No such parameter named G_QUERY_FIND exists in form XXEMP
    FRM-40105 : Unable to resolve reference to item PARAMETER.G_QUERY_FIND
    i am using apps11.5.10.2 (linuxOS) and forms 6i
    So any one can help to resolve this issue

    Try asking your question in the Apps forum. This forum is for Forms.

  • FRM-47023: NO SUCH PARAMETER NAMED SESSIONID EXISTS

    Hi all,
    I'm getting FRM-47023: NO SUCH PARAMETER NAMED SESSIONID EXISTS while doing OM Superuser > Enter Orders. This issue is specific when we login to EBS in Dutch and does not appear in English! Language specifi error - FRM-47023: parameter met de naam SESSIONID bestaat niet in formulier OEXOEORD
    I've gone through the below notes and applied the Patch 8937577 as per the note *9355687*: SALES ORDER FORM CREATES FRM-47023 ERROR [ID 1062982.1]. But, that did not resolve the issue.
    I've found another note: Enter Oders-OEXOEORD-FRM-47023: NO SUCH PARAMETER NAMED SESSIONID EXISTS [ID *1078022.1*], which insists on applying AR translation of <<*8310984:R12.ONT.A*>> to sync the form version.
    But, I could not apply this patch(8310984:R12.ONT.A) as my code level is at R12.B. and for that I applied Patch *9544144_R12.ONT.B*. But the issue is not resolved.
    Can someone let me know,
    1. Is this issue specific to any missing configuration setup(Functional)?
    2. Needs additional/alternate Patch?
    3. Is it NLS specific? Do I need to apply any NLS Patch?
    Regards,
    Mahesh

    Hi,
    1. Is this issue specific to any missing configuration setup(Functional)?If the issue with NLS languages only then most probably it is not a setup issue.
    2. Needs additional/alternate Patch?Cannot tell until you go through the doc referenced below -- Have you applied all NLS patches mentioned in your post in addition to the English ones?
    3. Is it NLS specific? Do I need to apply any NLS Patch?Please see (Requesting Translation Synchronization Patches [ID 252422.1]) to find out if you have any missing NLS patches that need to be applied.
    Thanks,
    Hussein

  • FRM-47023 No Such parameter named G_QUERY_FIND exists in form APXINWKB

    Hi,
    I am getting this error "FRM-47023 No Such parameter named G_QUERY_FIND exists in form APXINWKB" when I am opening Invoice Form.
    I tried a fix from Doc # 159023.1 but it didn't worked.
    Any suggestions?
    Regards,
    Neeraj.

    Hi,
    Have you applied any Payables patch recently that delivers a new version of the Invoice Workbench (APINWKB) form ? If yes, please check that you've applied all the post-reqs correctly. The problem you're hitting is most likely a faulty form delivered by some patch - which could potentially require yet another patch to fix the bug.
    Rgds,
    Rakesh

  • Error -- No Such Trigger('when-button-pressed')

    Hi,
    I am getting the error ""No Such Trigger('when-button-pressed')"",
    when I am executing the code EXECUTE_TRIGGER( 'WHEN-BUTTON-PRESSED' );
    on some item(Key-Next-Item), although WHEN-BUTTON-PRESSED trigger exists.
    What could be the problem ?. It worked till yesterday, giving error from today, I havent
    changed any thing.
    Thanks in Advance
    Devender

    Steve's tip is the only good solution for this case.
    The problem in your case for example is:
    Let's say you have a block-trigger, which fires after your execute-trigger.
    Now a colleague of you, which don't know your code, create a WHEN-BUTTON-PRESSED on an item, then the new code is started and not the block-trigger-code.
    So, don't ever do this. Write your code in a package-function or -procedure and call it from the trigger. So you can re-user the functionality
    Gerd

Maybe you are looking for

  • RGP and NRGP

    Hi, Please guide me  how to configure RGP (Returnable Gate Pass) & NRGP (Non Returnable Gate Pass) Material Movement procedure in SAP.

  • 802.1x and eDir Authentication

    We are purchasing the Enterasys 802.1x NetSight policy manager (running on SLES 9 with OES) along with new Matrix N3 and C2 switches. We plan on utilizing 802.1x authentication on both our wired and wireless networks. We currently use NW 6.5 with BM

  • How to swap the position of two objects?

    I have four self made componensts that I imported them into my main mxml file and placed each on four corners. What I want to achieve is to drag each component onto others then swap their position. For example, comp A is dragged over comp B, when thi

  • Grrrrr!  Some iTunes Extras Artwork Missing....AGAIN!

    I had to tackle this issue a couple of weeks back but it's reared its ugly head again. Last time, all iTunes Extras movies artwork vanished.  I ended up having to delete the movies and redownload the films from the 'purchased' section of iTunes.  Hey

  • Dual 2Ghz PowerPC G5 Won't Go to Sleep

    I recently purchased a refurbished Dual 2Ghz PowerMac G5 from Apple which already came installed with Mac OS 10.4. The first thing I did when I booted it was to use the software updater to install the most recent versions of the operating system. Now