Help with apex to ebusiness suite 11.5.10

Hello,
posted on ebusiness suite side, but they say to try here on apex side.
We are trying to follow the Cabot document found at
http://www.stuffspec.com/Read/_sp.d3d3Lm9yYWNsZS5jb20-sp..sltechnetwork.sl_developer-tools.sl_apex.sl_apex-ebs-wp-cabot-consulting-169064.pdf
but are having troubles just trying to get the ebusiness set up part done.
We are having troubles on page 5 of 8 where it talks about creating the plsql form function with the following attributes.
When we set the Properties/Type to be SSWA plsql function, it does not want to accept it and will not save as SSWA plsql function.
I have searched and read and followed so many links my head is spining. Has anyone else had this type of issue, and could tell us what we are doing wrong? Does the Cabot approach work for everyone, or is there another method that will work better?
We are using a stand alone apex server. We have a 11.5.10.2 e-bus suite which we use SSO for the hrSelfService. We are trying to add the new apex application to the hrselfservice menu. I following the Cabot white paper and I have created the procedure apex_launch as follows. I have some questions about it that are inline:
PROCEDURE APPS.apex_launch (
application IN NUMBER
, page IN NUMBER DEFAULT 1
, request IN VARCHAR2 DEFAULT NULL
, item_names IN VARCHAR2 DEFAULT NULL
, item_values IN VARCHAR2 DEFAULT NULL)
Is
Begin
OWA_UTIL.mime_header('text/html', false); ---- Is the url correct? Since my apex server is separate, do I need the APPS_FRAMEWORK_AGENT???
OWA_UTIL.redirect_url( ---- Do i need to create a DAD for pls/apex?
'https://ourserver.school.edu/pls/apex/f?p='||
application||':'||page||'::'||request||':::'||
item_names||':'||item_values);
End apex_launch;
I created the form function with the following attributes:
Properties/Type -> SSWA plsql function
Web HTML/HTML Call -> apex_launch
Form/Parameter -> application=310
I am able to save the plsql form function with no errors. However, when i go back in to look at the form function: property type, it is set to "database provider portlet". (I have opened an SR on this issue and as yet, i don't have a solution.)
I then add the new form function to the hr self service menu. When I go into self service, the new function does not display.
If I change the property to SSWA plsql function that opens a new window (Kiosk mode) and save the form function and don't change anything else, when I go into self service the new function displays. However ,when I click on it, it opens another e-bus suite logon page. After entering the username/password it just brings up the ebus suite application, not the apex application.
Can anybody help me? thanks.
Thank you,
Mark

Hi Mark,
Nope, that is the one of the issue im facing still that is the single sign on(even if i integrated APEX with EBS R12), im having issues with that.
It is asking two login credentials for me
<li>one is Ebs login credentials
<li>The other one is Apex Login credentials.
Soon after logging into the ebs, if i clicked the APEX menu means, the APEX login page is appearing.
If it is SSO means, the APEX login page should not appear soon after clicking the APEX menu in the EBS.
How to pass my APEX login credentials to the EBS, so that i can enter into my APEX application (via) EBS only with the EBS login page. Soon after entering into the EBS login page into the application. While if i clicked the APEX menu means, i need to navigate directly to the APEX Application page. And APEX login page should not appear.
Thanks
Regards,
Mini

Similar Messages

  • How to integrating APEX with the Oracle eBusiness suite release 11i

    I need to integrate Apex with Oracle eBusiness Suite Release11. APEX need to use ERP authentication (user name/password) and oracle APEX pages will be called from oracle eBusiness Relese 11i menu.
    I have followed metalink doc. 373604.1 and also looked into http://www.oracle.com/technology/products/database/application_express/pdf/Extend_Oracle_Applications_11i.pdf
    I have setup DAD on Apache server, oracle Apps functions/menu and created apex_authorise function and added to my APEX application. I have followed the all the steps from above pdf file.
    Here is my issues:
    1. When I try to launch a APEX page again it asking me for the user name password
    2. If I remove login page from APEX application then I can launch my APEX application but I cannot see any images
    3. I need to pass oracle ERP 11i user and responsibility information to APEX. How should I do this?
    Any help will be really appreciated
    Thanks in advance

    Many customers want this and would have hoped that Oracle would have included this as an option. Unfortunately, the left hand(Oracle Apps product managers) don't talk to the right hand(Apex product managers). They totally missed this great opportunity to make life much easier for Oracle Apps customers who have been waiting for this capability that Apex provides. At the present time this is somewhat a black hole. There are people who have figured it out but no one has provided the recipe for everyone else. It's very unfortunate and a complete oversight by Oracle in my opinion. They've got thousands of people developing code but no one had any foresight to see who would use Apex and how they would use it.

  • Help with 11i E-Business Suite Install on Windows XP

    I've tried unsuccessfully to install the E-Business Suite on Windows XP machine. I repeatedly get the following message during the install (I start from a clean restored environment each time) " RW-20001 Error: Unzip failed: Insufficient disk space: Please create enough space for the intstall". I get this message even though I have only used 100GB of a total of 500GB. I'm installing from DVDs provided by Oracle.
    I also get an error message related to the "Listener". The detail of this message is included below.
    Any suggestions to get past this would be appreciated.
    Question on the Domain Name Configuration:
    When i follow the instructions from a previous thread and do
    C:\ipconfig I get the following:
    Connection-specific DNS Suffix: PMSC.COM
    IP Address : 192.168.0.103
    I added PMSC.COM per the instructions in the thread.
    The original entry in the host file was:
    127.0.0.01 localhost
    It is now:
    127.0.0.01 localhost
    127.0.0.01 localhost.PMSC.COM
    I'm trying to set this up as a standalone installation with everything on the harddrive of this computer. I'm confused as to what the correct host entry should be and if this is the cause of my intallation failures. I can provide as much information as possible to help diagnose my probelms. Thanks.
    The only error messages I can find in the log files show a problem with the Listener. The error message is as follows:
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 05-JAN-2007 17:30:43
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPMSCDEV))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=pmsc_main.pmsc.com)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 05-JAN-2007 17:30:44
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    System parameter file is C:\oracle\pmscdevdb\9.2.0\network\admin\PMSCDEV_pmsc_main\listener.ora
    Log messages written to c:\oracle\pmscdevdb\9.2.0/network/admin\pmscdev.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPMSCDEVipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PMSC_Main.PMSC.COM)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPMSCDEV))
    STATUS of the LISTENER
    Alias PMSCDEV
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    Start Date 05-JAN-2007 17:30:44
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File C:\oracle\pmscdevdb\9.2.0\network\admin\PMSCDEV_pmsc_main\listener.ora
    Listener Log File c:\oracle\pmscdevdb\9.2.0/network/admin\pmscdev.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCPMSCDEVipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PMSC_Main.PMSC.COM)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PMSCDEV" has 1 instance(s).
    Instance "PMSCDEV", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    Please refer to the remaining logs on middle tier at - c:\oracle\pmscdevappl\admin\PMSCDEV_pmsc_main\log\01050527.log
    Any suggestions to get past this would be appreciated.

    1. Make sure the user installing the apps has admin priviledges
    2. Create a staging area from the DVD if you can - since you have so much space on your system, then attempt the installation from the staging area. The perl script to use is already on the DVD - adautostg.pl
    3. > Connection-specific DNS Suffix: PMSC.COM
         IP Address : 192.168.0.103
    and you added
         127.0.0.01 localhost.PMSC.COM, I feel it should have been
         192.168.0.103 localhost.PMSC.COM ( if localhost is your server name. Adding this will nto affect anything)
    although I can see from your log file, that the server name is pmsc_main, if so you have to add the servername.domainname.com to the host file too, such as
         192.168.0.103 pmsc_main.pmsc.com.
    Essentially, when you ipconfig, it has to return pmsc_main.pmsc.com against the IP address of your server - i.e. 192.168.0.103 and / or 127.0.0.01
    Basically, see the following threads:
    a. How to Install 11.5.10 on Win XP
    b. Oracle EBS 11.5.10.2 Installation Steps
    c. http://forums.oracle.com/forums/thread.jspa?threadID=447193&tstart=0
    Note: To clean your system of previous installations, see the following if you have metalink -
    Note 107961.1 How To Clean Out A Previous Oracle Applications Installation On Windows NT,
    however, if you dont have access to metalink, do the labour of deleting every reference to the failed installations on your system and the registry (CAREFUL! if you are up to it)

  • Help with APEX.COLLECTIONS in v. 3.2

    Hello, we are trying to create an apex.collection in our program similar to the one used in the sample application "Matrix Order 1.0"
    Working Code used in "Matrix Order 1.0" is as follows:
    if APEX_COLLECTION.COLLECTION_EXISTS (p_collection_name => 'MATRIX' ) then
    APEX_COLLECTION.DELETE_COLLECTION (p_collection_name => 'MATRIX' );
    end if;
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY(
    p_collection_name => 'MATRIX',
    p_query => 'select PRO_STYLE,PRO_COLOUR,PRO_UNIT_PRICE,S,M,L,XL from MATRIX_PRODUCTS_BY_SIZE order by 1,2,3' );
    What we've tried in ours is as follows:
    if APEX_COLLECTION.COLLECTION_EXISTS (p_collection_name => 'TRAINING' ) then
    APEX_COLLECTION.DELETE_COLLECTION (p_collection_name => 'TRAINING' );
    end if;
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY(
    p_collection_name => 'TRAINING',
    p_query => 'select * from IDEAS_USERS_VIEW' );
    End result is a message stating "no data found"
    Any thoughts?
    Additional information:
    we've tried above creating a view from a table, we've also tried putting the table name right in the query field - same results.
    we've also tried several over variations of the code found on the web such as the following:
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY(
    p_collection_name => 'TRAINING',
    p_query => 'select * from IDEAS_USERS_VIEW' ,
    p_generate_md5 => 'NO' );
    Again - same result - "no data found"
    Please Help!

    My teammate figured it out.
    the problem was under the Conditional Processing section they had the following set:
    Condition Type = "Request = Expression 1"
    Expression 1 = NEW
    Solution was to set to "No Condition" and deleted the value of "NEW"
    I'm sure we'll be back soon with questions on how to update and store it.... stay tuned.

  • Help with Deployment Example Comm Suite 6 Update 1 on Single Host

    Our site would like to evaluate Sun's Collaboration Suite, but we are unable to get the eval copy working.
    We are installing the SPARC version.
    I went through the install and got to "Verify the Installation".
    cd /var/opt/SUNWwbsvr7/admin-server/bin
    ./stopserv
    ./startserv
    cd /var/opt/SUNWwbsvr7/https-wireless.comms.beta.com/bin
    ./stopserv
    ./startserv
    The last startserv threw some errors (shown below), but said "successfully started".
    http://<host>:8080/amconsole does not work..says "Not found"
    http://<host> gives "http status 500"
    I also tried https://<host>:8989..and that seems to work fine.
    Any help would be appreciated.
    Thanks
    # ./stopserv
    server not running
    # ./startserv
    Sun Java System Web Server 7.0U1 B07/18/2007 15:51
    info: CORE3016: daemon is running as super-user
    info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_12] from [Sun Microsystems Inc.]
    info: WEB0100: Loading web module in virtual server [<host>] at [amserver]
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    failure: WebModule[amserver]StandardWrapper.Throwable
    java.lang.ExceptionInInitializerError
    at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1165)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:994)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4731)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5123)
    at com.sun.webserver.connector.nsapi.WebModule.start(WebModule.java:182)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:917)
    at com.sun.enterprise.web.PwcWebContainer.onStartup(PwcWebContainer.java:70)
    at com.sun.webserver.connector.nsapi.WebContainer.start(WebContainer.java:472)
    at com.sun.webserver.init.J2EERunner.confPostInit(J2EERunner.java:304)
    Caused by: java.lang.NullPointerException
    at com.sun.identity.authentication.service.AuthD.<clinit>(AuthD.java:206)
    ... 15 more
    failure: WebModule[amserver]PWC1396: Servlet /amserver threw load() exception
    java.lang.ExceptionInInitializerError
    at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1165)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:994)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4731)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5123)
    at com.sun.webserver.connector.nsapi.WebModule.start(WebModule.java:182)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1224)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:917)
    at com.sun.enterprise.web.PwcWebContainer.onStartup(PwcWebContainer.java:70)
    at com.sun.webserver.connector.nsapi.WebContainer.start(WebContainer.java:472)
    at com.sun.webserver.init.J2EERunner.confPostInit(J2EERunner.java:304)
    Caused by: java.lang.NullPointerException
    at com.sun.identity.authentication.service.AuthD.<clinit>(AuthD.java:206)
    ... 15 more
    info: HTTP3072: http-listener-1: http://<host>:8080 ready to accept requests
    info: CORE3274: successful server startup

    ala_umn wrote:
    I did have trouble with the Identity Suite 5 Update 1 install and ended up uninstalling that and repeating that step.Cleaning up after a failed JES5u1 install/deployment is difficult e.g. "uninstalling" Access Manager does not remove entries/configuration from the Directory Server instance. I usually just re-install Solaris afresh and start again.
    The directory server instance was running, but I did a stop/start-slapd just to be sure. The error you provided indicates there was an authentication problem, usually to the Directory Server instance. There can be any number of causes of this problem including the directory server not running, or the AM authentication details e.g. cn=dsameuser/cn=puser being inconsistent between the DS instance and AM configuration.
    Regards,
    Shane.

  • Need help with CS4  Adobe Creative Suite 4  (CS4)

    Can someone help?? I am trying to reinstall my cs4-the first disc goes fine but when told to insert disc 2 I cannot get it to run and I don’t see it when it right click on my computer.
    How do i do this???

    Please try the Desktop installation and check, it might be help you resolve the issue.
    Below is the link with instucrtion to do desktop installation :-
    For Mac :- http://helpx.adobe.com/creative-suite/kb/install-creative-suite-4-or.html
    For Windows :- http://helpx.adobe.com/creative-suite/kb/install-desktop-cs4-products-windows.html

  • Help with apex 4.0 installation steps

    i tried to install apex 4.0 running on my laptop with oracle 11g on windows7.
    unfortunately i am stuck at a point it doesnot accept admin password.
    the installation guide listed below is too unstructured and am not sure what all the components it require for apex running?
    if anyone has list of software required and the steps (including pre-requisites) in the PROPER ORDER, PLEASE POST. Appreciate your help
    It will be a quite bit of help. I have spent enough time on this but the document i found below for installation is not good. It is just my opinion.
    http://download.oracle.com/docs/cd/B32472_01/doc/install.300/b32468.pdf
    Edited by: rajugopalli on May 18, 2011 1:02 AM
    Edited by: rajugopalli on May 18, 2011 1:03 AM

    Hi,
    If you like install Apex version 4, it might help and advisable if you read same version documentation.
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/toc.htm
    Link you did post is release 3.0 document
    Regards,
    Jari

  • Help with Apex.

    Hi, i work with Oracle XE and Apex 2.1.0, i need generate reports using Word Documents,
    i need create the reports, based in template of Word, my question is:
    How create a new Word Document based in template and store in the field BLOB type?
    Can i have using PL/SQL PROCESS?
    And finally, how open the Word Documents from Apex? One example please.
    Thank.
    Roberto.

    Hi, have a problem to open documents Word:
    My table is:
    file_subjects;
    NAME .............................VARCHAR2(4000)
    SUBJECT.........................VARCHAR2(4000)
    ID.....................................NUMBER
    BLOB_CONTENT..............BLOB()
    MIME_TYPE.....................VARCHAR2(4000)
    ...i created a report with column link , call to procedure DOWNLOAD_MY_FILE as URL:
    #OWNER#.download_my_file?p_file=#ID#
    My store procedure is:
    create or replace
    PROCEDURE download_my_file(p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM file_subjects
    WHERE id = p_file;
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_my_file;
    ....i clicking on column link, generate the error:
    Forbidden
    The requested operation is not allowed
    Help me, please.
    Roberto.

  • Help with reinstalling my Creative Suite!!

    I have the Adobe Creative Suite 6 Design and Web Premium, and I recently purchased the Creative Cloud (monthly) for a class I am taking that I needed After Effects for. I was having trouble opening After Effects, and in order to solve the problem, I chatted with someone at Adobe who ended up having to remote control my desktop and uninstall every Adobe product on my computer. He reinstalled the Creative Cloud for me, but now I am missing my Creative Suite. Can someone help me get these products back?
    Thanks!
    Emily

    You have not provided any relavant system info or other details. Simply run the cleaner tool and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • Help with reinstalling Adobe Creative Suite 6 Master Collection

    About a year or so ago, I purchased and installed the Adobe Creative Suite 6 Master Collection on my 1TB external hard drive (since that hard drive was bigger). Unfortunately, the hard drive just died, which means that all the programs in the suite are gone. I'm now trying to reinstall the suite internally on my computer, but it isn't letting me pick the directory. Everything else is fine; the serial number works, my account is working and there aren't any errors. But when I reach the 'options' page, I'm stuck. I check the option to install all the programs, I pick the language, but where it says the directory, it still has the directory of my old hard drive. I've tried unplugging the external hard drive (just in case it was still reading it), but it still has the directory chosen, and there isn't any button to let me browse and change it to another hard drive. I tried installing it anyway to see what would happen, but the install fails and stops. I even tried to copy and paste the new directory into the space, but still nothing. Can anyone help? Also, I went to Control Panel to see if the files were still there, but they weren't.

    Thank you so much! I ran the cleaner, and it's given me the option to change BUT now, it gives me this when I pick the new directory. Any suggestions?

  • Help With apex.server.process

    Hello,
    I am trying to use the new apex.server.process function to and I seem to be having some issues with it. The call itself seems to be working fine as in firebug it returns what I expect. Its just that I am returning the json string into an object and that is what is causing the problem.
    Here is my on-demand process:
    DECLARE
      lv_json             VARCHAR2(4000 CHAR);
      lv_score            NUMBER(12);
    BEGIN
        --Will get the score from the database...
        lv_score := round(fm_apex.events_api.get_percent_complete(:P40_EVENT_ID,'TOTAL'));
        IF lv_score = 100 THEN
          lv_json := '{"success":true}';
        ELSE
          lv_json := '{"success":false}';
        END IF;
        htp.p(lv_json);
    END;
    And this is my javascript function:
    function checkScore(pThis)
        var getScore = apex.server.process(
            'IS_SCORE_COMPLETE_JSON',
                pageItems: "#P40_EVENT_ID"
        if ( eval(getScore.success) )  {
            alert('This is successful');
            //doSubmit(pThis.id);       
        } else {
            openModal('notScoredFully');
    What is happening is when the response is {"success":false} and in firebug it is still evaluating it to true? Can anybody see what I am doing wrong?
    Cheers,
    Paul.

    1/ apex.server.process is asynchronous. You are handling it as if it is not. You fire the call and it is gone, unlike htmldb_get which works synchronously (=makes the browser wait for the return). You need to use the success function.
    JavaScript APIs apex.server.process
    The return value of the server.process call is a jqXHR object, documentation on which you can find here: jQuery.ajax() | jQuery API Documentation
    I would just use success though, as demonstrated in the example of the documentation.
    apex.server.process ( "MY_PROCESS", {
      x01: "test",
      pageItems: "#P1_DEPTNO,#P1_EMPNO"
    success: function( pData ) { ... do something here ... }
    Thus something along these lines:
    apex.server.process(   'IS_SCORE_COMPLETE_JSON'
                         , { pageItems: "#P40_EVENT_ID" }
                         , { success: function( pData ) {
                                        if(pData.success){
                                          alert('This is successful');
                                        } else {
                                          alert('This is NOT successful');
    2/ apex.server.process by default handles the return value as a json datatype. You would not need to "eval" it.

  • Request for help with apex page popup on button press.

    Apex 3.2/Solaris 10
    I'm attempting to open an apex page (report) in a popup window when a button is pressed following the plethora of examples in the forum.
    I've applied the following in "Edit Page Buttons" to either of "Button Attributes" and "URL Target" trying to open my report (page 14) in a popup window.
    javascript.popupURL('f?p=&APP_ID.:14:&SESSION.');
    javascript.popup2('f?p=&APP_ID.:14:&SESSION.');
    window.open('f?p=&APP_ID.:14:&SESSION.');
    I've also implemented the conditional branch for this button to alleviate the "page not found - restart application" error.
    The window.open variant does not work. The 2 javascript. variants open the page, but in the same window (no popup).
    also I've read that in order to close my pop up report (should it be working), a window.close(); should be issued somehow associated with a close button on the popup page. Specifically, where would this code be placed?
    Thank you!
    Paul

    Paul:
    Specify the URL as
    javascript:popupURL('f?p=&APP_ID.:14:&SESSION.');
    instead of
    javascript.popupURL('f?p=&APP_ID.:14:&SESSION.');
    Varad

  • Need help with Apex 4.0 tabular form and searchable select list

    I would like to use an exisiting plugin for a searchable combo box on a tabular form. When I define the item types on my tabular form I don't see the plugin as an option. I reviewed the help documentation for the apex_item api for the tabular form but I didn't see how I could reference the plugin. Has anyone done this or have other ideas? Any help would be greatly appreciated.

    I noticed this problem in the first beta version but I thought this is so obvious and it will be corrected so I didn't follow on it further. This looks like a bug in 4.0. If I use firebug, I will see that the selected value is still RESEARCH allthough the display changes - <option selected="selected" value="20">RESEARCH</option> If I click on SAVE than wrong values will be changed.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • I need help with apex send mail

    I have created a apex send email, I tried to make it work I need help
    DECLARE
    v_Message VARCHAR2(4000);
    v_MsgHTML VARCHAR2(4000);
    v_CRLF VARCHAR2(6) := CHR(13) || CHR(10);
    begin
    v_Message := 'Your request has been sent to the Help Desk team:' ||
    v_CRLF || v_CRLF;
    v_Message := v_Message || 'YOUR_NAME: ' || :P10_YOUR_NAME || v_CRLF;
    v_Message := v_Message || 'COMPANY_Name: ' || :P10_COMAPNY_NAME || v_CRLF;
    v_Message := v_Message || 'ADDRESS: ' || :P10_ADDRESS || v_CRLF;
    v_Message := v_Message || 'CITY: ' || :P10_CITY || v_CRLF || v_CRLF;
    v_Message := v_Message || 'STATE: ' || :P10_STATE || v_CRLF;
    v_Message := v_Message || 'ZIP: ' || :P10_ZIP || v_CRLF;
    v_Message := v_Message || 'DAYTIME_PHONE: ' || :P10_DAYTIME_PHONE || v_CRLF;
    v_Message := v_Message || 'EVENTING_PHONE: ' || :P10_EVENTING_PHONE || v_CRLF || v_CRLF
    v_Message := v_Message || 'MOBILE_PHONE: ' || :P10_MOBILE_PHONE || v_CRLF;
    v_Message := v_Message || 'FAX: ' || :P10_FAX || v_CRLF;
    v_Message := v_Message || 'EMAIL_ADDRESS: ' || :P10_EMAIL_ADDRESS || v_CRLF;
    v_Message := v_Message || 'OCCASION: ' || :P10_OCCASION || v_CRLF || v_CRLF
    v_Message := v_Message || 'TYPE_OF_PARTY: ' || :P10_TYPE_OF_PARTY || v_CRLF;
    v_Message := v_Message || 'DATE_OF_EVENT: ' || :P10_DATE_OF_EVENT || v_CRLF;
    v_Message := v_Message || 'TIME_OF_EVENT: ' || :P10_TIME_OF_EVENT || v_CRLF;
    v_Message := v_Message || 'LOCATION_OF EVENT: ' || :P10_LOCATION_OF EVENT || v_CRLF || v_CRLF
    v_Message := v_Message || 'ESTIMATED_GUEST_COUNT: ' || :P10_ESTIMATED_GUEST_COUNT || v_CRLF;
    v_CRLF := '
    v_MsgHTML := 'Your request has been sent to the Help Desk team:' ||
    v_CRLF || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'YOUR_NAME: ' || :P10_YOUR_NAME || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'COMPANY_Name: ' || :P10_COMAPNY_NAME || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'ADDRESS: ' || :P10_ADDRESS || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'CITY: ' || :P10_CITY || v_CRLF || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'STATE: ' || :P10_STATE || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'ZIP: ' || :P10_ZIP || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'DAYTIME_PHONE: ' || :P10_DAYTIME_PHONE || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'EVENTING_PHONE: ' || :P10_EVENTING_PHONE || v_CRLF || v_CRLF
    v_MsgHTML := v_MsgHTML || 'MOBILE_PHONE: ' || :P10_MOBILE_PHONE || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'FAX: ' || :P10_FAX || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'EMAIL_ADDRESS: ' || :P10_EMAIL_ADDRESS || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'OCCASION: ' || :P10_OCCASION || v_CRLF || v_CRLF
    v_MsgHTML := v_MsgHTML || 'TYPE_OF_PARTY: ' || :P10_TYPE_OF_PARTY || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'DATE_OF_EVENT: ' || :P10_DATE_OF_EVENT || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'TIME_OF_EVENT: ' || :P10_TIME_OF_EVENT || v_CRLF;
    v_MsgHTML := v_MsgHTML || 'LOCATION_OF EVENT: ' || :P10_LOCATION_OF EVENT || v_CRLF || v_CRLF
    v_MsgHTML := v_MsgHTML || 'ESTIMATED_GUEST_COUNT: ' || :P10_ESTIMATED_GUEST_COUNT || v_CRLF;
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => :P16_EMAIL,
    P_BODY => v_message,
    P_BODY_HTML => v_MsgHTML,
    P_SUBJ => :P16_CHURCH_NAME || ' Help Request');
    APEX_MAIL.PUSH_QUEUE;
    end;
    YOUR_NAME,
    COMPANY_NAME,
    ADDRESS,
    CITY,
    STATE,
    ZIP,
    DAYTIME_PHONE,
    EVENTTIME_PHONE,
    MOBILE_PHONE,
    FAX,
    EMAIL_ADDRESS,
    OCCASION,
    TYPE_OF_PARTY,
    DATE_OF_EVENT,
    TIME_OF_EVENT,
    LOCATION_OF EVENT,
    ESTIMATED_GUEST_COUNT

    DECLARE
    v_message VARCHAR2 (4000); v_msghtml VARCHAR2 (4000); v_crlf VARCHAR2 (6) := CHR (13) || CHR (10);BEGIN v_message := 'Your request has been sent to the Help Desk team:' || v_crlf
    || v_crlf; v_message := v_message
    || 'YOUR_NAME: ' || :p10_your_name
    || v_crlf; v_message := v_message
    || 'COMPANY_Name: ' || :p10_comapny_name
    || v_crlf; v_message := v_message
    || 'ADDRESS: ' || :p10_address
    || v_crlf; v_message := v_message
    || 'CITY: ' || :p10_city
    || v_crlf
    || v_crlf; v_message := v_message
    || 'STATE: ' || :p10_state
    || v_crlf; v_message := v_message
    || 'ZIP: ' || :p10_zip
    || v_crlf; v_message := v_message
    || 'DAYTIME_PHONE: ' || :p10_daytime_phone
    || v_crlf; v_message := v_message
    || 'EVENTING_PHONE: ' || :p10_eventing_phone
    || v_crlf
    || v_crlf; v_message := v_message
    || 'MOBILE_PHONE: ' || :p10_mobile_phone
    || v_crlf; v_message := v_message
    || 'FAX: ' || :p10_fax
    || v_crlf; v_message := v_message
    || 'EMAIL_ADDRESS: ' || :p10_email_address
    || v_crlf; v_message := v_message
    || 'OCCASION: ' || :p10_occasion
    || v_crlf
    || v_crlf; v_message := v_message
    || 'TYPE_OF_PARTY: ' || :p10_type_of_party
    || v_crlf; v_message := v_message
    || 'DATE_OF_EVENT: ' || :p10_date_of_event
    || v_crlf; v_message := v_message
    || 'TIME_OF_EVENT: ' || :p10_time_of_event
    || v_crlf; v_message := v_message
    || 'LOCATION_OF EVENT: ' || :p10_location_of_event
    || v_crlf
    || v_crlf; v_message := v_message
    || 'ESTIMATED_GUEST_COUNT: ' || :p10_estimated_guest_count
    || v_crlf;
    v_crlf := '
    '; v_msghtml := 'Your request has been sent to the Help Desk team:' || v_crlf
    || v_crlf; v_msghtml := v_msghtml
    || 'YOUR_NAME: ' || :p10_your_name
    || v_crlf; v_msghtml := v_msghtml
    || 'COMPANY_Name: ' || :p10_comapny_name
    || v_crlf; v_msghtml := v_msghtml
    || 'ADDRESS: ' || :p10_address
    || v_crlf; v_msghtml := v_msghtml
    || 'CITY: ' || :p10_city
    || v_crlf
    || v_crlf; v_msghtml := v_msghtml
    || 'STATE: ' || :p10_state
    || v_crlf; v_msghtml := v_msghtml
    || 'ZIP: ' || :p10_zip
    || v_crlf; v_msghtml := v_msghtml
    || 'DAYTIME_PHONE: ' || :p10_daytime_phone
    || v_crlf; v_msghtml := v_msghtml
    || 'EVENTING_PHONE: ' || :p10_eventing_phone
    || v_crlf
    || v_crlf; v_msghtml := v_msghtml
    || 'MOBILE_PHONE: ' || :p10_mobile_phone
    || v_crlf; v_msghtml := v_msghtml
    || 'FAX: ' || :p10_fax
    || v_crlf; v_msghtml := v_msghtml
    || 'EMAIL_ADDRESS: ' || :p10_email_address
    || v_crlf; v_msghtml := v_msghtml
    || 'OCCASION: ' || :p10_occasion
    || v_crlf
    || v_crlf; v_msghtml := v_msghtml
    || 'TYPE_OF_PARTY: ' || :p10_type_of_party
    || v_crlf; v_msghtml := v_msghtml
    || 'DATE_OF_EVENT: ' || :p10_date_of_event
    || v_crlf; v_msghtml := v_msghtml
    || 'TIME_OF_EVENT: ' || :p10_time_of_event
    || v_crlf; v_msghtml := v_msghtml
    || 'LOCATION_OF EVENT: ' || :p10_location_of_event
    || v_crlf
    || v_crlf; v_msghtml := v_msghtml
    || 'ESTIMATED_GUEST_COUNT: ' || :p10_estimated_guest_count
    || v_crlf;
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => v_message,
    P_BODY_HTML => v_message,
    P_SUBJ => 'Application Comments!!');
    APEX_MAIL.PUSH_QUEUE;
    end;

  • Need help with apex listener administration username & passwd

    Hello,
    I downloaded apex ODD and tried to lunch listener admin http://localhost:8888/apex/listenerAdmin
    Please help me the username and password.
    Thank you very much.

    Hailt wrote:
    Hello,
    I downloaded apex ODD and tried to lunch listener admin http://localhost:8888/apex/listenerAdmin
    Please help me the username and password.
    Thank you very much.1) To not attempt to eat a listener. It is not good for you.
    2) Are you sure you are in the right forum for this? (You may be .. but you may well not be) ... if ODD is open developer day the information on passwords is usually in the installation instructions.
    .. i cant recall having to worry about apex listeners, but i havant used the latest versions ...
    The main purpose of the post way to correct your possible eating disorder.

Maybe you are looking for