FRM-40735 ora-06502

Well, I m back with a problem with my tabular presentation. :)

The thing is after compiling everthing works well... .use the search button to search for postions from wiith HP, CC, WJ, WX, SN, SJ, RR, are all works fine but when I try to search using CR positions I get this message FRM-40735-POST-QUERY TRIGGER RAISED UNHANDLED EXCEPTION ORA-06502'


That's what I wrote in the post QUERY terms

Start
* Select stlename in: location *.
* from systab. *
* where stappcode = 'MS' and stoffcode = 'C32' and stcode =: ecost. *
exception
* When no_data_found then: location: ='* '; *
end;


Here I m not assign NULL to any value that is NOT NULL then why this error. ???

Hello
It seems that the records being retrieved by your query in this recording "stlename" is larger and then the character you
specified in the text field you ': location...

Action: Increase the size of character in the item property... it should work.

-Clément

Tags: Oracle Development

Similar Questions

  • FRM-40735 / ORA-06508 when you call procedure of a fastened package

    Hi all
    I have a problem when you call a procedure in one of my attached libraries. the code is:

    When upper (trim (NOT_MSG_NAME)) = "REN_MSG_REQ_REG_PERMENANT" then SERV. CLFRM_PBL_NRQP_F(:Parameter.NOTIFICATION_ID);

    and it gives me FRM-40735 indicating that an ORA-06508 has occurred during the call to the procedure.
    Important and funny thing is when I add the path to the library, it works very well!
    When I join, remove the path, it won't as I said...

    the location of the library is: D:\DevSuiteHome\cgenf61\ADMIN, the path is added in the FORMS_PATH and all others
    libraries attached to the form in the same way are working well!

    I use the Forms 10.1.2.0.2 generator and the platform is windows and I migrated forms 9.0.4.0.19
    anyone with any ideas what may be the problem?

    Hello

    Please check the path again and also to create working directory by modifying formsweb.cfg.

    hope this helps you.

    Sarah

  • Error frm-40735 ora-01403

    I read that it is a mistake of general use for forms, but I couldn't find an answer to my situation. I have a datablock based on views and a command button that has a trigger to select values in the block when one of the fields of blocks corresponds to these records. The following pl/sql code for trigger when-button-pressed the button:

    BEGIN
    SELECT SHOW. ATTRIBUTE1, VIEW. ATTRIBUT2
    IN: DATABLOCK. TEXTFIELD1,: DATABLOCK. TEXTFIELD2
    VIEW
    WHERE: DATABLOCK. TEXTFIELD = VIEW. ATTRIBUT3;
    END;

    When I try to run it in the forms, I get the error ora-01403 frm-40735. I can run a similar code of sqlplus. I would really appreciate the help.

    concerning

    First of all, I would say that you are missing a join in your query between DEPT and LOCATION, so if there are data in the table you should get a TOO_MANY_ROWS exceptions or ORA-01422.

    If you get the ORA-01403 simply means that your query does not return a value.

    Published by: Andreas Weiden 16.01.2009 at 22:43

  • FRM-40735 / ORA-01422

    Hello

    I have the following:
    ---------------------------
    CREATE TABLE INSP_EQUIPMENT_TYPE
    (
      EQUIPMENT_TYPE_D  NUMBER(11)                  NOT NULL,
      EQUIPMENT_TYPE    VARCHAR2(50 BYTE)           NOT NULL,
      PRIORITY_ID       NUMBER(11)                  NOT NULL,
      PARENT_ID         NUMBER(11),
      LICENSE_FLAG      CHAR(1 BYTE)                NOT NULL,
      BEND1             VARCHAR2(30 BYTE),
      BEND2             VARCHAR2(30 BYTE),
      CLASS_ID          NUMBER(11)
    );
    
    
    ALTER TABLE INSP_EQUIPMENT_TYPE ADD (
      CONSTRAINT INSP_EQUIPMENT_TYPE_PK PRIMARY KEY (EQUIPMENT_TYPE_D);
     -------------------------------------------------------------- 
    
    ALTER TABLE INSP_EQUIPMENT_TYPE ADD (
      CONSTRAINT CLASS_ID_FK FOREIGN KEY (CLASS_ID) 
        REFERENCES INSP_CLASS (CLASS_ID));
    -------------------------------------------------------------
    ALTER TABLE INSP_EQUIPMENT_TYPE ADD (
      CONSTRAINT INSP_FK35 FOREIGN KEY (PRIORITY_ID) 
        REFERENCES INSP_EQUIPMENT_PRIORITY (EQUIPMENT_PRIORITY_ID));
    1 insertion of single record, I got the above error.

    Kind regards

    Abdetu...

    What is a table where are stored all the FRM - XYZ? If so, the primary key is perhaps the forms and NLS_LANG Error Message? As if you change nls_lang, the forms error message in that language (the error code is the same)?

    Also I just grab too_many_rows and then isn't that of others; as

    when others then
      null;
    end;
    

    exception handling is... well... I did a lot of bug in fact research such exceptions: D.

    concerning

  • FRM-40735 when-pressed to release raised unhandled exception ora-06502 button?

    I write the following procedure

    PROCEDURE p73_fragment_metar (p_metar in varchar2, varchar2, out p_dy Code_P varchar2, p_hr out varchar2,)
    p_dd number, p_ff series, p_tt number of p_dp number, p_qnh number.
    p_mn out varchar2, p_year out varchar2)
    IS
    -p_metar varchar2 (500);
    str_date_code Varchar2 (500);
    code varchar2 (10);
    DY varchar2 (10);
    HR varchar2 (10);

    str_dd_ff Varchar2 (500);
    JJ varchar2 (10);
    VARCHAR2 (10) FF.;

    str_tt_dp varchar2 (500);
    TT varchar2 (10);
    VARCHAR2 (10) DP;

    qnh_str varchar2 (500);
    QNH varchar2 (10);

    DAT varchar2 (20);
    MNTH varchar2 (20);
    VARCHAR2 (10) years;


    BEGIN
    -p_metar: = 'OJAM 171600Z 32010KT 5000 HZ SCT030 11/05 Q1023 NOSIG';
    str_date_code: = substr (p_metar, 1, length (DelimStr.GetString (p_metar, 1, FALSE, 'Z')) + 2);
    Code: = substr (str_date_code, 1, length (str_date_code)-9);
    Code_P: = code;

    dy: = substr (str_date_code, length-7 (str_date_code), 2);
    p_dy: = dy;

    HR: = substr (str_date_code, length-5 (str_date_code), 4);
    p_hr: = h;


    -- --------------------------------------------------------------------------------------
    -str_dd_ff: = substr (p_metar, 1, length (DelimStr.GetString (p_metar, 1, FALSE, 'KT')) + 0);
    -dd: = substr (str_date_code, length-5 (str_dd_ff), 3);
    DD: = substr (p_metar, 14, 3);
    p_dd: = to_number (dd);

    FF: = substr (p_metar, 17, 2);
    p_ff: = to_number (ff);

    -- --------------------------------------------------------------------------------------
    str_tt_dp: = substr (p_metar, 1, length (DelimStr.GetString (p_metar, 1, FALSE, ' /')) + 3);

    TT: = substr (str_tt_dp, length-5 (str_tt_dp), 3);
    p_tt: = to_number (tt);

    DP: = substr (str_tt_dp, length (str_tt_dp)-1, 3);
    p_dp: = to_number (dp);
    -- -------------------------------------------------------------------------------------
    qnh_str: = substr (p_metar, 1, length (DelimStr.GetString (p_metar, 1, FALSE, 'Q')) + 5);
    QNH: = substr (qnh_str, length (qnh_str)-3, 5);
    p_qnh: = to_number (qnh);

    -- -------------------------------------------------------------------------------------
    Select to_char (sysdate) in DUAL from SWD;
    month: = substr (dat, length (dat)-5, 3);
    p_mn: = mnth;
    years: = '20'. substr (dat, length (dat)-1, 3);
    p_year: = years;
    -- ---------------------------------------------------------------------------------
    / * p05_show_alert_message (code);
    p05_show_alert_message (dy);
    p05_show_alert_message (HR);
    p05_show_alert_message (DD);
    p05_show_alert_message (FF);
    p05_show_alert_message (TT);
    p05_show_alert_message (DP);
    p05_show_alert_message (QNH);
    p05_show_alert_message (MNTH);
    p05_show_alert_message (years); * / This loaded message to be sure and beach t each variable is it has the correct value


    END;


    I try to call hollow a trigger when the button as follows

    Declare
    p_metar varchar2 (500);
    Code_P varchar2 (10);
    p_dy varchar2 (10);
    p_hr varchar2 (10);

    p_dd number (4.4);
    p_ff number (4.4);

    p_tt number (4.4);
    p_dp number (4.4);
    p_qnh number (4.4);

    p_mn varchar2 (20);
    p_year varchar (10);

    Begin
    p_metar: = 'OJAM 171600Z 32010KT 5000 HZ SCT030 11/05 Q1023 NOSIG';

    p73_fragment_metar (p_metar, Code_P, p_dy, p_hr, p_dd, p_ff, p_tt, p_dp, p_qnh, p_mn, p_year);

    END;


    When the p73_fragment_metar PROCEDURE is called, I receive the following error message:
    FRM-40735 when-pressed to release raised unhandled exception ora-06502 button?

    Don't know if this is the reason, but are you sure that it is correct

    p_dd number (4.4);

    This means that you put a number with no figures before the commae and 4 digits after the decimal point, means you can't store something like 1 in it.

  • FRM-40735: ACTIVE WHEN LIST trigger fired unhandled exception ORA-04031

    While accessing certain forms and self service pages in oracle apps R12, FRM exception raised.

    ORA-04031 no data available

    FRM-40735: trigger ACTIVE WHEN LIST raised an unhandled exception

    Kind regards

    Ajay

    FIX: Increase in the share of pool size.

    See you soon,.

    Ajay Boyana

  • FRM-40735: trigger ERROR raised unhandled exception ORA-06508

    I am having this error when executing my form this error before the page load screen I have not een know what trigger causes error

    FRM-40735: trigger ERROR raised unhandled exception ORA-06508'm in oracle 11 g 2 of the form how to find on which trigger causes error

    Hello

    Below is the cause of the error and for more information, see the link below.

    Question: An attempt was made to call a stored program that cannot be found.

    ORA-06508: PL/SQL: not found unit of programs called tips

    Oracle/PLSQL: ORA-06508

  • Error FRM-40735: trigger ON-ERROR raised unhandled exception ORA-01001

    When I want to create a new project the form send this error message:

    FRM-40735: trigger ON-ERROR raised unhandled exception ORA-01001

    I already compile forms, they ran autoconfig and has no

    Forms is: PAXPREPR

    the module is: projects

    EBS version: 11.5.10.2

    DB: 11.2.0.3.0

    Please see:

    PAXPREPR - creating a project gets error FRM-40735: error Trigger & ORA - 01001 (Doc ID 417218.1)

    PAXPREPR - FRM-40735 when you try to copy the project template after you have entered a fast entry (Doc ID 417537.1)

    Thank you

    Hussein

  • FRM-40735: WHEN-VALIDATE-ITEM trigger raised unhandled exception ORA-06508

    Hi all

    Pending Production, we have a problem on invoice AP Workbench, gives an error (FRM-40735 after query Trigger on level Bill) when we recover the existing data of the invoice is entered.

    For this we have compiled the invalid objects and applied the patch according to metalink id [ID 1209736.1]

    After that we came up with new error FRM-40735: WHEN-VALIDATE-ITEM trigger raised unhandled exception ORA-06508.

    Can someone help us

    Thank you
    SAI

    SAI,

    Thanks for the update and share the solution.

    Hussein

  • FRM - 40735:when - button-trigger pressed raised unhandled exception ORA-24247

    Hi all

    I use the 10g release2 form I'm having a problem
    When I use the following stored procedure in form so I get this
    error.
    FRM - 40735:when - button-trigger pressed raised unhandled exception ORA-24247
    but the same code works fine when I use in SQLPLUS.
    CREATE OR REPLACE PROCEDURE mail_attach (dir1 VARCHAR2, filename VARCHAR2)
    AS
      l_output  utl_file.file_type;
      l_file       RAW(32767);
      l_size       NUMBER;
      BLOCK       NUMBER;
      b          BOOLEAN;
      l_start NUMBER := 1;
      TYPE ARRAY IS TABLE OF VARCHAR2(255);
      l_data ARRAY := ARRAY([email protected]');
     BEGIN
      UTL_FILE.FGETATTR(dir1, filename, b, l_size, BLOCK);
      l_output := utl_file.fopen('BACKUP', 'code.txt', 'r' );
      utl_file.get_raw(l_output, l_file, l_size);
      utl_file.fclose( l_output );
      FOR i IN l_start .. l_data.COUNT
      LOOP
        UTL_MAIL.SEND_ATTACH_RAW (
            sender   => 'Mailer',
            recipients => l_data(i),
            subject   => 'Data for ' || TO_CHAR((SYSDATE-1),'DD-MON-YYYY'),
            attachment => l_file,
            message   => 'Dear User, Please find attached the upload
    data for the period mentioned in the subject line.',
            att_inline => FALSE,
            att_filename => filename);
           l_start := l_start + 1;
      END LOOP;
     END;
    and it is used in form release button when pressed.
    BEGIN
      mail_attach('UTL_PATH','code.txt');
      
         message('FIle send successfully');
         message('File send successfully');
    
    END;

    Hello

    Try the following...

    SQL> show user;
    USER is "SYS"
    SQL> GRANT EXECUTE ON DBMS_FGA TO MAIL;
    
    Grant succeeded.
    
    SQL> GRANT CREATE PROCEDURE, DROP ANY PROCEDURE TO MAIL;
    
    Grant succeeded.
    
    SQL> GRANT EXECUTE ON UTL_TCP TO MAIL;
    
    Grant succeeded.
    
    SQL> GRANT EXECUTE ON UTL_SMTP TO MAIL;
    
    Grant succeeded.
    
    SQL> GRANT EXECUTE ON UTL_ENCODE TO MAIL;
    
    Grant succeeded.
    
    SQL> GRANT EXECUTE ON DBMS_NETWORK_ACL_ADMIN TO MAIL;
    
    Grant succeeded
    

    Sarah.

  • FRM - 40735:WHEN - BUTTON-trigger PRESS raised unhandled exception ORA-06503

    Hi all...
    I develop a form on the form 6i like a registration form...

    Suppose emp_name is a text element...

    I need to validate that the point that the number, the null characters and special should not be allowed.

    I created a function to check these postings

    function v_check (p_item_name varchar2)
    return a Boolean value is
    Start

    I'm in 1.length (p_item_name)
    loop
    If substr(p_item_name,i,'1') in ('1','2','3','$','%','@','!','#') then
    Returns false;
    end if;
    end loop;
    end v_check;


    When I click on the save_Record button it commit the form I'm checking the field emp_name with this validation by calling the above function.

    save_Record button, I wrote this WHEN BUTTON PRESSED to code trigger

    declare
    a number;
    Start

    If: iptable.ip_name is null or (not v_check(:iptable.ip_name)) puis)
    set_alert_property ('alert', title, 'validation of name');
    set_alert_property ('alert' ', alert_message_text, ' years spl char null is not allowed ');
    a: = show_alert ('alert');
    go_item ('iptable.ip_name');
    raise form_trigger_failure;
    end if;
    If: system.form_status = 'CHANGED' then

    set_alert_property ('alert', title, 'Save box');
    set_alert_property ("alert", alert_message_text, "Save");
    a: = show_alert ('alert');
    If a = alert_button1 then
    commit_form;
    on the other
    raise form_trigger_failure;
    end if;
    on the other

    set_alert_property ('alert', title, 'Save box');
    set_alert_property ("alert", alert_message_text, "Noting the box save");
    raise form_trigger_failure;

    end if;
    end;


    But I get this
    FRM - 40735:WHEN - BUTTON-trigger PRESS raised unhandled exception ORA-06503

    exception

    How I can fix this error... help me

    Thank you...

    Published by: maddyd2k on November 25, 2010 10:37

    Hello

    Actually your v_check function may return a null value, that is not TRUE nor FALSE.

    Modify your function like this:

    function v_check (p_item_name varchar2)
    return a Boolean value is
    Boolean l_return: = true;
    Start

    I'm in 1.length (p_item_name)
    loop
    If substr(p_item_name,i,'1') in ('1','2','3','$','%','@','!','#') then
    l_return: = false;
    end if;
    end loop;
    Return l_return;
    end v_check;

  • FRM-40735: ON-ERROR trigger fired unhandle exception ORA-06508

    Hello

    I am new to your oracle. Please help me, I got below error while run Client/Server Oracle form generator. Compilation of form completed successfully.

    FRM-40735: ON-ERROR trigger fired unhandle exception ORA-06508

    How to solve this error.

    Thank you
    Concerning
    GSM

    GSM,

    But implementation of Client/Server, Web, or debug is giving below error:

    Could you elaborate on that? Is your application deployed via the Web or Client/Server? Do you use your form in these modes of the Forms Builder? If so, the error is appropriate because you do not have your configuration of the environment Forms Builder correctly for your form can find the resource files it needs when it launches.

    There is no stored procedure executed ORA - 04067:not, 'APP_STANDARD'

    APP_STANDARD is a form of model used by the Oracle Enterprise Business Suite (EBS). The APP_STANDARD.fmb form is the source of objects subclassed in a form of EBS. Based on the error you get, assume that you create a form for use with the EBS. Clearly your deployment environment is not configured to correctly refernce all the resource files for each of the modes EBS. EBS forms typically cannot be run directly from the forms generator. It is best to run and troubleshoot the shape on a development of EBS Instance.

    If you develop forms of EBS, you might want to take some time and consider the following:

    Oracle Applications Documentation library. Select your version of EBS and then do scroll to the section of the standards and review the following documents:


    • The Oracle Applications Developer's Guide
    • Oracle Applications Interface standards user for forms-based products
    • Oracle Application Framework Customization Guide

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • FRM-40735: trigger for INSERTION after raised unhandled exception ORA-25207

    Hello
    I am trying to create custom applications. In that when creating custom responsibility I get the following error
    FRM-40735: trigger for INSERTION after raised unhandled exception ORA-25207

    I know ORA-25207 is related to the activation of the queues, but how do I find out which queue this error is ponting at.

    File alertlog Checked, $APPLCSF / $APPLLOG found nothing.

    Any help is appreciated

    Concerning
    Taher

    PL see if the steps described in MOS Doc 211095.1 (11, 5 - AP: Frm-40735: trigger of sur-Commit not triggered managed Ora - 25207 Exception on APXPAWKB) can help.

    It is an odd error and should not occur when you create custom responsibilities. You have customizations/triggers/customizations enabled on the form of accountability?

    HTH
    Srini

  • FRM - 40735:when - button-trigger pressed raised unhandled exception ORA-01841

    Hi all
    I m this error FRM-40735: when pressed to shutter raised unhandled exception ORA-01841
    and relaxation that I wrote is like that: -.

    DECLARE
    CURSOR I IS SELECT SANCDATE, REFNO, PRINCIPALAMT, SANCAMT, TOTINSTALMENT, RATERECOVERY, AMTRECOVERED, INSTALMENTRECOVERED,.
    STARTYEARMM, ENDYEARMM
    OF PRMALOAN
    WHERE EMPNO =: PRMALOAN. EMPNO
    AND EARNINGDEDUCTION =: PRMALOAN. EARNINGDEDUCTION
    AND PAYCALPERIOD IS SET TO NULL;
    d date: = to_date('200908','yyyymm');
    date of s;
    f date;
    BEGIN
    go_block ('prmaloan2');
    OPEN I;
    LOOP
    I GET: PRMALOAN2. SANCDATE,: PRMALOAN2. REFNO,: PRMALOAN2. PRINCIPALAMT,: PRMALOAN2. SANCAMT,: PRMALOAN2. TOTINSTALMENT,
    : PRMALOAN2. RATERECOVERY,: PRMALOAN2. AMTRECOVERED,: PRMALOAN2. INSTALMENTRECOVERED,: PRMALOAN2. STARTYEARMM,: PRMALOAN2. ENDYEARMM;
    s: = to_date (':prmaloan2.startyearmm ','yyyymm ');
    e: = to_date (':prmaloan2.endyearmm ','yyyymm ');
    If
    e a null value
    then
    : prmaloan2. TEXT_ITEM164: = MONTHS_BETWEEN (d, s);
    exit when I % notfound;
    next_record;
    end if;
    end loop;
    proximity I;
    END;

    Please help me to remove this error

    Hello!

    s:=to_date(':prmaloan2.startyearmm','yyyymm');
    e:=to_date(':prmaloan2.endyearmm','yyyymm');
    

    won't. Replace:

    s:=to_date( :prmaloan2.startyearmm, 'yyyymm' );
    e:=to_date( :prmaloan2.endyearmm, 'yyyymm');
    

    Concerning

  • FRM-40735 when-pressed key raised ORA-01840

    Hello

    10.1.2.0.2 Oracle Forms Developer

    I use Calendar90.pll to get the calendar to a date field. After execution, it throws error
    FRM-40735 when-pressed button triggered trigger unhandled exception ORA-01840.
    Please help me to fix it.

    Thanks a lot for your help.
    Sandy

    Hi again!

    Please change your trigger:

    date_lov.get_date ( nvl ( :search.created_to_date, sysdate ),
                        'search.created_to_date',
                        0,
                        0,
                        'Date List of Values',
                        'OK',
                        'Cancel',
                        TRUE,
                        FALSE,
                        FALSE);
    

    It will work!

    Concerning

Maybe you are looking for

  • Operating system to load BIOS for Satellite Pro A200

    Hello I have a PSAE4E - 03300WEN Satellite Pro A200 with V5.30 BIOS and Windows 7 SP1 32 bit.I improved the T2330 CPU to T8100 and thought to update the BIOS for increased functionality.But in the Toshiba download page, I get the following 3 options:

  • Need to HARD drive manufacturing date and warranty info

    I have a Toshiba hard drive installed in my computer apple laptop by a company and I would like to know the news about it, like the date of manufacture and warranty info, disk hard P/N: MK7559GSXF and S/N: Y177COWMT Any body could help me get this in

  • Mouse hibernate automatically after 5 minutes

    Hello. My problem. If I don't move my mouse for like 5 minutes the mouse Hibernate (turns off). So I had to unplug the computer laptop USB port and plug it back. Then it works. This started happening recently. Have used this mouse about 2 years. Help

  • Global closing screen problem

    Hey,. My app sends a global event to trigger a global screen (pushed with invokeLater). I have 2 problems: the overall form is closed A screen of Dialog.inform More details: When I close the app with my button 'Cancel' or by the method close() disapp

  • Some videos transferred does not work on Windows Media Player (no picture when playing video, audio only)

    Hello! I have this problem, and it's very frustrating. I tried to solve this problem, but it seems that it does not work. When I want to click and open to see a video that was my old HTC SD card that I transferred all the files and videos on my accou