Do you use Oracle Application Express (APEX) with EBS?

I am conducting a short survey to determine how you integrate Oracle Application Express with eBusiness Suite. Please take a few minutes to fill out the survey:
http://apex.oracle.com/pls/otn/f?p=54654:1:0
{We will not share information with anyone except with your explicit permission}
We believe that there are a large number of eBusiness Suite customers that are using Application Express in various ways so we are trying to quantify that and get some further information.
This is all part of a broader effort we are currently undertaking working closely with various people from the eBusiness Suite Development Team.
This survey is very important to us so please take the time to complete the survey if you use Application Express with eBusiness Suite - It is only 1 page long.
Thanks,
David

Thanks for your reply.
I did some more investigation to check what could cause this to happene, whereby the report toatal is not displayed at all for few selected paramters.
What i could analyse was that the records returned were more than 50 (Standard Setting) , which however could not fit into the page, along with that the pagination scheme was not selected. I had to make 2 changes to the Layout of the report
Pagination Scheme : Row Ranges X to Y(with Next and Previous Links)
Number of Rows : 500
This worked for me as the displayed could not be seen on the next page with Previous and next links on the report output.
Thanks,
Dips

Similar Messages

  • Can Oracle Application Express (APEX) be integrated with ADF applications?

    Hi All,
    Oracle Application Express (APEX) works on various supported databases. Can this tool be integrated with ADF for report publishing, in adf some of my result is coming from Business Components , so can these things be related to each other?
    Please provide a suitable forum to ask this question if this question doesn't fir in ambit of this forum.
    Thanks in advance.

    There are a couple of things you can do - a lot depends on what your application needs. Since you ask this in the JDeveloper forum, I'm going to address getting to ApEx from ADF, not to ADF from ApEx - but some of the same possibilities apply.
    Easiest thing to do is to jump into the ApEx application with a af:goLink or af:goCommand referencing the needed page's URL. By setting the target, you can control whether it opens in a new window or the same window. I'm not currently using ApEx, but I have a few reports written as PL/SQL Server Pages that I call exactly this way.
    You can also open the ApEx pages in an af:inlineFrame - and it will look like it is inside your ADF application - but use inline frames with a little caution - they don't work perfectly in all browsers, notably Mobile Safari.
    ApEx can't look inside your ADF BC objects, but of course, if your two applications are using the same database, you can communicate between them within the database. One possibility to look at is Advanced Queuing.
    Some ApEx functionality can be executed by executing the underlying PL/SQL procedures - do a search in this forum for how to call PL/SQL from an ADF BC Application Module.

  • How to integrate Oracle Maps in Oracle Application Express (ApEx 3.2)?

    I have an Oracle Application Express (ApEx 3.2) application into which I want to embedded Oracle Maps.
    Can any one help me out. I need the steps for integrating Oracle Maps in Oracle Application Express (ApEx 3.2)
    Thanks.

    use ODBC and ADO. Visual Studio packager has an ability to include ODBC settings, i think, if you define Option Explicit (if i am not wrong, long time no code writing in VB6)

  • Oracle Application Express (APEX)

    Does anybody know about ORacle APEX. I want some help.

    Does anybody know about ORacle APEX. I want some help.What is your query ? There is one dedicated forum for Application Express
    Oracle Application Express (APEX)

  • Oracle Applications Adapter - working with EBS R12 (inbound/outbound)

    Hi,
    Need to integrate Siebel CRM 8.1.1.5, Oracle EBS 12.0.4, and few other third party systems.
    Planning to use Fusion middleware to integrate, and also use Oracle Applications Adapter.
    Query -
    We would like to know how EBS can work with Oracle Applications Adapter, best practices regarding this.
    We've inbound, and outbound from EBS, for multiple modules.
    Thanks,
    Meera

    You already got an answer by "X A H E E R" in your other thread, so why posting duplicate threads? -- Re: Oracle Jdeveloper Integration with EBS R12.1.3
    You have also posted the same question in "JDeveloper and ADF" forum! -- Re: Integrate Jdeveloper with Oracle E-Bussiness Suite for reporting

  • Oracle Application Express (APEX) and WebLogic Security

    Hi,
    Has anyone tried integrating Oracle APEX (custom authentication) with WebLogic Security as the user store?
    Thanks
    Joel

    Hi
    Depending on your architecture - APEX in EBS database - or APEX in it's own database instance you're going to have to change a couple of things.
    Most importantly - EBS R12 has removed MOd-PLSQL from the Apps menus and from the HTTP listener.
    You will need another HTTP listener - Apache with mod-plsql or Database R11 with Embedded Plsql Gateway - EPG.
    Second the way that APEX is called from EBS using the Web PLSQL functions in EBS menus is no longer supported in R12.
    Check out https://sites.google.com/a/popay.be/apex-on-apps/apps - follow the contacts there - they have also developed a Java utility to call APEX from EBS R12.
    In short - depsite Oracle's 'statement of direction' to move away from mod-plsql and removing this from EBS R12 (just what motivates this wierd thinking???)- APEX is still the most flexible and cost-effective means to extend EBS functionality - especially in reporting - and it works just fine in R12.
    Good luck
    Mike

  • Windows critical update blocks Application Express (APEX) with IE6 browser

    We recently started having problems with APEX running on an IE6 browser. You get 'page not found' error. It was just 1 user, then 2, then others, on different days. It was weird and we didn't know what was causing it. Our DBA found it quite by accident. He was in APEX with IE6, then did a MS/Windows critical update and now cannot use IE6 with APEX. We are looking at the patches now to try to isolate which one is causing the issue. I was wondering if anyone else is having this issue. It would be Microsoft's latest critical update.
    Carolyn

    Apex version 3.2.1
    DB version 10.2
    Web server architecture (?)
    Browser: MS Internet Explorer version 6.0.290.5512.xpsp_sp3_gdr.100427-1636
    Just trying to access the APEX URL gives 'page not found' error.
    We are still on IE6 because a lot of our vendor supplied solutions are still on IE6 so until we get those resolved we have to keep this browser although we are working on a virtualization tool that will help. In the meantime we have told our users they have to switch to Firefox to use their APEX applications and that means constantly switching back and forth between browsers for them. We have identified the MS critical update patch for this but I am looking for a better solution instead of the interim solution of switching browsers.
    Thanks,
    Carolyn
    Edited by: user12232380 on Aug 23, 2010 1:41 PM

  • How to create form in oracle application express

    hi friends,
    i am a new person in oracle application express software.
    i just want to ask that can we use oracle application express as a front end for oracle 10g database???
    if yes then can any one tell me that how to create form in it?
    is there any connection string to connect that form with oracle 10g.
    Please do me reply soon thanks

    To this forum... please:
    Oracle Application Express (APEX)
    Greetings

  • Invoke function from oracle application express

    Hello,
    I am using oracle application express 10g.
    I wrote a simple function.
    I want to call the function from oracle application express.
    *Is it possible to invoke the function from oracle application express?*
    I search the web and find no example for it.
    Can you please write any good links for an example? What have I missed?_
    I am really stuck with it. Any help will be appreciated!
    Thanks a lot,
    Niron.

    Hi,
    You can call function in e.g. computations, validations and process like you call it in SQL sheet.
    Process example to get value to variable from function sending item value as parameter
    DECLARE
      l_my_var varchar2(32700);
    BEGIN
      l_my_var := my_function(:Px_MY_ITEM);
      /* other code */
    END;Regards,
    Jari

  • Interactive Report in oracle application Express

    Hello,
    I am new User in oracle application express apex . I've created interactive report .when i click download option then choose html format. but there are some
    problem .there are no header and footer in the page. how to add dynamic header and footer in the page .please help me .
    Md. Masum Manzil
    01925110083

    Try making your column definition as "Remove HTML and escape special characters".
    I tried it and it make the column appear as editable as intended and also clicking on the column heading or on the filter in the IR bar behave properly.

  • Problem with apex listener install on Oracle Application Express 4.2.3

    I have installed Oracle Application Express 4.2.3
    Then i tried to install apex listener  Oracle APEX Listener 2.0.5
    but it dos not work.
    I ask
    It is possibile to install  WebLogic Server 12c or 11c
    and connect it to apex ??

    Hi;
    Please check Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1] and compare it wiht your steps
    Regard
    Helios

  • How do I create "Oracle Application Express Adminstrator" in APEX 3.2.1?

    Hello,
    Quite the newbie so I appreciate any assistance with this.
    How do create "Oracle Application Express Adminstrator" in APEX 3.2.1? I am not talking about a workspace adminstrator but an Entire APEX instance administrator or "superuser"?
    I log into APEX_ADMIN as ADMIN and understand how to create a new user. But how do I grant the new user DBA or "super user" privlidges? It was easy to do when I first installed XE, I would just "check" the "DBA" when I created the user. But when I upgraded to APEX 3.2.1 the function does not seem to be there?
    Thank you for any help you can provide!

    Hi,
    I think you can not grant DBA role from Apex anymore.
    You need connect to database e.g. with SYS user and grant that role.
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    Br, Jari

  • What application can you use to open a file with the .acc extension?

    What application can you use to open a file with the .acc extension?

    http://www.fileinfo.com/extension/acc

  • 'You cannot use the application ical.app with this version of Mac OS X'

    When I first upgraded to 10.5 ical and calculator both crashed when starting and now after upgrading to 10.5.1 I get the following message - 'You cannot use the application ical.app with this version of Mac OS X'
    This is only on my G4 powermac. No problem with Intel MacBook.

    Are you, by any chance, one of "those people" that move applications to something other than the default location?
    I know I am.
    When I upgraded, I saw the same problem - I had moved iCal (among others) outside of "applications" to something like "Applications/Business Apps"
    The version in "Business Apps" was the Tiger version, and it wouldn't run. However, the Leopard version (Installed to /Applications) worked fine.
    So, I deleted the "Tiger" version, moved the iCal to where I wanted it, and all was well.
    In a similar note, I put a number of iLive apps in a different folder -- and OS X software update stopped finding updates for those apps. I had to move them back to /Applications in order to get OS X software update to run them.

  • You cannot use the application "System Preferences" with this version OS X

    You cannot use the application “System Preferences” with this version of Mac OS X.
    I received this error message when trying to run System Preferences (SP) for the first time after running the 10.5.1 update (from the download, not software update). After the update, I repaired permissions. Did another restart. Same.
    I reinstalled 10.5.1 update. Same message. Logged in as another user. No change.
    I removed the com.apple.systempreferences.plist from ~/library/preferences. No change, and it did not re-create the .plist file.
    Any ideas? No one else seems to be having this problem as far as I can tell.
    dkrockville

    I have had this problem with many applications after updating to 10.5.1, including
    System Preferences, Calculator, Preview. Tried repairing permissions, and other tips from this thread. The strange thing is, the actual Leopard applications seem to have actually vanished? I don't know if this is anything to do with Time Machine; Anyway, My fix was:
    Download Pacifist (if you don't already have it), locate the apps that you're having problems with on the Leopard install DVD, and copy them to the Applications Folder (Click on 'Replace Bundle')
    Problem Solved for Me!
    Hope this Helps!

Maybe you are looking for