How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed.

Hi
I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
could you please tell me how to resolve this error?
10.1.2.0.2 version of AS is installed.
I have written the following code in the push button.
declare
     repid REPORT_OBJECT;
     v_rep VARCHAR2(100);
     List_id ParamList;
begin     
     List_id := GET_PARAMETER_LIST('input_params');
     IF NOT ID_NULL(List_id) THEN
          DESTROY_PARAMETER_LIST(List_id);
     END IF;
     List_id := Create_Parameter_List('input_params');
     Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
     Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
     Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
     repid := FIND_REPORT_OBJECT('rep1');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
     v_rep := RUN_REPORT_OBJECT(repid, List_id);
     Destroy_Parameter_List(List_id);
end;
regards

We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
Cesar Bazan
TIC
29 DE OCTUBRE
QUITO - ECUADOR
www.29deoctubre.fin.ec

Similar Messages

  • How to resolve FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed error

    Hi
    I am getting the FRM-40733:PL/SQL built-in DBMS_ERROR_CODE failed, when I am trying to search a form FORM1.
    It was working fine before I developed another form FORM2. The new form FORM2 contains a push button to create a report.
    Event after deploying the new form FORM2, the FORM1 was working fine. But after few days this error is occuring
    could you please tell me how to resolve this?
    10.1.2.0.2 version of AS is installed.
    I have written the following code in the push button.
    declare
         repid REPORT_OBJECT;
         v_rep VARCHAR2(100);
         List_id ParamList;
    begin     
         List_id := GET_PARAMETER_LIST('input_params');
         IF NOT ID_NULL(List_id) THEN
              DESTROY_PARAMETER_LIST(List_id);
         END IF;
         List_id := Create_Parameter_List('input_params');
         Add_Parameter(List_id, 'column1',TEXT_PARAMETER,value1);
         Add_Parameter(List_id, 'column2',TEXT_PARAMETER,value2);
         Add_Parameter(List_id, 'column3',TEXT_PARAMETER,value3);
         repid := FIND_REPORT_OBJECT('rep1');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'/u/10gAS/reports/report_file.rdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'/u/10gAS/reports/report1.pdf');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'report_server_10g');
         v_rep := RUN_REPORT_OBJECT(repid, List_id);
         Destroy_Parameter_List(List_id);
    end;
    regards

    John,
    Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
    Thanks in advance

  • FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed on Oracle8i

    I have a form using blocks based on stored procedures.
    It works well on Oracle 8.0.5.
    When I tried to use the same form on Oracle8i (8.1.5) I get an error:
    "FRM-40733: PL/SQL built-in DBMS_ERROR_CODE failed."
    after QUERY-PROCEDURE trigger call
    PLSQL_TABLE.POPULATE_BLOCK built-in.
    It makes impossible using my application on Oracle 8i, because I've found no workaround
    Help please!!
    Marco Nicolazzo
    Niva Informatica snc

    John,
    Could you please post what was the bug number and if possible a brief description because I could not not find it in the bug database on the OTN site.
    Thanks in advance

  • Reg : FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed

    Hi Gurus,
    We are getting the following error randomly on users machine.
    "FRM-40733 Pl/Sql Built-In DBMS_ERROR_CODE Failed"
    I serched for this error in google but cant find any solution for this error.
    Can anyone suggest me a solution for this problem.
    Database: 10.2.0.4.0
    Forms : 10g
    Thanks in advance.
    Cheers,
    Jai

    Hi,
    Thanks for your reply.
    Is there any way to find the reason for lossing connection.
    Will it be available in any logs.
    Cheers,
    Jai

  • Frm-40733 pl sql built-in dbms_error_code failed

    Dear ALL
    One developer is getting error message, when trying to save transaction.
    I searched it shows network problem. But still I didn't get the exact solutions and reason of getting this error.
    frm-40733 pl sql built-in dbms_error_code failed
    Thanks.

    We have the same problem, this problem was when the user run a big script process in Oracle 9i and forms 6.
    Cesar Bazan
    TIC
    29 DE OCTUBRE
    QUITO - ECUADOR
    www.29deoctubre.fin.ec

  • FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed

    hi all,
    I am trying to create a record group during run time using CREATE_GROUP. Then I added 2 columns to the record group. After that I added a row. But when I try to assign values to the row I am getting this error "FRM-40733 PL/SQL built-in SET_GROUP_CHAR_CELL failed". what may be the problem. Can anyone explain.
    Thanks & regards
    Vijay

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed  error

    Hello Guys,
    I have a forms 10g application running on Oracle database 10g (Using Oracle application server 10g). Everything has been Ok until we decided to us OS authenticatiion to sign in users into the database. When users sign in and try to perform any operation (like query a form) we get the following error:
    'FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT failed' and the user is disconnected from the application. This does not happen to users who sign in with database authentication.
    Can any one help ?

    Hello,
    Wrong forum. This is the Oracle Forms forum. Ask your question in the database forum.
    Francois

  • FRM-40733:PL/SQL built-in RUN_PRODUCT failed

    Hello All,
    I have created a stand alone form and used the command RUN_PRODUCT to invoke the report .RDF inside.
    This was write behing the button so to invoke the rdf. This is working fine in stand alone.
    After I compiled and put in APPS, I can see the form, but when the button pressed, this error getting.
    Please do let me know.
    Thanks

    Hi;
    I dont have access to check out for the db log file.
    I will try to get the access. Please do let me know, where can I find these log files.Ask your dba, i am sure he can help you, by the way the alert.log files mostly located in $ORACLE_HOME/admin /<SID>hostanme/bdump/alertSID.log
    Forms [32 Bit] Version 6.0.8.11.3 (Production) Is this version of your server or client?
    Please check Note:
    How to Get the Forms,PLL,LDT,Reports,Database Object Versions from the backend [ID 728817.1]
    Hope it helps
    Regard
    Helios

  • 40733: PL/SQL built-in SET_GROUP_CHAR_CELL failed

    Hi,
    I have a form migrated from 6i to 10g.
    In 6i, the form is working fine.
    In 10g when the form is run, I get the following error:
    40733->PL/SQL built-in SET_GROUP_CHAR_CELL failedThanks

    Problems that may cause this:
    You did not add_group_row first.
    You misspelled the record group or column name.
    The data you are trying to insert is too large for the column definition.

  • How to resolve Error: 1418 in sql server while mirroring

    Hi  Support,
    I am trying to mirroring a database in sql server. I created a database and took a backup of it and restored on the another instance(i am using same server but with different instances). But after doing all operations and click on start mirroring, then it
    showing following error.
    The server network address "TCP://indserver.xxxx.local:5022" can not be
    reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418)
    I followed mirroring steps in this "http://www.codeproject.com/Articles/31325/Step-by-Step-SQL-Mirroring-the-ASPState-Database" Here it says, create an user on both principal and mirror server with the same credentials in STEP 3.So please provide
    me solution for above error.

    Hi Pankaj Sharma,
    According to your error message, we need to verify if you backup your database with full recovery model and restore this database to a mirror instance with NORECOVERY option. You need also verify all instances can access every other partner and make sure
    endpoints are running properly, you have granted the SQL Service Account CONNECT permission to the listener on the other machine.
    If after trying this you are still getting a 1418 error, here's a blog post with a couple of other things to check for:
    http://blogs.msdn.com/grahamk/archive/2008/12/08/database-mirroring-error-1418-troubleshooter.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How to resolve ORA-00001 Error in SQL Insert?

    Hi all, I need your appreciated help.
    I make a plsql procedure that is inserting a row according cursor value, I'm having oracle error ORA-00001: unique constraint (constraint_name) violated.
    You may see this message if a duplicate entry exists at a different level: in RDBMS MySQL I have the syntax IGNORE to resolve this duplication error... and in Oracle ?
    Thanks for your time and hints.
    Miguelito

    user6317803 wrote:
    How to resolve ORA-00001 Error in SQL Insert?ORA-00001 means table has unique/primary key/index and you are trying to insert a row with key value that already exists in the table. I'll assume table COUNTRIES has primary key on COUNTRY_ID. Then change SQL to:
    SQL = "INSERT INTO COUNTRIES(COUNTRY_ID,COUNTRY_NAME,REGION_ID) SELECT 'BZ','BLZ',3 FROM DUAL WHERE NOT EXISTS(SELECT 1 FROM COUNTRIES WHERE COUNTRY_ID = 'BZ')"There is a good chance table COUNTRIES also has unique key/index on COUNTRY_NAME. If so use:
    SQL = "INSERT INTO COUNTRIES(COUNTRY_ID,COUNTRY_NAME,REGION_ID) SELECT 'BZ','BLZ',3 FROM DUAL WHERE NOT EXISTS(SELECT 1 FROM COUNTRIES WHERE COUNTRY_ID = 'BZ' OR COUNTRY_NAME = 'BLZ')"SY.

  • How to view SQL Built-In function Codings ?

    Hello All
    I want to view the sql built-in functions codings,any one say how to view this, or any web links contains this
    for ex --- i want to view the round function coding
    Thanks

    user2233 wrote:
    I want to view the sql built-in functions codings,any one say how to view this, or any web links contains this
    for ex --- i want to view the round function codingIf you mean seeing the actual source code for the SQL round() function, then no - not possible. It is part of the copyrighted (and private) Oracle source code.
    If you want to see what functions there are, what the syntax is and arguments are, what the functions do, then refer to the Oracle® Database SQL Language Reference guide.

  • How to resolve PL/SQL lock timer event

    We have EBS 11.5.10.2 on 9.2.0.8 db. the Accrual Reconciliation Rebuild Manager program always stuck on wait event PL/SQL lock timer. I want to know how to resolve the wait event. I use below query to identify wait
    SELECT vs.sid,vs.serial#,vs.inst_id,vs.osuser,vw.event,vw.p1,vw.p2,vw.p3 ,vt.sql_text , vs.program
    FROM gv$session_wait vw, gv$sqltext vt , gv$session vs
    WHERE vw.event = 'PL/SQL lock timer'
    AND vt.address=vs.sql_address
    AND vs.inst_id = vw.inst_id
    AND vs.sid = vw.sid;
    Thanks in Adv.

    Many concurrent managers in eBusiness Suite implement "sleeps" so that they they wake up to check fnd_concurrent_requests every N minutes.
    I would ignore this wait event (but i would check to see that the managers don't have very short sleeps and aren't scanning the requests queue too frequently and/or that there aren't too many manager processes doing such).
    Hemant K Chitale
    http://hemantoracledba.blogspot.com
    BTW: Are you very sure that the waits are in the program "Accrual Reconciliation Rebuild Manager" ? It seems to be a Manager to me.
    Edited by: Hemant K Chitale on Jul 31, 2009 12:08 AM

  • Change SQL of VO, but the attribute don't change, how to resolve?

    Hi all,
    I use Jdev p4045639 with OAF 5.7
    I create a VO for query with sql. later I add some new column for the base table(view), and change the sql of the VO.
    Everything seems ok but the attribute won't be added and the mapping would be mismatch between columns and ViewAttribute.
    How to resolve this?
    At first time I didn't find this mismatch and it would cause SQL statement error when do the executeQuery method in VO. And this exception can't be caught in the VO java code so that I even can't see the complete error stack.
    I used higer version of Jdev and OAF, remember don't have similiar error. Can anyone tell me how to resolve this?
    Thanks.
    Scott

    Hi Scott,
    Please open the VO by double clicking on it in JDeveloper.
    Click on Attributes in left panel.
    Remove all the attributes from right panel.
    Click on the SQL in left panel
    Paste your query, test and then click on attribute mappings. It will work
    Thanks
    Anoop

  • TS3682 I've lost all the built in apps such as settings messages phone. I can't do anything on my phone. Does anyone know how to resolve this ?

    Yesterday I turned my phone off then a couple of hours later when I turned it back on most of the built in icons, including 'settings' and 'messages' had vanished. Now I can't do anything on my phone does anyone know how to resolve this?

    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281

Maybe you are looking for

  • ORA-604 and ORA-4031 during installation of SAP

    Hi, I tried to install Oracle 10.2.0.2 on Windows 2003 with SAP R3E 47X2. However, during the installation on the Database Load phases it pops up a ORA-604 and ORA-4031 error log. It was unable to completed the Database Load phase showed as R3 load j

  • ADOBE PDF form to JMS message posting

    I am using ADOBE PDF interactive Form as client. When I submit the form, Can ADOBE put the message to JMS queue. Is there any APIs to create connection for the Queues. Thanks, Saravanan G

  • Everytime i try to download facebook to my ipod says that i need to login to my web info

    everytime i try to download facebook to my ipod it keep saying that i need to login in my info web then provide additional security information

  • Threat of jnlp app startup failure in future java release

    I am the developer of a java jnlp app and have just upgraded to 1.7.0_45.  Web start is now threatening to block my app from starting in a future release because my jar file is missing the Permissions manifest attribute. It is easy enough to add the

  • Re: Forgotten Security Questions

    Ok, I forgot my security questions, and a week ago, I requested an email so I could reset them, in which I havent received.. 3 days ago I sent an email to support asking the same thing, still no reply.. I understand they may be busy, but as one of th