Passage of .jspx to .jspx parameter (stubborn TF dropped with .jsff)

Hello

Adfc-config.xml file, I have two pages .jspx A and B

A, I wanted to pass a parameter to B.jspx that has defined TF has dropped with .jsff in it.

I tried to call registered managed bean adfc-config.xml file in B.jspx. But it does not work. Please explain the procedure.

Thank you

Sridhar

Hi Sridhar,

Good to know it worked. Please mark this thread as a response to avoid confusion

Thank you

Seddik

Tags: Java

Similar Questions

  • How the parameter of the procedure with the default table type?

    Hello!

    How the parameter of the procedure with the default table type?
    For example:
    type varchar2lType is table of varchar2(50) index by binary_integer;
    create or replace procedure test1
       (
        s1  varchar2(50)
        sa2 Varchar2Type
       )
    as
    begin
       dbms_output.put_line('yyxxyyy!');
    end;
    /
    Published by: bullbil on 16.01.2012 06:35

    If he should really be an associative array for some reason any (can't think why, but just for fun...) you could declare a dummy array in the packet header and specify as the default:

    create or replace package wr_test
    as
       type varchar2ltype is table of varchar2(50) index by pls_integer;
       g_dflt_varchar2l_tab varchar2ltype;
    
       procedure testit
          ( p_testarray varchar2ltype default g_dflt_varchar2l_tab );
    end wr_test;
    
    create or replace package body wr_test
    as
       procedure testit
          ( p_testarray varchar2ltype default g_dflt_varchar2l_tab )
       is
       begin
          dbms_output.put_line('p_testarray contains ' || p_testarray.count || ' elements');
       end testit;
    
    end wr_test;
    

    It is a bit of a hack, because it relies on a global variable that is exposed. A more orderly approach would overload the procedure so that a version does not have the table and another argument:

    create or replace package wr_test
    as
       type varchar2ltype is table of varchar2(50) index by pls_integer;
    
       procedure testit;
    
       procedure testit
          ( p_testarray varchar2ltype );
    
    end wr_test;
    
    create or replace package body wr_test
    as
    
       procedure testit
       is
          v_default_array varchar2ltype;
       begin
          testit(v_default_array);
       end testit;
    
       procedure testit
          ( p_testarray varchar2ltype )
       is
       begin
          dbms_output.put_line('p_testarray contains ' || p_testarray.count || ' elements');
       end testit;
    
    end wr_test;
    
  • AF:table work in .jspx but works is not in .jsff

    Hi all
    I have an af:query with af:table as element resulting. In af:table have the box for selection of lines and the header of the column of the check box that allows the user to select all rows in the table.
    Select that check box is works well when I'm using jspx page but does not .jsff page, but I need to have the page .jsff I use the taskflow. The taskflow consists of 2 pages of .jsff a FA: query and af: table and the other has updated form.when the user selects the line using the box and click on update of the page will be redirected to the updateform.jsff page.

    My problem of mine is selectall does not work in the .jsff page, he went to the valuechangeevent but it does not reflect in the af. table

    I use jdev 11.1.1.5

    Thanks in advance

    1. have you tried to debug the code of the bean?
    2. you see the "PARAMETER to TRUE/FALSE' printed in journal for a number of times as the number of rows in your table?
    3. can you check string "EventTxnErrors1View1Iterator" is correct in your pagedef file that you used in your code of bean?

  • Passage from one form a parameter on the URL

    Hello. I have the tracking URL to open one of my web forms:
    http://9.35.32.205:7777/forms/frmservlet?config=ttmsmenu&form=drop_cit_brk
    My web form is also set to receive a parameter of 5 characters, but I don't know how to change the URL to pass in my 5 char string. Can someone help me with this syntax?

    Thanks in advance.

    First, you will need to know the name of the parameter set within the shape of the Oracle. Once you have the name of your parameter of forms, you can add the clause of 'otherparams' to the URL. For example:

    http://9.35.32.205:7777/forms/frmservlet?config=ttmsmenu&form=drop_cit_brk&otherparams=YourParamName=5char_string
    

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • The values of different session during the passage of & APP_SESSION. as a parameter

    Hi all

    I use APEX 3.1.1 and have the following problem: I have a JS function in my application, which generates a URL by using the provided parameters. His signature might look like:

    function xxx (p_param_item, p_session, p_app_process, p_app_id)

    Yes, I use this to call for a process on demand application (AJAX magic ;)

    The problem is that when I call a page using item & APP_SESSION. for the 3rd parameter, it seems that for some reason JS receives a different value (I checked myself put an alert and displays the value of the parameter and the & APP_SESSION. string substitution).

    I know will say you: + "then why don't you use & APP_SESSION.» Instead? "+ but the thing is, my JS code in a separate file, and for some reason, APEX does not replace this string on this separate file.

    Then... of suggestions? Ideas? New approaches?
    Thank you all in advance for your help.
    Kind regards

    A & iacute; Prom

    Hello

    In an external file, you can use-

    $x('pInstance').value
    

    or

    $v('pInstance')
    

    (depending on your version of APEX)

    to reference the value of the current session.

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    AWARDS: Don't forget to mark correct or useful posts on the forum, not only for my answers, but for everyone!

  • Passing the parameter to bounded taskflow with setPropertyListener

    Hi, OTN,.

    I can't get how to pass a parameter of ADF defined taskflow entry while I'm trying to follow the dev guide.

    On my JSF page in an area, I have a command button with setPropertyListener. Him his "code:"
    <af:commandButton text="newInformation" id="cb14"
                                      action="newInformation">
                      <af:setPropertyListener type="action"
                                              from="Hello"
                                              to="#{pageFlowScope.inputValue}"/>
                    </af:commandButton>
    JDev warns me that "inputValue is an unknown property.
    action "newInformation" navigates the region to a taskflow bounded, which has input parameter:
    <input-parameter-definition>
          <name>inputParm1</name>
          <value>#{pageFlowScope.inputValue}</value>
          <class>java.lang.String</class>
        </input-parameter-definition>
    Taskflow call activity has input parameter:
        <task-flow-call id="new-inf-tfd">
          <task-flow-reference>
            <document>/WEB-INF/new-inf-tfd.xml</document>
            <id>new-inf-tfd</id>
          </task-flow-reference>
          <input-parameter>
            <name>inputParm1</name>
            <value>#{pageFlowScope.parm1}</value>
          </input-parameter>
        </task-flow-call>
    On the default view of taskflow activity I want to display the parameter:
    <p>
        Here's your param:<af:outputText id="ot1" value="#{pageFlowScope.parm1.inputValue}"/>
    </p>
    And I don't see anything there.
    What did I miss?

    JDev 11.1.1.1.0. Thank you.

    Hi ILya Cyclone,

    I think you're confused. I think it should be like this:

    On my JSF page:


    action = "newInformation" >

    from = 'Hello '.
    to = "#{pageFlowScope.inputValue}" / >

    in stubborn taskflow, which has input parameter:


    inputParm1
    #{pageFlowScope.inputParam}
    java.lang.String

    Taskflow call activity has input parameter:



    /Web-INF/new-INF-TFD.XML
    new-inf-tfd


    inputParm1
    #{pageFlowScope.inputValue}

    On the default view of taskflow activity:


    Here are your settings:

    Sameh Nassar

  • How to change the directory on the Archives of parameter permanently? Try with change change is again after stopping

    Hi all

    I got this setting on the backup database

    SQL > parameters shows Archives;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    ARCHIVE_LAG_TARGET integer 0

    log_archive_config string dg_config = (erpdb, stdby)

    Log_archive_dest chain

    location of string Log_archive_dest_1 = 'G:\ARC', valid_for =

    (ALL_LOGFILES, ALL_ROLES)

    LOG_ARCHIVE_DEST_10 string

    Service string LOG_ARCHIVE_DEST_2 = erpdb valid LGWR ASYNC

    _for = (online_logfiles, primary_

    db_unique_name role) = erpdb

    location of string log_archive_dest_3 = "F:\ARC", valid_for =

    (STANDBY_LOGFILE, STANDBY_ROLE)

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_dest_4 string

    log_archive_dest_5 string

    log_archive_dest_6 string

    log_archive_dest_7 string

    log_archive_dest_8 string

    log_archive_dest_9 string

    log_archive_dest_state_1 string ENABLE

    allow the chain of log_archive_dest_state_10

    allow the chain of LOG_ARCHIVE_DEST_STATE_2

    log_archive_dest_state_3 string ENABLE

    allow the chain of log_archive_dest_state_4

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    allow the chain of log_archive_dest_state_5

    allow the chain of log_archive_dest_state_6

    allow the chain of log_archive_dest_state_7

    allow the chain of log_archive_dest_state_8

    allow the chain of log_archive_dest_state_9

    log_archive_duplex_dest string

    log_archive_format string %t_%s_%r.ARC

    log_archive_local_first Boolean TRUE

    log_archive_max_processes integer 2

    log_archive_min_succeed_dest integer 1

    log_archive_start boolean FALSE

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_trace integer 0

    real chain of remote_archive_enable

    standby_archive_dest string F:\ARC

    SQL >

    I use this to change the directory to F:\ARC to G:\ARC\STANDBY

    SQL > alter system set standby_archive_dest = 'G:\ARC\STANDBY' scope = both;

    Modified system.

    SQL > alter system set log_archive_dest_3 =' location = G:\ARC\STANDBY' scope = both;

    Modified system.

    SQL >

    I checked the new parameter

    SQL > parameters shows Archives;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    ARCHIVE_LAG_TARGET integer 0

    log_archive_config string dg_config = (erpdb, stdby)

    Log_archive_dest chain

    location of string Log_archive_dest_1 = 'G:\ARC', valid_for =

    (ALL_LOGFILES, ALL_ROLES)

    LOG_ARCHIVE_DEST_10 string

    Service string LOG_ARCHIVE_DEST_2 = erpdb valid LGWR ASYNC

    _for = (online_logfiles, primary_

    db_unique_name role) = erpdb

    location of string log_archive_dest_3 = G:\ARC\STANDBY

    log_archive_dest_4 string

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_dest_5 string

    log_archive_dest_6 string

    log_archive_dest_7 string

    log_archive_dest_8 string

    log_archive_dest_9 string

    log_archive_dest_state_1 string ENABLE

    allow the chain of log_archive_dest_state_10

    allow the chain of LOG_ARCHIVE_DEST_STATE_2

    log_archive_dest_state_3 string ENABLE

    allow the chain of log_archive_dest_state_4

    allow the chain of log_archive_dest_state_5

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    allow the chain of log_archive_dest_state_6

    allow the chain of log_archive_dest_state_7

    allow the chain of log_archive_dest_state_8

    allow the chain of log_archive_dest_state_9

    log_archive_duplex_dest string

    log_archive_format string %t_%s_%r.ARC

    log_archive_local_first Boolean TRUE

    log_archive_max_processes integer 2

    log_archive_min_succeed_dest integer 1

    log_archive_start boolean FALSE

    log_archive_trace integer 0

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    real chain of remote_archive_enable

    standby_archive_dest string G:\ARC\STANDBY

    SQL > parameters shows Archives;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    ARCHIVE_LAG_TARGET integer 0

    log_archive_config string dg_config = (erpdb, stdby)

    Log_archive_dest chain

    location of string Log_archive_dest_1 = 'G:\ARC', valid_for =

    (ALL_LOGFILES, ALL_ROLES)

    LOG_ARCHIVE_DEST_10 string

    Service string LOG_ARCHIVE_DEST_2 = erpdb valid LGWR ASYNC

    _for = (online_logfiles, primary_

    db_unique_name role) = erpdb

    location of string log_archive_dest_3 = G:\ARC\STANDBY

    log_archive_dest_4 string

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_dest_5 string

    log_archive_dest_6 string

    log_archive_dest_7 string

    log_archive_dest_8 string

    log_archive_dest_9 string

    log_archive_dest_state_1 string ENABLE

    allow the chain of log_archive_dest_state_10

    allow the chain of LOG_ARCHIVE_DEST_STATE_2

    log_archive_dest_state_3 string ENABLE

    allow the chain of log_archive_dest_state_4

    allow the chain of log_archive_dest_state_5

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    allow the chain of log_archive_dest_state_6

    allow the chain of log_archive_dest_state_7

    allow the chain of log_archive_dest_state_8

    allow the chain of log_archive_dest_state_9

    log_archive_duplex_dest string

    log_archive_format string %t_%s_%r.ARC

    log_archive_local_first Boolean TRUE

    log_archive_max_processes integer 2

    log_archive_min_succeed_dest integer 1

    log_archive_start boolean FALSE

    log_archive_trace integer 0

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    real chain of remote_archive_enable

    standby_archive_dest string G:\ARC\STANDBY

    SQL >

    log_archive_dest_3 has changed from F to G

    standby_archive_dest changed from F to G

    I check again with the judgment

    SQL > alter database recover managed standby database cancel;

    Database altered.

    SQL > shutdown

    ORA-01109: database is not open

    The database is dismounted.

    ORACLE instance stops.

    SQL >

    start the DB again

    SQL > startup nomount;

    ORACLE instance started.

    Total System Global Area 9663676416 bytes

    Bytes of size 2093360 fixed

    2650803920 variable size bytes

    6996099072 of database buffers bytes

    Redo buffers 14680064 bytes

    SQL > alter database base_de_donnees eve of Mount;

    Database altered.

    SQL >

    I check again the parameter

    SQL > parameters shows Archives;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    ARCHIVE_LAG_TARGET integer 0

    log_archive_config string dg_config = (erpdb, stdby)

    Log_archive_dest chain

    location of string Log_archive_dest_1 = 'G:\ARC', valid_for =

    (ALL_LOGFILES, ALL_ROLES)

    LOG_ARCHIVE_DEST_10 string

    Service string LOG_ARCHIVE_DEST_2 = erpdb valid LGWR ASYNC

    _for = (online_logfiles, primary_

    db_unique_name role) = erpdb

    location of string log_archive_dest_3 = "F:\ARC", valid_for =

    (STANDBY_LOGFILE, STANDBY_ROLE)

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_dest_4 string

    log_archive_dest_5 string

    log_archive_dest_6 string

    log_archive_dest_7 string

    log_archive_dest_8 string

    log_archive_dest_9 string

    log_archive_dest_state_1 string ENABLE

    allow the chain of log_archive_dest_state_10

    allow the chain of LOG_ARCHIVE_DEST_STATE_2

    log_archive_dest_state_3 string ENABLE

    allow the chain of log_archive_dest_state_4

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    allow the chain of log_archive_dest_state_5

    allow the chain of log_archive_dest_state_6

    allow the chain of log_archive_dest_state_7

    allow the chain of log_archive_dest_state_8

    allow the chain of log_archive_dest_state_9

    log_archive_duplex_dest string

    log_archive_format string %t_%s_%r.ARC

    log_archive_local_first Boolean TRUE

    log_archive_max_processes integer 2

    log_archive_min_succeed_dest integer 1

    log_archive_start boolean FALSE

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    log_archive_trace integer 0

    real chain of remote_archive_enable

    standby_archive_dest string F:\ARC

    SQL >

    log_archive_dest_3 is back in G F

    standby_archive_dest is returning f G

    How do a perm

    Thank you

    Eddy

    Hello again;

    No matter how lucky you have configured DGMGRL and mix SQL with it? Broker would cause the problem you are reporting.

    Once you start using DGMGRL must stick to it, you cannot mix.

    Best regards

    mseberg

  • Native Web Services database: XMLTYPE parameter in PL/SQL with XMLSCHEMA?

    Hello

    I would like to build a function with a parameter of XMLTYPE is the schema of the base, something like this:

    CREATE FUNCTION xy (p_xml XMLTYPE XMLSCHEMA 'http://myschema.com')...

    For now, I do the following code inside:

    l_xml: = p_xml.createSchemaBasedXML ('http://myschema.com');
    l_xml.schemaValidate ();

    / * validate XML with XSD code * /.
    l_nbr: = l_xml.isschemavalidated ();

    Why I want to put the schema directly in the statement is I want to use this function as a Web Service native Oracle. The web service does not know that the structure of the xml parameter because the schema is not known in the statement.

    Thank you and best regards,
    Andreas

    Published by: mdrake on November 8, 2009 21:55

    At the present time there is no way for the WSDL generated by the Native Web Services database to incorpirate this information. The problem is that there is no way to associate an XML schema to a variable value, parameter or return of PL/SQL. It should be the work of the XML DB and the PL/SQL to achieve group. It will consider a request for improvement.

    Workarounds only that I can think of would be to have a separate WSDL (made by hand) for this service. Of course, this will have to be to some other URL as expected, so this may not be viable, or to provide your own get (extended) WSDL service as part of the package, which adds the schema information in the WSDL. The Web Service consumer then you have to get the base/orawsv/parcel WSDL? WSDL, then get the WSDL extended by callling the appropriate method on the packaging...

  • How can I change the drawing parameter to show filled with objects?

    When I create drawing shapes I see no color or fill.  I know there is a setting that should be changed, so I can see them.  Here is a selection of what of on my screen:

    box.png

    Draw the shape and I see is the green outline of suggestions?

    First try clicking the little greenish square next to the label of the layer in the timeline that shows your screenshot.  It is the outline of the layer control.  If this doesn't help, then click again on it because it was probably OK and you may set to show just the sketch... it should appear full.

    If he has not solved, then in the menu bar select view-> Preview Mode-> and select something else than the contours.

  • access denied when using jsff page but fine with jspx page

    Hi when I run my application am geing this error when the page loads I drag and drop of jsff page in my jspx page, but when I test the business view, that I can consult data read only mode the view has been created based on sql, but when I use only jspx page is fine I can load data

    for example

    Select empno, hr.employee depname

    am in jdeveloper 11.1.1.9.0

    access.PNG

    solution

    include directly inside another JSPX - jsff put rather the jsff in a stubborn taskflow and then drag this taskflow in your jspx as a region.

  • Region of the ADF - JSFF in JSPX Page problem

    Hello world!

    I use JDeveloper 11.1.1.7 and working on ADF

    I have an area on my jspx page. For this, I created a page jspx and a workflow bounded for the region. Bounded task flows has a view and a jsff page.  I dragged and has decreased the flow of work to make the region to jspx page and selected the region. It is looking without problem.

    But I throw jspx page, page works fine with other components. Does not display only the region jspx on page.

    How can I solve this problem?

    Thank you.

    Hello

    If you use the ADF security you config the taskflow with security as well. If you don't use ADF security then you can create a new page and only add the taskflow as a region and see if it works fine in there.

    Concerning

  • New navigation button between JSPX pages.

    Hi all

    I have a fundamental question on the navigation to the previous BUTTON. My request to ADF have JSPX two pages and each page have an own taskFlow as a region. Each task contains two fragments of the page.

    I'm sailing on first page - on-> second page by clicking on the button next to the second fragment of the first taskFlow. I mainly use the faces - config.xml to JSPX navigation and the next 'GoToNext' back button action method string to access the next page. Now, I'm on the second page and displays the first fragment of the second taskFlow.

    When I hit the back button now, I would like to navigate to 'first page & second fragment '. Since I'm on faces-config.xml JSP navigation is always ponited at the first page, so it is always rerendering the first page from the beginning. Please let me know is there is an easy way to manage this back navigation and display the second fragment of the first page. (I'm not asking the 2nd TF inside the TF 1 St)

    Thank you
    KLN

    Hello

    Here is the zip file of sample application.

    Extract and run the view controller-> Web-> WEB - INF-> TF content - Main.xml file (no db connection is required). In the page note that the first box shows "TF1-Frag1" Click Goto Page2 and then Go Back and write down the first button shows "TF1-Frag2.

    Basically, I have 2 fragments in each workflow - tf1 and tf2 (view1.jsff, view2.jsff, view3.jsff and view4.jsff) (with the buttons Frag1 TF1, TF2-Frag1 and Frag2-TF1, TF2-Frag2). Drop the taskflows in 2 pages jspx (Page1.jspx and Page2.jspx) as a region. Have a main taskflow (TF-hand without fragments) and dropped two pages jspx as activities from view with a case of control flow (here and there).

    You can go through the app and I hope he'll prepare your doubts.

    Arun-

  • Invalid parameter of Robocopy

    I get the parameter not valid error with Robocopy.   A previous post of Vista was told to use double quotes directory names with spaces that I do.  Here is an example of the command cmd:

    Robocopy "C:\Users\My utilisateur\Mes Documents\" "«K:\My Documents «Home 050110\» /MT:120/E/XO.

    The answer Robocopy is:

    Started the: SAT may 01 13:05:20 2010

    Source - Documents related to the C:\Users\Jim Langendonk\My' K:\My

    Dest - C:\Windows\system32\Documents\

    Files: Home

    050110 "

    Options: /COPY:DAT R:1000000 /W:30

    As you can see, a lot of mistakes here not to recognize the destination Files not by default *. * and do not recognize the options.  Any help is appreciated.  I used to use XCOPY on XP but XCOPY doesn't work either on this new Windows 7 machine.

    Kind regards

    Jim

    Remove the backslash to each specification of directories and put spaces between options:

    Robocopy 'C:\Users\My utilisateur\Mes Documents' "K:\My Documents 050110 House" /MT:120 / e /XO

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Competitor not starting not not to DR after passage in the

    Hello

    We have successfully configured recovery disaster for 11i ebs on windows environment.

    Redo log shipping and applying normally and its working fine.

    After the passage of the primary on the eve, we synchronized with the new primary database application services.

    But while watching the concurrent managers, we are facing questions.

    In the concurrent Manager log as its display error

    Could not contact Service Manager FNDSM_ORACLEAP_HRDR. The TNS alias could not be located, the listening on ORACLEAP process could not be contacted or the listener cannot generate the process from the Service Manager.

    Could not contact Service Manager FNDSM_ORACLEAP_HRDR. The TNS alias could not be located, the listening on ORACLEDB process could not be contacted or the listener cannot generate the process from the Service Manager.

    We have made the steps below but make even persistent.

    (1) connect apps/primaryapps

    (2) exec FND_CONC_CLONE. SETUP_CLEAN;

    (3) validation;

    (4) run cmclean.sql

    (5) run on nodes DB, CM & WEB autoconfig.

    (6) run @%FND_TOP%\patch\115\sql\afdcm037.sql sccripts also.

    (7) we have correct host entries in the system hosts file.

    Kindly help me to solve this problem.


    Thanks and greetings

    Villi Kumar

    Hello

    The problem is solved now concurrent Manager is up and running after the digital switchover.

    Solution:

    After the passage of the database:

    ------------------------------------------

    Complete the Configuration of database:

    ----------------------------------------

    connect the apps/primaryapps

    SQL > exec fnd_net_services.remove_system ('HRDR');

    SQL > commit;

    SQL > exec fnd_conc_clone.setup_clean;

    run the automatic configuration on db

    lsnrctl stop STHRDR

    lsnrctl start STHRDR

    Synchronization of the application:

    -------------------------------

    disable the listener applcaiton both on the odes before running the automatic configuration.

    Run the autoconfiguration on cm node service

    Run the autoconfig on the node of the Web

    Check the node values using query below:

    ----------------------------------------------------

    Select nodeName in fnd_nodes;

    Select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like '% FNDSM'; ---> to the result of the query, for me web node hostname only came so I ran script below.

    @%FND_TOP%\patch\115\sql\afdcm037.sql ---> this script updates the table with the details of the cm node

    now, it seems very well.

    Select CONCURRENT_QUEUE_NAME in the FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like '% FNDSM ';

    Then restart all servers.

    Now start the database and applications.

    Problem will solve itself.

    Concerning

    Villi Kumar

  • Passing the parameter when pageloads as processRequest in OFA

    Hi friends,

    I developed a page (EmpDetailPG) to view the details of the employees. The data appearing on the EmpDetailPG uses a ViewObject that is based on a query. The query lists the details of all employees.

    However, I have to include this page with EBS. The usercontext is available now in the EBS, and when the user loads the page the usercontext of EBS should be taken and passed this ViewObject on loading the page. This will ensure that the page displays the details of the only employee who is logged. How this can be in the ADF page. Ideas please let me know.

    JDeveloper version is 11.1.2.4.0. EBS is 12.1.3

    Thank you

    Hello

    (1) you must pass the username as a parameter of workflow. And then, you will need to filter your from vo of this username. You can do it on the loading of the page. See the blog post very useful for this http://tompeez.wordpress.com/2014/08/20/jdev-12-1-3-use-default-action-instead-of-invoke-action/

    (2) you need to access the user name of the context and value as a workflow parameter. There might be some expressionLanguage which will return the username you see directions to the user of the present session in EBS

    / Context parameter that provides you with the user name, you need to workflow parameter. Refer

    http://docs.Oracle.com/CD/E14571_01/Web.1111/b31974/taskflows_parameters.htm#CHDIAIJJ

    Thank you

Maybe you are looking for