Error 103 Oracle Form Module

My this SQL is running in Sql/Plus
UPDATE afwkmatissue a
SET dsfm = nvl(dsfm,0)
+ NVL (
( SELECT SUM (jvamount)
FROM afjvdtl b
WHERE jvnumber IN (SELECT jvnumber
FROM afjvhdr
WHERE jvtype = 'AD'
AND section IN ('130', '165')
AND accyearmonth = :ym)
AND dbcrflag = '1'
AND a.shopcode = b.spu
AND a.yearmonth = :ym),
0
) WHERE a.yearmonth = :ym;
But not in Oracle Form Module and gives error 103, Encountered with the symbol SELECT when expecting one of the following [+/- mode not null others <an identifier>
Edited by: user614106 on 12-Jul-2012 04:17

This is the forum for the SQL Developer tool. You should ask this question in the Forms forum

Similar Messages

  • JRE.exe error in Oracle Forms 6i

    Anyone who encountered this error before and managed to solved the problem please assist me.
    I'm using Oracle Forms 6i Release XP taken from OTN download page installed in a Pentium 4 computer with Windows XP as an OS.
    Thank you

    Raymond,
    not sure if anybody has tested the Forms6i base release on XP, certification came with patch 13. maybe thats the origin of your problem.
    Frank

  • ORA-12560: TNS:protocol adapter error in Oracle Forms...

    Hi, I installed Oracle developer suite to use for Oracle forms but am getting "ORA-12560: TNS:protocol adapter error" when trying to run a form. The database is running locally on my PC.
    I've run the command line to see if hostname matches up with the "HOST= " in the ".../network/admin/listener.ora " file match, they do. What can I try next? I did have Oracle 10gXE installed, which I have now removed. I'm including my tnsnames and listener file content:
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    Thanks in advance for any help!

    Of course you found another one. Each .and every Oracle database client home (such as developer, app server) has one.
    Don't just change the port - the tnsnames.ora in the dev home does not point to a database service. It only points to an extproc [external procedure called by a database]. You need to put a database service entry into that file similar to the one in the database home. (Easiest solution - copy the tnsnames.ora from db home ... after you've made a backup)
    And please don't tell me you are using Developer 6i - a simple Google search would verify that the networking is incompatible.

  • Facing error message oracle.forms.webutil.ole.OleFunctions bean not found.

    hi all,
    I have a 6i form which generate data into excel, I have migrated with in 10g, configure Webutil, attach webutil in form, create object group by webutil.olb, replace all ole2 with Client_ole2.
    there is no problem in compile time but when I run that form and Click on Generate button then it show below message.
    oracle.forms.webutil.ole.OleFunctions bean not found.
    CLIENT_OLE2.create_obj will not work
    please help

    Hi BaiG,
    thanks for your reply, I have done Step 7 successfully and start step 8.
    I was following your step no. 8 (below Step)
    8. Sign Webutil JAR files by running these following commands Make sure Form Builder is Closed
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\frmwebutil.jar"
    "C:\DevSuiteHome_1\forms\webutil>sign_webutil.bat c:\DevSuiteHome_1\forms\java\jacob.jar"
    But when I do that step on my Dos Prompt then it show below message and run.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\frmwebutil.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\frmwebutil.jar as d:\devsuitehome_1\forms\java\frmwebutil.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\frmwebutil.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome\forms\java\jacob.jar
    The given jar file d:\devsuitehome\forms\java\jacob.jar does not exist.
    D:\DevSuiteHome_1\forms\webutil>sign_webutil.bat d:\devsuitehome_1\forms\java\jacob.jar
    Generating a self signing certificate for key=webutil2...
    keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists
    There were warnings or errors while generating a self signing certificate. Please review them.
    Backing up d:\devsuitehome_1\forms\java\jacob.jar as d:\devsuitehome_1\forms\java\jacob.jar.old...
    1 file(s) copied.
    Signing d:\devsuitehome_1\forms\java\jacob.jar using key=webutil2...
    'jarsigner' is not recognized as an internal or external command,
    operable program or batch file.
    There were warnings or errors while signing the jar. Please review them.
    Can you please tell me, how can I solve that problem.

  • Error Running Oracle forms

    I have Oracle 8i with developer 6i installed on a win-xp professional(sp1) system.
    when i try to run my developed application thru an icon from the desktop it creates a file by name
    ifrun60_dump_47244 (the no changes every time i try to do) and this file has the following error
    Error:Abnormal termination ,Error code :c0000005 ACCESS_VIOLATION
    Any idea what the problem could be???

    I am using Forms version 6.0.8.8.0.
    This particular form worked fine before and now i find that no form works and same error which ever form i try to run.
    where do i download the pacthes for developer 6i on
    win-xp

  • Error installing oracle forms 11g in window 7

    hi am having this error when installing oracle forms in windows Starting Oracle Universal Installer...
    Checking swap space: 0 MB available, 500 MB required. Failed <<<<
    Checking monitor: must be configured to display at least 256 colors Higher than
    256 . Actual 4294967296 Passed
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    ok i go my computer>system properties and change my performance to 2046

  • Error opening Oracle Form 5.0

    Hi,
    When I open one of the FMB file, I got the following error and then not able to open the FMB form up.
    1. FRM-91010: Module_Access parameter must be FILE or DATABASE
    2. usage: f50des32 module=<name> userid=<userid/password>[parameter]
    3. optional parameter are (default values given)
    4. Module_Type=FORM module type(FORM, MENU, LIBRARY)
    May I know how to resolve this problem?
    Thanks,
    Peggy

    I've never seen this error, but the message seems to indicate that the module or form f50des32 has some database logon parameter that is invalid:
    userid=<userid/password>[parameter]
    Try opening the form using Form Builder 5, and look for a database logon.

  • Error rebulding Oracle Forms/Reports

    Hi ppl,
    I'm trying to rebuild oracle forms and reports but when i try the command make -f ins_forms.mk sharedlib install the output is this...
    make -f ins_forms.mk sharedlib install
    for libs in libfrmjsl.so.0 libd2f.so.0 libia.so.0 libic.so.0 libicg.so.0 libid1.so.0 libid2.so.0 libidd.so.0 libidg.so.0 libidl.so.0 libie.so.0 libifc.so.0 libifg.so.0 libig.so.0 libigo.so.0 libihm.so.0 libiic.so.0 libilfrm.so.0 libimc.so.0 libimg.so.0 libioc.so.0 libiod.so.0 libipc.so.0 libipg.so.0 libiplsn.so.0 libiplsd.so.0 libirm.so.0 libit.so.0 libitg.so.0 libiwc.so.0 libiwg.so.0 libsosd.so.0 libibfrmw.so.0 libicw.so.0 libifcw.so.0 libijc.so.0 libijcw.so.0 libiffw.so.0 libiicw.so.0 libiifw.so.0 libiiiw.so.0 libimfw.so.0 libipfw.so.0 libiqw.so.0 libitw.so.0 libiwcw.so.0 libiwfw.so.0 libixw.so.0 libsosdw.so.0; do \
                    rm -f /QUA/apps/tech_st/10.1.2/lib//$libs ; \
                    /QUA/apps/tech_st/10.1.2/bin/genshlib /QUA/apps/tech_st/10.1.2/lib//$libs ; \
            done
    rm -f frmbld
    gcc -m32 -o frmbld -L/QUA/apps/tech_st/10.1.2/forms/lib/ -L/QUA/apps/tech_st/10.1.2/lib/ -L/QUA/apps/tech_st/10.1.2/lib//stubs  -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads \
            /QUA/apps/tech_st/10.1.2/lib/s0nnmain.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/sslidtab.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/ui10.o /QUA/apps/tech_st/10.1.2/forms/lib/uiicxd.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/ifzxtb.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/sixn.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/sixp.o \
            /QUA/apps/tech_st/10.1.2/forms/lib/iwvgbm.o \
            /QUA/apps/tech_st/10.1.2/lib/libie.a -lilfrm /QUA/apps/tech_st/10.1.2/lib/libie.a -lig -lifg -lig -limg -liwg -lidd -lidl -lidg -lid2 -lidg -lid1 -ligo -litg -lihm -limg -lipg -licg -lipc -limc -lifc -lijc -liwc -liplsd -liod -lioc -lic /QUA/apps/tech_st/10.1.2/lib/libsosd.a -liic -lit -lic /QUA/apps/tech_st/10.1.2/lib/libsosd.a -lipc  \
            /QUA/apps/tech_st/10.1.2/forms/lib/istuic.o \
            -lrws \
            -lnn -lobx -lzrc  -lvgs -lde -lucol  -lca  -luicc -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi  -lmmia -lmmft -lmmcm  -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -ldfc -luat  -lutc -lutj -lutl -lutsl -lpls10  -lplp10 -lplc10 -lpls10  -lplp10 -lslax10 -lsql10 -lpthread -lclntsh  `cat /QUA/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /QUA/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /QUA/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /QUA/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /QUA/apps/tech_st/10.1.2/lib/sysliblist` -Wl,-rpath,/QUA/apps/tech_st/10.1.2/lib,-rpath,/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386:/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386/xawt:/lib:/usr/lib  -lm    `cat /QUA/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lpthread -lm   -L/QUA/apps/tech_st/10.1.2/lib -L/QUA/apps/tech_st/10.1.2/lib/stubs/ -lsnls10 -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/QUA/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads -ljvm  -Wl,-rpath,/usr/X11R6/lib  -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext
    /usr/lib/gcc/x86_64-redhat-linux/3.4.6/libgcc_s_32.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [frmbld] Error 1
    I searched in other posts but the solution given by other users it didn't help...
    I, inclusive, tried to apply the rpm xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm but nothing happens

    979965 wrote:
    Hi Hussein,
    My OS is CentOS release 6.4 (Final).
    This is not a supported OS so don't expect everything to work as advertised.
    The list of supported OS can be found in the following docs.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    R12.1.1 : Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 (Doc ID 761564.1)
    Thanks,
    Hussein

  • Handle Oracle Error from Oracle Forms

    Actually I have a form with all types of validation and Id will be auto-generated by forms.
    Now if any oracle error occures after pre-insert, auto-generated number will generate but record is not saving.
    I want to handle this oracle error in my form and nullify the auto-generated ID forcefully.
    Edited by: Sudipto Nag on Sep 16, 2008 12:07 PM

    The way we handle database error generally is this:
    You should in any case have a NOT NULL constraint on the database column. In the ON-ERROR trigger, we then check for the dbms_error_code value to see, what error message the database returned, after checking for Forms returning the general trigger exception 40735. For example, to trap a NOT NULL constraint voilation, you would do something like this.
    if error_code= 40735 then --Forms error code = "Trigger raised unhandled exception".         
      if dbms_error_code in (-1400, -1407) then --mandatory not null column missing     
        --do something, like alerting the user
      elsif dbms_error_code in (&lt;other DBMS error codes goes here&gt;) then
        --do something else
      end if;
    end if;I believe this is what you are looking for. Hope it helps.
    Regards,
    Jacob

  • Bad bind variable error in oracle forms 10g

    i have a created a table in oracle database 10g
    create table myimage(image_id number, image_name BLOB);
    i want insert an image and retrieve an image through programing(don't want block level) in oracle forms 10g
    without using java beans(and finely working in both windows XP2 and Solaries)
    how can i do this please can anybody give me the source code to do this because i am new in oracle forms.
    i need a immediate replay to this answer why because i have urgent requirement on this in my web erp project

    You can use WEBUTIL to do so, but
    without using java beans(and finely working in both windows XP2 and Solaries)WEBUTIL also contains javabean. I don't know why you have this restriction, i'd say you won't succeed without any java-bean.

  • ERROR compiling Oracle Forms 10g

    Hi,
    I am getting the following error while compiling Oracle 10g Forms on HP-UX 11.11:
    ./frmcmp_batch.sh module=/home/sneha/IAS_Upgrade/My_Forms/MY_MENUS.fmb USERID=user1/test123@orcl module_type=FORM OUTPUT_FILE=
    /home/sneha/IAS_Upgrade/OUTPUT/MY_MENUS.fmx compile_all=yes upgrade=yes build=yes
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.5.0 - Production
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-10043: Cannot open file.
    Form not created
    I am using Oracle 9.2.0.5 database and AS 10.1.2.
    The forms were earlier compiled on IAS 9.0.4
    Could someone please guide me as how to resolve this error?
    Thanks in advance,
    Sneha

    The problem was with a few environment variables. Our DBA has changed the convention of f90 and hence the change in environment variables.
    The problem is solved now.
    Thanks a lot for your help.
    -Sneha

  • FRM-41211 Integration Error SSL - Oracle Forms 10g

    Hi all.
    I have FRM-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms in this code:
    =====================================================
    DECLARE
    BEGIN
    repid := find_report_object('MODULE21');
    v_rep := RUN_REPORT_OBJECT(repid);
    -- jobid := substr(v_rep, length('rep60_WS70004')+2, length(v_rep));
    -- web.show_document('/reports/rwservlet/getjobid'||jobid||'?server=rep3945','_blank');
    END;
    =====================================================
    I have error: FRM-41211 SSL integration error .....
    OracleAS 10g server began on Windows XP SP2.
    Do you help me ?
    Very thanks !!

    Do you help me ?
    Thanks.

  • Error in Oracle Form 10g while deploying it on Application server

    hiiiii
    I have a form in 10g in which i am trying to produce data in excel format through ole2..
    the form is working fine when i am running it on form builder....but when i deploy this form on oracle 10g application server,the form is getting run through client pc but the excel sheet is not getting opened & i am getting error like
    ora-305500_
    the code which i wrote to access the excel worksheet is as follows::
    declare
    application OLE2.OBJ_TYPE;
    workbook OLE2.OBJ_TYPE;
    workbooks OLE2.OBJ_TYPE;
    worksheet OLE2.OBJ_TYPE;
    worksheets OLE2.OBJ_TYPE;
    Range OLE2.OBJ_TYPE;
    cell OLE2.OBJ_TYPE;
    font OLE2.OBJ_TYPE;
    args OLE2.List_Type;
    col number;
    Vfy varchar2(7);
    vl number;
    vl1 number;
    NYR NUMBER;
    RowNo Number;
    slno Number;
    ColNo Number;
    cmtamt Number;
    AmtFY number;
    AmtBal number;
    xlPagesetup ole2.obj_type;
    cursor cur_rec is
    SELECT ln_typ,ln_typ_dsc from tla_ln_typ
    order by ln_typ;
    begin
    message('step1');
    application:=OLE2.CREATE_OBJ('Excel.Application');
    message('step2');
    OLE2.SET_PROPERTY(application, 'Visible', 'True');
    message('step3');
    workbooks := OLE2.GET_OBJ_PROPERTY(application, 'Workbooks');
    message('step4');
    workbook := OLE2.INVOKE_OBJ(workbooks,'Add');
    message('step5');
    worksheets := OLE2.GET_OBJ_PROPERTY(workbook, 'Worksheets');
    message('step6');
    worksheet := OLE2.INVOKE_OBJ(worksheets,'Add');
    message('step7');
    PageSetup(Worksheet);
    rowno := 1;
    SetCellText(worksheet,rowno,1,'ln_typ');
    SetCellBold(worksheet,rowno,1);
    SetCellText(worksheet,rowno,2,'dsc');
    SetCellBold(worksheet,rowno,2);
              rowno := rowno + 1;
    colno :=1;
    SetCellWidth(Worksheet,rowno,colno,10);
    SetCellWidth(Worksheet,rowno,colno+1,20);
    for rec in cur_rec loop
                             SetCellText(worksheet,rowno,colno,rec.ln_typ);          
                             SetCellText(worksheet,rowno,colno+1,''''||rec.ln_typ_dsc);
                             rowno:=rowno+1;
    end loop;
    rowno:=rowno+1;
    OLE2.RELEASE_OBJ(worksheet);
    OLE2.RELEASE_OBJ(worksheets);
    OLE2.RELEASE_OBJ(workbook);
    OLE2.RELEASE_OBJ(workbooks);
    OLE2.RELEASE_OBJ(application);
    END;

    You are using OLE2. That means that you are using OLE2 and Excel on the SERVER, not on your PC. You have to use CLIENT_OLE2 via Webutil as Sarah suggested.
    Please go the the Forms documentation about Webutil. It has been discussed soooooo many times.

  • 500 Internal Server Error in Oracle Forms 9i

    Hi,
    I installed IIS for the creation of Virtual Directory to setup Webutil in My Forms 9i ( 9.0.2.9.0).
    Now when trying to run the form,getting error " 500 Internal Server Error ". Its a little urgent.
    Any help will be appreciated.Thanx

    I am using webutil version 1.05, and forms version Version 9.0.2.9.0.
    Is there any way, through which I can check whether i have done all the required setups or not. I have followed the WEBUTIL installation guide instructions.But in vein.
    Thanks

  • ORA-00001 - Unique Constraint error in Oracle forms 6i

    Hi,
    I am using Forms 6i. I have an issue while inserting records into a custom table.  Below is the functionality.
    When I check the check box,  and press the 'APPROVE' button, the record gets inserted into the custom table. But while inserting I am getting 'ora-00001-unique constraint violated error'.
    But the custom table doesn't have any data in it. (So the inserting record should not be a duplicate record).
    Any suggestions would be of great help.
    Thanks
    Deepti

    Is it a sql statement that is performing the insert, or are you using the native data block DML functionality in your form?  Secondly have you identified candidate columns that could be causing your issue?
    If you are using sql statement have you debugged to comfirm that you are not firing the same block of code more that once, and that if it is required to execute multiple times are you incrementing the sequence values that should be unique.
    Regards
    Q

Maybe you are looking for

  • Vendor list attachment

    Hi experts i'd like to know if via ITS Vendor List is possible to manage doc's attachments. Standard way of course. If it is possible, i'd like to know also if the management occurs in the Header of Vendor List or in Position Regards Andrea

  • Paint coming off black iPhone 5

    Hi i have black iphone 5 and been in a case since i bought it in sept 2012 & after reading this forum i checked mine and the paint is all off edges front & rear What Are My Chances Of Getting It Exchanged It Looks like A 5yr old phone ,i have iphone

  • Problem in adding rows in a table

    Hello All , I am having a strange problem in adding table rows here . All things seems to be in place . But when i click the button nothing happens . I have worked on much more complex tables and added rows safely but i cant understand what's happeni

  • Delete Parameter with Oracle Database Lite API Specification

    Hi, Is there any function or way to remove a parameter with a API function? Regards

  • Copy R/3 product catalog

    Hello, Is it possible to copy a R/3 product catalog to CRM ? If yes, how can I perform this copy ? Thanks