What is advatage of oaf over oracle forms

Hi Group,
This is azamtulla oracle apps technical consultant.
Can anybody tell me the diffrence between OAF and oracle Forms?
what is the advantage of OAF over Forms?
how can we explain our client what is advantage of oaf over forms?what benift he get in his business?
Thanks Regards
k azamtulla khan

Go through the initial chapters of OAF dev guide and you will get enough information.
--Shiv                                                                                                                                                                                               

Similar Messages

  • What are Built In's in Oracle forms. Are they like built in trigggers. how

    What are Built In's in Oracle forms. Are they like built in trigggers. how r they different from triggers which r also bulit in.
    thanks

    a trigger is something, which runs, when an event fires.
    a built-in is like a function or procedure, which helps you doing your work.
    e.g.
    go_block ('myBlock'); - navigates to the block
    execute_query - starts a query
    exit_form -ends the form
    you can's compare triggers and built-ins. They are totally different.
    In a trigger you can use built-ins to establish a functionality

  • What is advantages of SAP over ORACLE -APPS?

    what is advantages of SAP over ORACLE -APPS?

    Hi,
    The following links will be useful.
    /people/sap.user72/blog/2006/02/28/face-off-sap-vs-oracle
    /people/curt.monash/blog/2006/08/03/the-key-difference-between-sap-and-oracle
    http://searchcrm.techtarget.com/generic/0,295582,sid11_gci1169992,00.html
    http://www.forrester.com/Research/Document/Excerpt/0,7211,38974,00.html
    Regards
    Vadi

  • What is the latest version of oracle forms?

    I need to migrate oracle forms from 6i version to the latest version. What is the latest verison for forms?.
    Also when we say oracle 11i forms does that mean we compile 6i/9i forms with 11i database?

    Hi,
    Right now i am working on oracle 6i developer.
    The oracle backend database has been upgraded to 10G 10.2.0.3, now we want to upgrade the oracle developer (forms and reports) as well.
    Which version is suitable with the mentioned oracle backend version.
    Is the current verion of forms 10gR2 (10.1.2) compatible and suitable?
    Anyhelp would be appreciated
    Thanks

  • Can any Oracle Forms developer show what a master-details form is?

    I created a master-detail form in APEX. However, the MD form really made me laugh because I needed to SAVE the master record and the detail tabular form separately. There was one SAVE button associated with the master record and one SAVE button associated with the detail tabular form. A master-detail form should let the user to SAVE the master record and the detail tabular form together - one SAVE button saves everything. This is what we can easily do in Oracle Forms - one master and several details (tabbed). I am just frustrated with all the current thin-client technologies including JDeveloper. I cannot simply tell the users that they need to nagviate between pages many times to finish data entry. It doesn't make sense to have the user requirements to fit the current "limited" technologies.

    Not quite Forms functionality but master detail is shown in the Southwind demo on htmldb.oracle.com studio link.
    The details need the master id, and hence the save is done prior creating details.
    Forms of course relied on top down processing such that the header would be inserted before the details would be.
    I know its not exactly what your looking for but it might be the best you can get..
    Daryl...
    ah those are the days of forms 2.3 and what were they called exit triggers ..

  • Oracle Forms New Features - Your input.  Supporting data types

    I am interested to know IF we were to support any new database types in Oracle Forms 11g, which types would you like supported and why. I'd also like to know if you are currently working around the absence of a database type.
    Please note, this is not any kind of commitment to support new data types in Oracle Forms applications but we are interested to know if there is demand and if so, for what types.
    Thanks
    Grant Ronald
    Oracle Forms Product Management
    p.s lets keep the thread focused on the topic so please don't post technical questions or comments about different new features - if you want to, start a new thread - thanks

    Hi Grant,
    support for the "new" - well they exists since 9iR1 ... 2001 - data types TIMESTAMP, TIMESTAMP WITH TIME ZONE, TIMESTAMP WITH LOCAL TIME ZONE, INTERVAL YEAR TO MONTH and INTERVAL DAY TO SECOND would be very helpful.
    Currently it's not possible to use the Data Block Wizard to create a data block for table/view that contains one of these columns.
    (In Forms Builder 10.1.2.3 it fails with a strange error message ... iewbdbc_oracle_to_id ... C:\forms\101220\src\ie\iewbdb.c:724 ...)
    So, one has to create the data block and the items manually. The items have to be CHARS.
    Then forms is able to fetch and display these columns. The user can edit them as normal.
    A WHEN-VALIDATE-ITEM trigger can be used to make sure that the implicit conversion from CHAR to the "new" datatype works.
    For example, an INTERVAL YEAR TO MONTH column (b):
    declare
      l_invalid_interval exception;
      pragma exception_init(l_invalid_interval, -1867);
      l_invalid_month exception;
      pragma exception_init(l_invalid_month, -1843);
      l_dummy interval year(9) to month;
    begin
      l_dummy := to_yminterval(:block2.b);
    exception
      when l_invalid_interval
      then
        message('invalid interval');
        raise form_trigger_failure;
      when l_invalid_month
      then
        message('invalid month');
        raise form_trigger_failure;
      when others
      then
        message(error_text);
        raise form_trigger_failure;
    end;This nasty trick works for most of the "new" datatypes except with TIMESTAMP WITH TIME ZONE.
    In Forms 10.1.2.3 the following WHEN-VALIDATE-ITEM trigger can (incorrectly!) fail:
    declare
      l_dummy timestamp with time zone;
    begin
      l_dummy := to_timestamp_tz(:block2.a);     
    end;It fails with "ORA-01804: failure to initialize timezone information", if the time zone is not like "-11:00", but like "EUROPE/PARIS". Don't know why...
    If we recode our trigger to make a round-trip to the database, it works:
    declare
      l_dummy timestamp with time zone;
    begin
      select to_timestamp_tz(:block2.a)
      into   l_dummy
      from dual;     
    end;We could avoid these tricks, if Forms (and Reports) would support these type natively.
    Thanks, Michael
    PS: The TIMESTAMP and INTERVAL data types should of course be supported as items, parameters, globals and record groups columns.
    Edited by: michael76 on 25.10.2010 01:14

  • How compatible is Oracle forms with OCX / ActiveX components

    How compatible is Oracle forms 6.0 with OCX / ActiveX components?
    IFve got to very nice activeX controls (ctSchedule and ctMday)
    from DBI-TECH(www.dbi-tech.com) but they donFt work properly
    within Forms. They work great within VBA (word).
    Sometimes they donFt display things well or donFt react to the
    mouse in the properly manner.
    What can be wrong os is Oracle forms not 100% activeX compatible.
    Thanks
    Guido Reulen
    [email protected]
    null

    Hi b w,
    I do not know much about Simply Accounting, however, if the Crystal Reports can be integrated with this software, then their tech support would be the best one to answer the issue with limited access to reports.
    Secondly, if you can get an ODBC driver for your Simply Accounting, you might be able to create reports in Crystal reports (Again with no guarantee as Simply Accounting does not fall in the supported platforms for Crystal Reports).
    I would suggest you to contact the tech support of Simply Accounting to know if there is any specific version of Crystal reports that works best with your software.
    It is simple to create highly professional reports with Crystal reports and you can either refer to the help included with the software or can log on to SAP support site and download the Crystal Reports user's guide to get step by step instructions on creating reports.
    Please do let us know if you have any further questions.
    Regards,
    Abhishek Jain.

  • Running oracle forms and reports on the web

    can any one help me out....
    I have oracle 9i database as back end and oracle forms & reports 6i which was running on client server architecture. Now i want to deploy all my forms on web so that it runs on internet explorer . For all these things to happen what all upgradation i need to do.... . Do i need to upgrade my back end database and with what i have to replace my oracle forms 6i. pls tell in detail. I am using windows XP as my operating system and my disk space is 160GB and RAM is 1GB.

    The process of upgrading Forms to the web can be found here: otn.oracle.com/formsupgrade.
    You will also need to confirm the version you are upgrading to supports the database version - if you have support from Oracle you can check this out on metalink.oracle.com (and navigate to certifications).
    Of course, the documentation is also a good place to start - otn.oracle.com/products/forms and navigate to documentation.

  • How to downgrade Oracle Forms and Reports Release 2 ?

    Hi all,
    I would like to ask what is the step to downgrade Oracle Forms and Reports Release 2 to Oracle Forms and Reports Release 1 ?
    Thanks.

    Hi,
    There is no such process of rollback the patchset.
    If you have a backup of the Forms and Reports Release 1 , restore it back.
    Thanks,
    Sharmela
    Note: Please mark the answer as correct or useful if it helped you.

  • Version of oracle forms which uses OCI

    Anyone tell us what is the exact version of oracle forms which uses OCI

    Hello,
    Not sure but I would not be surprised that all versions use OCI connexion.
    Francois

  • Oracle Form Vs OAF JSP Form

    I have some basic questions regarding Oracle Forms and OAF JSP forms. There is a requirement by the client to create custom forms for a functionality not available in Oracle Applications R12. I have to make the decision if Oracle forms or OAF JSP should be used to develop these forms. I have been told that both are supported in R12. I would like to know what is the advantage of doing one over the other? What factors do I need to consider?
    Thanks

    and the appeal is not only about good looking UI, but more on making better user experience, less coding effort, easy maintenance, low cost (on hardware/software), thin clients, and the reason for whole internet revolution based on browser based applications
    Tapash

  • Oracle Forms Developer 11g - OAF - ADF ????

    Hi
    i am a newbie  in these terms and hence don't know much of the difference ....
    I completed OCA developer and now i don't know what to choose next ???
    what i have seen online about next certification path is
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-151&p_org_id=&lang=
    that is Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
    also i saw some hype about ADF and OAF well being newbie i dont know what is the difference or either i can't find each of these in the Certification lists.
    what i assumed is OAF is the same as Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
    but where is the certification of ADF ??? any link 
    also what to choose regardless of what i have in mind.
    Thanks
    Regards
    Hassan Siddique

    Hassan,
    OAF is not forms and it's not ADF either. These are different products targeting different markets.
    OAF (Oracle Application Framework - Wikipedia, the free encyclopedia)
    Oracle Application Framework (OA Framework or OAF) is a proprietary framework developed by Oracle Corporation for application development within the Oracle E-Business Suite (EBS)
    ADF (Oracle Application Development Framework - Wikipedia, the free encyclopedia)
    In computing, Oracle Application Development Framework, usually called Oracle ADF, provides a commercial Java framework for building enterprise applications. It provides visual and declarative approaches to Java EE development. It supports rapid application development based on ready-to-use design patterns, metadata-driven and visual tools.
    Forms (Oracle Forms - Wikipedia, the free encyclopedia)
    Oracle Forms is a software product for creating screens that interact with an Oracle database. It has an IDE including an object navigator, property sheet and code editor that uses PL/SQL. It was originally developed to run server-side in character mode terminal sessions. It was ported to other platforms, including Windows, to function in a client–server environment. Later versions were ported to Java where it runs in a Java EE container and can integrate with Java andweb services.
    The primary focus of Forms is to create data entry systems that access an Oracle database.
    For more information you can use google and search for "oracle oaf" or "oracle adf" or "oracle forms"
    Timo

  • Would like to ask about Pros&Cons betwwen Oracle Forms, OAF and ADF

    Hi,
    Is there some material about the pros&cons between Oracle Forms, OAF and ADF, from angles like technical architecture, performance, network efficiency, etc...
    Asking this becuase EBS cusotmer is familiar with Oracle Forms and OAF, when we talking about ADF to them, it is quite confused especially about OAF and ADF, finding material to elaborate these 3 technology clearly, thanks
    - Liang Yi

    Thanks, I check the comparison of OAF and ADF document downloaded from Oracle Support, but it is for ADF10g, I believe ADF11g is much better, and anyone check the comparison table between ADF 10g and OAF R12 would choose OAF.
    And, from the document, I saw one line that is very confused, check it out, do not understand what does it mean with "if your application does not need to integrate with EBS... ... you should use ... ... integration with EBS" -_-!
    "If your application does not need to integrate with the
    E-Business Suite, or doesn't require any of the E-Business Suite-specific
    capabilities enumerated above, you should use ADF 10g with SOA based
    integration with E-Business Suite."
    - Liang Yi
    Edited by: lymath on Jun 1, 2011 12:41 AM

  • Oracle form 6.0, how to do 3D chart, calender,mouser over changing....

    oracle form 6.0, how to do 3D chart, calender,mouser over changing....in we form, like microsoft style.
    Or it's better use 9i or 10g jdeveloper? or other tchnology?

    The cpu resources are only limited once the cpu's are 100% utilized. It is highly unlikely that dom0 will try to use 100% of a cpu, let alone all cpus. Only when there are no idle physical cpus would you run into issues.
    You may want to try reducing the number of vcpus in the windows guest. I have seen reports from users claiming that having more vcpus in a windows guest causes it to run slower.

  • Error while calling standard OAF page from custom Oracle Form

    Hi,
    I am calling standard OAF page from custom oracle form using the following code.
    FND_FUNCTION.EXECUTE(FUNCTION_NAME=>'FUN_TRX_ENTRY_OUT_VIEW_BATCH',
    OPEN_FLAG =>'Y',
    SESSION_FLAG =>'N' ,
    OTHER_PARAMS =>'&ViewBatchID = "' || NAME_IN('FUN_AGIS_LINE_D.BATCH_ID') ||
                        '&CallingFunction = "' || 'MANEXPINQ' ||'"');
    But I am getting this error.
    oracle.apps.fnd.framework.OAException: This request was not processed as the request URL %2FOA_HTML%2FOA.jsp%3Fpage%3D%2Foracle%2Fapps%2Ffun%2Ftransaction%2Fentry%2Fwebui%2FViewOutBatchPG%26OAPB%3DFUN_PRODUCT_BRAND%26OAHP%3DFUN_SSWA_MENU%26OASF%3DFUN_TRX_ENTRY_OUT_SEARCH%26_ti%3D1217029204%26language_code%3DUS%26%26ViewBatchID%20%3D%20%22203148%26CallingFunction%20%3D%20%22MANEXPINQ%22%26CallFromForm%3D%27Y%27%26oas%3DqZqg3tmdEdUNyw_HtskVow.. contained potentially illegal or un-encoded characters. Please try again by submitting a valid URL or contact your systems administrator for assistance.
    Please let me know any thing I missed out here.
    Any suggestion will highly appreciated.
    Thanks & Regards,
    Sunita

    I am using FND_FUNCTION.EXECUTE to call a OAF page from PLSQL in R12. I am getting following error"Error(9,23): PLS-00302: component 'EXECUTE' must be declared"

Maybe you are looking for

  • Error while running MM17 Transaction

    Hi Frnds,   I am doing MM17 Mass transaction Field (MBEW-VPRSV ) , i am changing the price control of a material from V to S then i am getting an error saying that : ELF-WJ-35MM-CSM1 : Messages have been issued: number MASS000484000000. Regards Rakes

  • Cropping a pic is creating a 64gig temp file!

    Not sure what's going on here, but when I crop a picture I'm immediately filling all the available space on my hard drive which happens to be 64gigs! Once I get the scratch disk error due to filling up the hd and click Ok the temp file automatically

  • Storing numbers in char variables.

    Hi All I need to store a number in a character variable Num =  686  (integer type) here c1 is the char variable of length 4. If I give C1 =  Num the value is not stored. How to store a number in a character variable. Regards Renuka.

  • Very challenging situation...LabVIEW experts are all invited......

    Greetings the scenario that i'm having now is as following: - I'm a 1st year PhD student,and am trying to figure out(find) a new,innovative and impressive project in wireless communications systems area. while am doing my literature review and explor

  • Itunes music does not appear in purchased column

    I purchased music on itunes, but it does not appear in the purchased column on my ipad.  Help