Error Message FRM-40105 followed by FRM-41067

Hi guys and happy friday. Have a situation in hand. When I query a record on a Form, I get the message 40105 followed by 41067.
Looked up Error Code 40105 and it says that I am issuing a Go-Item to a non-existent item. I commented out all the Go_Item calls and I still get the message. Anyone encountered this problem before ? Maybe there are other errors showing up before this that could be causing the error 40105.
Also, is it possible to print the message of this non-exisitent item that the form is trying to go to ?
Thanks !

Good morning,
Happy Friday back at'cha.
Ok, take a look at the individual items on your screen. In the NAVIGATION Section, there is a "Previous Navigation Item" and "Next Navigation Item". Perhaps they were set and the item is no longer there.
Don.
You can reward this reply by marking it as either Helpful or Correct :)

Similar Messages

  • Avoid from the error message: "FRM-41816: Attempt to create existing timer"

    Hi,
    I create a timer in "on-insert" trigger in data-block level, like this:
    timer_id := Create_Timer ('saving_inserting_timer' , 1 , NO_REPEAT);
    in the trigger "when-timer-expired" in form level,  I use this timer, like this: 
    timer_id := FIND_TIMER('saving_inserting_timer');
    I know  that I should write:
    DELETE_TIMER('saving_inserting_timer');
    to avoid the error message frm-41816, and I tried to  write this line in a several places in the code (in both triggers).  But I still get this error message.
    Thanks in advanced,
    Elad

    Hi Elad,
    in ON-INSERT trigger write
    timer_id := FIND_TIMER('saving_inserting_timer');
    IF NOT Id_Null(timer_id) THEN
      Delete_Timer(timer_id);
    END IF;
    timer_id := timer_id := Create_Timer ('saving_inserting_timer' , 1 , NO_REPEAT);
    in WHEN-TIMER-EXPIRED trigger wrote the below code
    IF NOT Id_Null(timer_id) THEN
      Delete_Timer(timer_id);
    END IF;
    No two timers can share the same name in the same form instance, regardless of case.
    Hope this will help

  • Error message:FRM-12001: Cannot Create the record group(check your query)

    Requirement: Need to get employee name and number in the LOV in search criteria.
    So I created LOV "full_name" and Record group Query under Employee Name property palette with
    select papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name
    ,papf.employee_number
    from apps.per_all_people_f papf, apps.per_person_types ppt
    where sysdate between papf.effective_start_date and papf.effective_end_date AND papf.person_type_id=ppt.person_type_id AND ppt.system_person_type IN ('EMP', 'OTHER', 'CWK','EMP_APL')
    AND PPT.default_flag='Y' and papf.BUSINESS_GROUP_ID=1
    order by papf.full_name
    I was unable to save and getting error message "FRM-12001: Cannot Create the record group(check your query)".
    I cant use PER_ALL_PEOPLE_F.FULL_NAME since full name here is last_name||title||middle_names||firstname.
    But my requiremnet is papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name .
    Can any one of you help me.

    First, Magoo wrote:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">create or replace function emp_full_name ( p_title in varchar2,
    p_last_name in varchar2,
    p_first_name in varchar2,
    p_mid_names in varchar2 ) return varchar2 is
    begin
    for l_rec in ( select decode ( p_title, null, null, p_title || ' ' ) ||
    p_last_name || ', ' || p_first_name ||
    decode ( p_mid_names, null, null, ' ' || p_mid_names ) full_name
    from dual ) loop
    return ( l_rec.full_name );
    end loop;
    end;</font></pre>
    Magoo, you don't ever need to use Select from Dual. And the loop is completely unnecessary, since Dual always returns only one record. This would be much simpler:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">create or replace function emp_full_name
    ( p_title in varchar2,
    p_last_name in varchar2,
    p_first_name in varchar2,
    p_mid_names in varchar2 ) return varchar2 is
    begin
    Return ( Ltrim( Rtrim ( p_title
    ||' ' ||p_last_name
    ||', '||p_first_name
    ||' ' ||p_middle_names )));
    end;</font></pre>
    And second:
    user606106, you did not mention how you got your record group working. However, you DO have an issue with spaces. If you change this:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">select papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name
    ,papf.employee_number </font></pre>
    to this:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">select Ltrim(Rtrim(papf.title||' '||papf.last_name||', '
    ||papf.first_name||' '||papf.middle_names)) AS emp_full_name,
    papf.employee_number</font></pre>
    it should work. The Ltrim(Rtrim()) removes leading and trailing spaces from the resulting full name.

  • Error message FRM-91113

    Hi all,
    When i try to run forms runtime on windows 8 it's giving me error message FRM-91113:Internal Error Cannot get default resource file name.
    Can anybody help me
    Thank in advance

    Hi Sarah,
    I used Form(32 bit) 6.0.8.25.2
    My problem when runtime on windows 7, and when call any report, the report give me print blank paper (White) , or some time give me rubbish data,
    or change place data..
    and when i run forms runtime on windows 8 it's giving me error message FRM-91113:Internal Error Cannot get default resource file name.

  • TS5376 I just attempted to update my apple iTunes to 11.1.4 which resulted in the msvcr80.dll error message. I followed all of the instructions above and now I can't get past the Service 'Apple Mobile Divice failed to start. Help!!!

    I just attempted to update my apple iTunes to 11.1.4 which resulted in the msvcr80.dll error message. I followed all of the instructions to move the .dll's to the desktop, I removed iTunes via the control panel, and now I can't get past the Service 'Apple Mobile Divice failed to start. Verify that you have sufficent privilidges to start systems services. I now have no iTunes on my laptop, can't reinstall iTunes, and I am pulling my hair out because I can not figure out how to send an e-mail to Apple because I bought my iPad just over a year ago. PLEASE HELP!!!
    V/r "TRACER"
    CDR Harold W. "TRACER" Valentine, SC, USN

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • My Time machine won't back up.  Recently updated to OS x 10.7.5.  Error message is as follows:  "The backup disk image "/Volumes/Time Machine Backup/Scott's MacBook Pro.sparsebundle" is already in use."  What is wrong and how do I fix it?  Thanks.

    My Time machine won't back up.  Recently updated to OS x 10.7.5.  Error message is as follows:  "The backup disk image “/Volumes/Time Machine Backup/Scott’s MacBook Pro.sparsebundle” is already in use."  What is wrong and how do I fix it?  Thanks.

    Have you tried restarting the computer? Also, see Time Machine Error from this pages sidebar under More Like This.

  • I want to reinstall our Adobe Acrobat XI Pro because we have begun to get error messages. I followed the initial instructions but when I logged in I couldn't find "My Orders" page which is required to locate my order and install.  Any ideas?

    I want to reinstall our Adobe Acrobat XI Pro because we have begun to get error messages. I followed the initial instructions but when I logged in I couldn't find "My Orders" page which is required to locate my order and install.  Any ideas?

    Barbara,
    If you are looking for your  serial number, sign in to your Adobe account. On the Manage Accounts page that appears, all of your registered products and their serial numbers are listed in the Plans & Products section. For more information on locating serial numbers,please see Find a serial number
    Here is the link to download and install the software:
    Acrobat XI, X
    Pattie

  • HT3275 What if my error message is the following:  The backup disk image "/Volumes/********'s Time Capsul/****'s MacBook Pro.sparsebundle" is already in use. (I have redacted the name of the computer with asterixes)

    What if my error message is the following:  The backup disk image “/Volumes/********'s Time Capsul/****’s MacBook Pro.sparsebundle” is already in use. (I have redacted the name of the computer with asterixes)

    This is a complex procedure.  
    Pull the power cord from the back of the Time Capsule
    Wait a minute or two
    Plug the power cord back in to the back of the Time Capsule
    This will fix the issue 98% of the time. If you are in the unlucky 2% category, more help is here from Pondini, the Time Machine guru:
    The Backup disk image ... sparsebundle ... is already in use.

  • TS3694 Upgrading my iPad2 to iOS6 seems to have worked but now have a 3014 error message, have tried following the support advice but seem to be going round in circles.

    Upgrading my iPad2 to iOS6 seems to have worked but now have a 3014 error message, have tried following the support advice but seem to be going round in circles and can't see what is wrong.
    iPod linked to my MacBook which is upto date and running Mountain Lion
    Noted that my wi-fi here is very slow, could that be an issue?

    From 3rd link below.
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
        1.    Install the latest version of iTunes.
        2.    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
        3.    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
        4.    Try to restore from another known-good computer and network.
        5.    If the errors persist on another computer, the device may need service.
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • Im really confused. My ipod was giving the 13019 error message. I followed the steps, and it stopped giving me the error code but my music wont appear on my ipod. Any suggestions?

    Im really confused. My ipod was giving the 13019 error message. I followed the steps, and it stopped giving me the error code but my music wont appear on my ipod. Any suggestions? Please help

    Are you saying that the "Music" app is not present on your iPod Touch? Perhaps there is an issue with the restrictions on the iPod? If you're absolutely sure that the Music app is not present I would consider creating a backup of your iPod after syncing it with iTunes. I would then consider restoring it if this is the case.

  • 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');

  • Error message:frm-10222

    I tried to open a forms file I got an error message the following: what should i do?
    frm-10222 menu c:\myhome\forms\main_menu.
    mmx was created by an old version
    forms' directory is stored in Linux Box Red hat.
    Thanks alot in Advance

    after get new mmx files, compile the file.
    I can not see error message. but I can not see layout on the window or canvas.
    The bottom bar written:applet oracle.forms. engine. main started.
    What am i going to do?

  • ERROR MESSAGE: FRM-47023

    I am working on a customized Sales order form. The customization was done in version 11.5.9.2 and the form was working well. Now, the oracle apps has been upgraded to version 11.5.10.2.
    In the upgraded version, when I try to open the customized sales order form, I get the error message "FRM47023-47023: No such parameter named OPM_RMA_LOT_RESTRICT exists in form XXOMIVSEMSU.
    Can anyone suggest me the cause of the error.
    Thanks.

    I think you need to define the parameter OPM_RMA_LOT_RESTRICT in form XXOMIVSEMSU. How this form is called...from menu or from other form? When the form is called there are any parameter passed?

  • Hewlett Packard Ink Jet Printer Model C6180==Error Message "Replace the following empty.."

    I have replaced two magenta ink cartridges but still get message: "replace the following empty ink cartridge(s) to resume printing"

    This ink cartridge error message document may offer some help here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00720996&tmp_task=solveCategory&cc=us&dlc=en&lc...
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • I have been trying to get a photo album from apple and i keep getting an error message.  I follow all of the suggestions and have done it 4 times. Any suggestions?

    I keep getting an error message 3-4 days after I upload the book.  I close all applications, save as a pdf and and buy the book.  Still no product.  Is this a common occurence or just me?

    How did you save teh PDF? from this preview link -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

Maybe you are looking for

  • Error in File 2 Idoc

    Getting following error while doing Simple File to Idoc scnerio Leaf node with min occurence>0 and with out mapping. please Help

  • Problem with php code. Please help!

    Hello! I'm using the following syntax to bring content into my websites' layout template: Code: <?php //check in the root folder first if(file_exists('./' . $pagename . '.php')) include './' . $pagename . '.php'; //if it wasn't found in the root fold

  • Sending email from PL/SQL in oracle

    This is the sample code DECLARE l_mailhost VARCHAR2(64) := 'mail.mycompany.com'; l_from VARCHAR2(64) := '[email protected]'; l_to VARCHAR2(64) := '[email protected]'; l_mail_conn UTL_SMTP.connection; BEGIN l_mail_conn := UTL_SMTP.open_connection(l_ma

  • ANN: Pop up menu tutorial

    Want to learn how to then from scratch? Flex your CSS muscles with this fine tutorial http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks** http://www.projectseven.com Firewor

  • How to create a label after hitting a button

    l = new JLabel(); l.setSize(22, 22); l.setBackground(Color.blue); jContentPane.add(l, null); i tried this code in actionPerformed but nothing happens could anyone help me plz