APEX and EBS 12.1.1 using jsp

I'm trying to follow http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf to set up a link from APPS to APEX using jsp route and end up with an error. I can see why but don't know how to fix:

Here's what I have so far:

1 - apex (4.0.2.00.07) installed next to the Oracle APPS 12.1.1
2 - apex configured with the latest version of Weblogic
3 - Creating Apex simple report as a public page requiring not just any journal in info
4 - the report is available on the page framework APPS using personalization and after URL: http://myserver.com:7021/apex/f? p = 104:1:
5 - LaunchApex.jsp created and compiled without error in document - removed /pls/ to match with the url above.
6 created the custom system - level = http://myserver.com:7021 site profile.
7 created the function using jsp SSWA, CALL HTML = LaunchApex.jsp [is it enough?], forms/parameters = [left blank - no effect if I add something here]-don't know where to place the settings id numbers and request page?
8. added the function as a set additional menu item in place the user with responsibilities
9 - when click on the newly added item, I see the following URL: http://myserver.com:7021/apex/f? p = NONE: 1::APPS: which clearly lacks the id of the application (104) and page number (1).

As well as the following error:

While waiting for the cookie p_company or wwv_flow_company to contain the id of the owner of the application security group.
Error ERR-7620 could not determine the workspace for application ().


what I'm missing here?

Thanks for the help.

Yes, you're missing compensation of the id of the application.
Try this in the HTML CALL: LaunchApex.jsp? app = 104 & page = 1

Tags: Database

Similar Questions

  • Print with APEX and EBS

    Hi gurus
    I have sucessfully integrated APEX with EBS, do a lot of reports on data from BSE.
    These reports are visible on the screen, but now I need a paper printed some of them.
    After having read a lot of literature, I realized that I need a print as BI Publisher server.
    I'm not sure but I think that EBS uses a similar architecture for printing, with a print server actually generate output.
    Is this correct? If that is correct, can I use the EBS for APEX printing print server? How can I do?

    I use APEX 3.2 and EBS 11.5.10

    Thanks in advance
    Oscar

    EBS has a version of BI publisher, but previous assignments, it was noted that the version of bi publisher integrated with EBS is NOT a version that runs with the integration of the APEX...

    Thank you

    Tony Miller
    Webster, TX

  • ICX/Session Cookie - integration of APEX and Oracle EBS

    Hello

    I'm moving a FND username or id of session ICX APEX of Oracle e-Business to load the information of the employee. The Oracle while paper and the document of the stem of the West, he says that we can use the following functions.

    wfa_sec. GetSession (< username outparameter >);

    icx_sec.GetSessionCookie;

    Both of these functions return-1 or going into exception. I have confirmed with our DBAs that the APEX and e-business are installed on the same domain. APEX has access to the schema of APPS but its connected to one of our schema custom.

    No idea why it does not work?

    In addition, how can I pass the username to fnd the URL using methods (JSP Interoperable with OA) GWY.jsp? targetAppType = APEX & p101:1 or LaunchApex.jsp (depending on jsp SSWA)? Examples? And how can we apply a checksum to the URL, because it originates in Oracle e-Business.

    Your help is very appreciated.

    Hoang.

    We finally got this working. The problem was with load balancing. He was using a https protocol while ApEx has been using http. We changed the balance of the load to a http protocol, the functions return the correct values.

    Hoang.

  • No content is loaded when you try to use Apex and ADR

    Hello

    I try to use Apex 4.2 on a database of 11g XE on a Windows 7 machine and I am running on a question.

    I did the installation and the tasks according to the instructions and had no problem with this.

    I want to use ADR as a standalone option, so I just did the following:

    java -jar ords.war
    

    And went through the configuration options and seized what was needed. I put static resources such as D:\apex\images\ (where is my install apex) and set the port as 8080 I then ran in stand-alone mode, once again just by placing the same order as above and stated that:

    INFO: http://localhost: 8080/ADR / began to.

    Now when I try to connect to this I get a blank page so I thought to go and look at the html source code as I thought it would be that it does not find the static resources, but seen in firebug html code is:

    <html>
    <head>
    <link title="Wrap Long Lines" href="resource://gre-resources/plaintext.css" type="text/css" rel="alternate stylesheet">
    </head>
    <body>
    <pre></pre>
    </body>
    </html>     
    

    I made a mistake in the configuration as its unable to serve the content of the page in the database or I did something else wrong? Windows authorization would have something to do with it or will I be stupid?

    See you soon,.

    Paul.

    Hello

    I realized that it was. It relates to the problems here: Apex 4.2.2 via Apex earpiece 2 - white screen returns

    I don't know why I never saw this in the search. When I called full URL like: http://localhost: 8080/ADR/f? p = 4550:1:0: the apex login screen comes to us as expected.

    Kind regards

    Paul.

  • Apex and Audit Vault - anonymous user instead of use the Apex

    Hello
    We have Apex 3.2 & Audit Vault 10.2.3.
    Audit Vault stores the name of the database user when a table is updated through SQL * Plus etc as expected.
    Problem is by Apex and insert into the db table using simple form on the table of the ANONYMOUS user is registered.
    We have real end-user connected upon Express request.

    Is anyway to configure the Audit Vault or Apex to use/pass v('APP_USER')? Must something be done by their Summit to set up a session?

    Running below shows 2 ANONYMOUS users and no end-user APEX_PUBLIC_USER or Apex.
    Select the user name, count (*)
    session $ v
    Group user name;

    All tips & guidance would be great - thanks in advance

    Hello:

    Since Vault Audit relies on the native database auditing it can only collect information that is recorded by the 'source' database in its audit trail. APEX fills the field of connection with the APP_USER CLIENT_INFO. However, CLIENT_INFO is not recorded in the audit log. Instead, the CLIENT_IDENTIFIER is captured. APEX records a composite value in this area. The value is in the format "APP_USER:SESSION_ID". This value must be recorded in the audit log and therefore sent to Audit Vault. Audit Vault reports should be able to display this field, and you can filter on it to get the information you need.

  • Integration of apex with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading to 11i to R12 and we found that our launch Apex in 11i method no longer works in R12. We try to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled according to the document. When we try to start the apps function if we get:
    An exception occured.
    
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException: 
    
           Missing class: _XXFND__LaunchApex
    
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    
    The missing class is not available from any code-source or loader in the system.
    I have XXX'ed on our field. Someone else has it, or anyone who has successfully integrated apex with EBS R12 can let me know what they were doing?

    Thank you

    Hello

    If the jsp is compiled successfully you can bounce your web server before you can use the jsp. See MOS notes 458338.1 for further details.

    In fact, now that Oracle have updated their FND gateway for integration Apex there are only a few situations (for example, if you want to pass parameters to the function of the form at the Apex) where you need to use a custom jsp page to launch the Apex. In most cases you can use the Oracle provided GWY.jsp to start your Page Apex. To use this jsp, you must apply the patch 12316083 EBS R12 (and the patch 12726556 if you launch in browser forms). How to use the GWY.jsp is described in 'Extending Oracle E-Business Suite Release 12 using Oracle Application Express' white paper.

    Rod West

  • Integration of APEX with EBS R12.1.1

    Dear all,

    As I need to integrate EBS R12.1.1 without SSO and APEX

    To do this, I followed the steps in the link below

    http://forums.Oracle.com/forums/thread.jspa?threadID=586011 & tstart = 0


    The steps are

    Implemented at the Apex:

    1. create a blank page in OAE application, for example P2.

    2. edit the page attribute and set the security - authentication "Page is Public.

    3. create a branch in this page, as follows:

    Direction of Type Page accept transformation (not common)
    On the linen branch point: before header
    Action - Page 101 (that's my login page id)

    Implemented in EBS:

    1. create a profile under the responsibility of the developer of the Application as follows:

    Name OAE_LAUNCHER
    Request < what >
    User profile name Oracle Application Express Launcher
    Oracle Application Express Launcher description

    2. the superior set to the value of profile system-> profile-> system administrator responsibility and look for the "OAE_LAUNCHER". Set the value to the level of the Site as:

    port http:// < hostname >: < apex >/pls/apex

    3 create a function under the responsibility of the administrator system-> Application-> function, as follows:

    Name of the function LAUNCH_APEX
    Application of ApEX launch user function name
    Property function plsql SSWA type
    OAE_PKG of HTML Web. LaunchOAE

    4. create a PL/SQL Web entry under the responsibility of the system-> Security-> PL/SQL Web administrator, as follows:

    Name OAE_PKG
    Type package

    5. create an entry in any menu that need to use this link, as follows:

    Application of quick launch ApEX
    Function start an ApEX Application
    Description start an ApEX Application

    * 6. Compile the package OAE_PKG in EBS database *.

    procedure LaunchOAE (varchar2 parameters) is

    l_apex_launcher varchar2 (2000);
    l_apex_launcher_profile varchar2 (2000);
    l_userid applsys. FND_USER.user_id%type;
    l_username applsys. FND_USER.user_name%type;
    l_launcher_params VARCHAR2 (2000);
    l_resp_id NUMBER;
    l_resp_appl_id NUMBER;
    l_security_group_id NUMBER;
    l_org_id NUMBER;

    Start

    l_apex_launcher_profile: = fnd_profile.value('OAE_LAUNCHER');

    If l_htmldb_launcher_profile IS NULL then
    HTP.p (' contact the system administrator.) ');
    HTP.p ("profile - OAE_LAUNCHER is null");
    return;
    end if;

    l_userid: = FND_GLOBAL. USER_ID;
    l_username: = FND_GLOBAL. USER_NAME;
    l_resp_id: = FND_GLOBAL. RESP_ID;
    l_resp_appl_id: = FND_GLOBAL. RESP_APPL_ID;
    l_security_group_id: = FND_GLOBAL. SECURITY_GROUP_ID;
    l_org_id: = FND_GLOBAL.ORG_ID;

    l_launcher_params: = l_launcher_uri: = ' / f? p = 101:2:NO:P101_USERNAME, P101_PASSWORD, P101_RESP_ID, P101_RESP_APPL_ID, P101_SECURITY_GROUP_ID, P101_ORG_ID:' | l_username | ',' || l_password | «, » || l_resp_id | «, » || l_resp_appl_id | «, » || l_security_group_id | «, » || l_org_id;
    l_apex_launcher: = l_apex_launcher_profile | l_launcher_params;

    owa_util. REDIRECT_URL (l_htmldb_launcher);

    end if;

    exception
    while others then
    HTP.p (SQLERRM);
    end LaunchOAE;


    I'm done up to 5 steps, but in step 6, during the compilation of the procedure, I get an error ORA-00900: invalid SQL statement

    could someone help me solve this error as I followed Rod West document

    If any other progressive documents available for Apex & EBS R12 integration please share.



    Kind regards
    Alexander

    Hi Serge,

    SSWA plsql function, is a property that you define everything by creating a FUNCTION under the RESPONSIBILITY of the SYSTEM ADMINISTRATOR...

    If you want to integrate the APEX with EBS 11i or R12...

    As in R12, the JSP that is given in the document West Rod call APEX page shortly after clicking the menu in EBS...

    Therefore compile the JSP correctly by following the steps in the document, if you have compiled successfully, while the APEX page will be redirected by clicking on the MENU of the EBS.

    Make sure that U compile it successfully...

    Izz all wells
    GTA...

    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

    Published by: GTA on 26 January 2011 22:01

    Published by: GTA on 26 January 2011 22:02

    Published by: GTA on 26 January 2011 22:43

  • Launch Application APEX of EBS

    Hello

    I created an Application in the APEX and want to launch from ebs as a form or a page of the OAF is attached. Could someone let me know the steps for it.

    I need to create a new responsibility for him where it will be attached.

    I use ebs r12 and APEX 4.2

    Read this white paper for the EBS and APEX integration... : http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-ebs-extension-white-paper-345780.pdf

    Thank you

    Tony Miller
    Los Alamos, NM

  • Apex and accept Ref Cursor?

    Apex and accept Ref Cursor?

    Apex and accept objects?

    can someone help me please.

    Hi Nani4850,

    Nani4850 wrote:

    Apex and accept Ref Cursor?

    Apex and accept objects?

    The language of business for APEX is PL/SQL, so yes you can use REF CURSOR and pass objects to you packaged functions/procedures.

    How does this relate to Oracle APEX?

    Please explain what you plan to use a REF CURSOR in the APEX.

    Kind regards

    Kiran

  • APEX and considerations of CAE

    Hey you all APEX gurus.

    I have a few questions about the implementation of MEV for developers and users of the APEX.

    For end-users APEX, it seems simple enough to apply policies MEV using the "PL/SQL initialization" in the properties of the Application of the APEX. Help for this explicit definition mentions VPD, so no problem (theoretically).

    But what do you do to restrict access to the data for APEX developers in SQL Studio using a policy of the CAE?

    What database user session using APEX developer to connect to the database - is the APEX_PUBLIC_USER or the schema assigned to the workspace?

    Tracking the question just for my understanding is: what user database session (s) of the user of the APEX app connects to the database - is the APEX_PUBLIC_USER or the scheme of the analysis of the application?

    Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production

    APEX application Express 5.0.1.00.06

    See you soon,.

    Michael

    Michael Everding wrote:

    If we have a bunch of tables with say ORG_ID column and we want to limit developers to the lines of their own ORG_ID. is it a post login process that can be executed after someone connects to a workspace APEX (as a developer) to apply a VPD policy according to their user name? It seems that, as you say, you can determine access based on the user database, because everyone connects as APEX_PUBLIC_USER or ANONYMOUS. I hope that makes sense.

    It doesn't seem to be any workspace - or equivalent SQL Workshop at the level of the property of initialization Code of PL/SQL application. Re: Apex and the CAE is an old post of team Oracle APEX, but AFAIK nothing has changed since then.

    However, because SQL Workshop is in itself an APEX application, APP_USER is set to the username of the developer, as you want the username of the application when running your applications. See the results of executing the following query in SQL commands:

    select user, v('app_user'), sys_context('userenv', 'current_schema') from dual
    
    USER V('APP_USER') SYS_CONTEXT('USERENV','CURRENT_SCHEMA')
    APEX_PUBLIC_USER FAC586 NANDBTAG

    It does not set a value of context, but it provides a user identifier that could be used in a VPD policy.

  • Oracle APEX and AnyChart

    Hi team,

    I'm working on the instance APEX 5.0 hosted (apex.oracle.com) to create the sample question.

    Here I have region HTML code below:

    <script type="text/javascript" language="javascript" src="/i/flashchart/anychart_6/js/AnyChart.js?v=5.0.0.00.31"></script>
    <div id="container"></div>
    <script type="text/javascript" language="javascript"> 
        //<![CDATA[
        var chart = new AnyChart('/i/flashchart/anychart_6/swf/OracleAnyChart.swf');
        apex.server.process(
            'CALL_CHART',
             {
                x01: "test"
             },
             {
                dataType : 'text',
                success : function (pData)
                {
                    console.log(pData);
                    chart.setData(pData.toString());
                    chart.write('container');
                }
             }
           
        );
       
        //]]>
    </script>
    
    

    Then I have an application process on CALL_CHART with the code

    CALL_CHART;
    
    
    

    And the CALL_CHART procedure that returns the XML simple with hard-coded data currently:

    create or replace  procedure CALL_CHART as
    begin
    htp.p('Cache-Control: no-cache');
       htp.p('Pragma: no-cache');
       owa_util.http_header_close;
    htp.p('<anychart><settings><animation enabled="false"/><no_data show_waiting_animation="False"><label><text>#NO_DATA_MESSAGE#</text><font family="Verdana" bold="yes" size="10"/></label></no_data></settings><margin left="0" top="0" right="0" bottom="0" /><charts><chart plot_type="CategorizedVertical" name="container"> <chart_settings><title enabled="False" /><chart_background><fill type="Solid" color="0xffffff" opacity="0" /><border enabled="false"/><corners type="Square"/></chart_background><data_plot_background></data_plot_background><axes><y_axis ><scale   mode="Normal"    /><title enabled="false" /><labels enabled="true" position="Outside"><font family="Tahoma" size="10" color="0x000000" /><format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format></labels><major_grid enabled="False"/><minor_grid enabled="False"/></y_axis><x_axis><scale  mode="Normal"    /><title enabled="false"/><labels enabled="true" position="Outside"><font family="Tahoma" size="10" color="0x000000" /><format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format></labels><major_grid enabled="True" interlaced="false"><line color="Black" /></major_grid><minor_grid enabled="True"></minor_grid></x_axis></axes></chart_settings><data_plot_settings enable_3d_mode="false" ><bar_series ><tooltip_settings enabled="true"><format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format><font family="Tahoma" size="10" color="0x000000" /><position anchor="Float" valign="Top" padding="10" /></tooltip_settings><label_settings enabled="true" mode="Outside" multi_line_align="Center">            <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format><background enabled="false"/><font family="Tahoma" size="10" color="0x000000" /></label_settings><bar_style></bar_style><marker_settings enabled="True" ><marker type="None" /></marker_settings></bar_series></data_plot_settings>
    <data>
      <series name="Ice Cream">
        <point name="Winter" y="12000" />
        <point name="Spring" y="13000" />
        <point name="Summer" y="25000" />
        <point name="Autumn" y="16000" />
      </series>
      <series name="Chocolate Bars">
        <point name="Winter" y="12000" />
        <point name="Spring" y="12000" />
        <point name="Summer" y="15000" />
        <point name="Autumn" y="16000" />
      </series>
      <series name="Coke">
        <point name="Winter" y="10000" />
        <point name="Spring" y="17000" />
        <point name="Summer" y="19000" />
        <point name="Autumn" y="16000" />
      </series>
    </data>
    </chart></charts></anychart>');
    end;
    
    
    

    But my diagram is just with "Waiting for Data" anyone know how to call javascript Anychart?

    https://Apex.Oracle.com/pls/Apex/f?p=56339

    Sunil/sunil

    chart: test 2

    Help, please

    Hi Sunil,

    I added a new example to my sample application, https://apex.oracle.com/pls/apex/f?p=36648:133, using your snippets as the basis for this.  I just relocated a portion of information, like the positioning of the JS file reference and the function to call the page attributes rather than embedded in the region.  I also slightly modified my version of your process, to remove the 3 lines, as indicated in the information section my diagram below.  This will do the trick for you?

    Kind regards

    Hilary

  • Hi I am new to Oracle APEX and my desires to organize me working on it... can someone help me to begin with?

    Hi I am new to Oracle APEX and my desires to organize me working on it... can someone help me to begin with?

    Hello

    Start reading the documentation

    Oracle Application Express - Documentation

    Check the packaged applications that comes with the APEX.

    You can find a lot of info and examples of Oracle Learning Library

    http://Apex.Oracle.com/pls/Apex/f?p=44785:2:0:FORCE_QUERY:2, IRB, CIR:P2_GROUP_ID, P2_PRODUCT_ID:1000 %2 C 2039

    APEX to read related blogs

    WORLD: APEX Blogroll

    You can find many things from this forum, just use search.

    Kind regards

    Jari

  • Apex and restful Services

    What I have to install apex listener to use Restful Services.
    We are on apex 4.1 and use apex modplsql.
    I have to also install listener apex in order to use restful services or would it not just enougt to Update 4.1 in point 4.1.1 and I can continue to use apex 4.1.1 with modplsql.

    Thank you
    Kumar

    Hi Kumar,

    APEX listener 1.1 (including your 1.1.4 installation) has a different implementation for RESTful Web services. You can access the configuration using own configuration of the APEX listener ("' / listenerAdmin" ").
    The new RESTful implementation integrated at the APEX is provided with the new APEX 2 listener, which is still in the phase of early Adpoters. This is a patch for APEX 4.1 4.1 be able to use it as well. See the installation guide for the current version of EA for more details.
    Since the APEX 4.2 was released today, I would recommend to upgrade to this version instead of patch 4.1 if you have anything that would prevent you from upgrading. And I expect APEX earphone 2 will be released soon as well, even if it has not been an official announcement yet.

    -Udo

  • Add the value of point two apex and display the result in another part of the apex

    Hello

    I need to make the addition of the two item values using apex.item.text and find the result in another apex.item.text.

    For example:
    SELECT
    apex_item. Text(1,null) ONE
    apex_item. Text(2,null) TWO
    apex_item. Text(3,null) RESULT
    FROM EMP
    please suggest me

    Thank you
    Sudhir

    >
    No it does not add the two values in the column, user key to enter the value, it must add the value of the item and displays the result in a dynamic way. Need a suggestion for using javascript
    >
    This requirement was not not clear in the op.

    See the demo of Denes Kubicek.

    This topic is discussed far too often. Have you tried to Oracle Application Express (APEX) and adapting one of the many examples of LoV cascading to your situation?

    See you soon,.

    PS: Tip:
    Look for the p_item_id and p_attributes of the APEX_ITEM API parameters.
    You can call JS functions for example using p_attribute

    APEX_ITEM.TEXT(...
    p_attributes => 'onchange="doTotal(this);"', /* doTotal being your JS Function */
    ...
    

    Published by: Dominic August 16, 2012 11:52

  • How to log on automatically to the apex and run a specific page / application

    Hi all.

    I would like to know if there is a way to connect automatically to the apex and run a specific page / application. I mean, invoke browser and necessary information for you connect (non-public user) and run a specific application (secure ina in if possible).

    Thanks in advance...!

    Hello

    Well, as a very crude test, you can set your authentication scheme being request Express authentication define specific users to Apex. Then, create one before the login process of header on the page of connection (101) to automatically open a session that contains:

    apex_authentication.login(
        p_username => :P101_USERNAME,
        p_password => :P101_PASSWORD );
    :P101_PASSWORD := NULL;
    

    conditional on P101_PASSWORD is not null.

    Then you can login using your username and password in the URL, for example

    f? p = YOURAPP:LOGIN:P101_USERNAME, P101_PASSWORD:username, password

    Rod West

Maybe you are looking for

  • iPhone stuck on recovery mode.

    Alright. So I have an iPhone 5s, I bought it June 16. What makes almost 3 months.I bought then returned, but there has never been any problem.He obtained weat like 2 months ago, but after a night that I put it in rice, it was perfect again! A few day

  • Satellite A200 - Chicony Webcam - resuscitation

    I have a Satellite A200 age of four years with a Chicony Webcam who died a year ago. I had a few unsuccessful attempts at resuscitation, including running the tool of diagnosis of Toshiba (doesn't seem to cover the web - cam) and the process of "repa

  • My printer, which is connected through WEP, is "not responding".

    I have an a Canon MG5200, which is recognized by my computer, is 'no result '.  I added my WEP code on the printer, which indicates that it is 'active '.  "And my computer recognize my printer."   Thank you.

  • Video contrast/brightness changes during recording

    When to play some Windows Media Center tv records changes in contrast or brightness up to a point where the image is dark to see and the brightness of the tv must be set to the top (it does not help the problem altogether). The problem isn't with my

  • How to read on an ipad/iphone/other mobile Mp3s?

    I created a pdf document on my imac containing mp3 files and put them to open in a new window when the user clicks on the link. It works very well in the drive on my imac, but on my iphone and ipad, I can not mp3 for playback using the Reader app.The