Retrieve value of the card

Hi all

I want to retrieve the value of the card. What droplets used for this?

Thanks in advance

I want to retrieve the value of the card. What droplets used for this?

You can you ForEach droplet.
For more information, you can go through:
http://docs.Oracle.com/CD/E23095_01/platform.93/PageDevGuide/HTML/s1316foreach01.html
Example:


      
      
              Key is     value is 
       

-RMishra

Edited by: RMishra February 12, 2013 18:37

Tags: Oracle Applications

Similar Questions

  • How to get the value of the card that is clicked

    Hello

    I work in the apex 5.0 with universal theme.

    I had a type list box.

    Attributes, I chose the cards of value as a list template.

    When someone clicks on the map, it will be redirected to another page. Before that happens, I want to fix an application with the value of the card that has been selected.

    I can't understand how to do this. I tried with dynamic action, but that has not worked.

    Hello

    If I'm not completely wrong and that you set the item asking "Checksum Required - Session-level" we'll automatically the checksum protect your URL and users will not be able to change it manually. Don't forget that with dynamic action that is executed on the client side, you will never be able to change your point of application safely. All dynamic action can can also be done manually by the user. Links with checksum are safe because him are generated server-side.

    Concerning

    Patrick

  • SQL statement to retrieve value from the attribute using XPATH

    Hi all

    I think this is the right place to post this request since it is related to oracle and xpath.

    I'm writing a sql statement of xpath that will extract the value of the column attribute is what type of clob data. Here is the xml example (xml_content is the column name)



    < RAFSCREEN >
    < Home >
    < clientnumber reference = "123123" >
    < / servant >
    < RAFSCREEN >



    I need to output query should return 123123.
    I'm using query

    Select extract (xmltype (xml_content), 'RAFSCREEN, Domestic, @clientnumber') as clientnumber from table_name

    It will be very useful if someone answer this question.
    Thank you

    It is Possible...

    10g> with form_content
      2  as
      3  (
      4  select 212 form_content_id , '    ' xml_content from dual union all
      5  select 222 , '    '   from dual union all
      6  select 223 , '    '   from dual union all
      7  select 224 , '    '   from dual )
      8  select form_content_id, extractValue(xmltype(xml_content),'/RAF/XBorderRAF/ReviewReferences/@clientLegalName') as clientnumber
      9  from form_content ;
    
    FORM_CONTENT_ID CLIENTNUMBER
    --------------- --------------------------------------------------------------------------------------------------------------------------------------------
    212      ABC123
    222      ZY123
    223      IN123
    224      NL123
    
    4 rows selected.
    

    Your request (you need)

    select form_content_id, extractValue(xmltype(xml_content),'/RAF/XBorderRAF/ReviewReferences/@clientLegalName') as clientnumber
    from form_content ;
    
  • Skillbuilders Super LOV - values of the card IN an another LOV?

    Hello
    I'm trying to get the value of a STAFF to return in another SLOV.
    But I can't make it work.

    Basic example on

    http://Apex.Oracle.com/pls/Apex/f?p=4500:1000:15922477788607
    workspace: blobvideo
    user name: admin
    password: fremantl3

    Application: video blobbing
    page: 4

    Feels like I have to do something stupid, but I don't see what.

    See you soon
    Mark

    (PS apologies for the user name empty. Apparently, it takes 6 hours to go to what I put it...)

    Published by: 946028 on October 9, 2012 03:07
  • Get the value of the question page before submitting.

    Hello all, I use the Application Express 4.2.5.00.08. I have a question on getting a value for a page element before the page is sent. I have a dynamic action:

    Action: Moving the mouse (on a region/State)

    Real Action: $('a[href*="39"]').each (function (index) {}
    lnk = $(this) .attr ('href');
    $(this) .parent)
    . Parent ('tr')
    .Attr ("href data ', lnk")
    {.mouseover (function ()}
    $(this) .css ("cursor", "pointer");
    Lrowrequired var = $(this) .closest ("tr"),.
    BLOCK = lRow.find("td[headers=BLOCK]").text ();
    $x('P39_BLOCK').value = BLOCK;
    })
    {.mouseleave (function ()}
    $(this) .css ('cursor', 'default');
    })
    });

    I am successfully able to get the value of the line while I'm hovering above the report (and P39_BLOCK is refreshing). But, in this case, the value is not set whenever it changes. My question is, if I need to use this value (say, put an another page element when P39_BLOCK is changed) without submitting the page, how is that possible?

    Kind regards
    MFadel.

    Hi Mohamed,

    That's what bothers! In my first dynamic action, I have real action 'Execute JavaScript Code', which doesn't have a property "Page items to show.". And I need this code to retrieve values from the row of the report.

    On the right, you will have the option 'page elements to present' the dynamic JavaScript actions. Only the PL/SQL. And you do not need to handle things strictly the use of javascript. JavaScript is usually used to manipulate items on the page itself, not the things on the server/session). If you need to present before your PL/SQL block, you can either use AJAX call, or you can create a dynamic action of PL/SQL that runs before your JavaScript. Put this field in the 'submit' page elements and the block of code, just put null;

    Here's a sample in javascript, ajax call. It pushes three elements of the page in the session or in the scope where APEX can access their values. You can return values through AJAX if necessary also:

    $.ajax ({type: 'POST',})

    URL: "wwv_flow.show",

    data: {}

    p_flow_id: $('#pFlowId').val (),.

    p_flow_step_id: page,.

    p_instance: $('#pInstance').val (),.

    "x 01': P39_PAGE_ITEM_1, '.

    "x 02': P39_PAGE_ITEM_2, '.

    "x 03': P39_PAGE_ITEM_3, '.

    p_request: 'APPLICATION_PROCESS = YOUR_PROCESS_NAME'

    },

    success: function (data) {}

    Console.log (Data);

    }

    });

    Then you would have a PL/SQL process called YOUR_PROCESS_NAME that can refer to variables such as

    my_var_1 VARCHAR2 (100 CHAR): = APEX_APPLICATION. G_X01; -Javascript password

    my_var_2 VARCHAR2 (100 CHAR): = APEX_APPLICATION. G_X02; -Javascript password

    my_var_3 VARCHAR2 (4000 TANK): = APEX_APPLICATION. G_X03; -Javascript password

    Can I use in my "PL/SQL procedure? Because in the end, I'm trying to use this value in a PL/SQL procedure:

    To answer your last question, Yes, you can use the P39_BLOCK in your PL/SQL, how you demonstrated above, but you must submit in the 'page' referred to submit box, otherwise it uses the last value that has been submitted.

    What I'm not clear, is do you need really value before executing the PL/SQL or you just want your PL/SQL? If you just try to pass it in PL/SQL and then just use the dynamic action of PL/SQL and pass it by using the "elements of the page to present. '' Remember, if you need a new value to publish on the page, you will need to put these fields in the box "items to display the page.

    If you only need the value of front page because you will use in javascript, somewhere, then reference it with jQuery or js and then use AJAX to continue your treatment.

    A third way, you could do, is to create a dynamic action of PL/SQL that runs before the javascript code that is null; in the body of PL/SQL, but put the P39_BLOCK in the "elements of page to submit" box. Who will just send the page element, and then take action dynamic javascript. But, I don't know why you would do that since you can't have the value submitted for javascript to use.

    Hope that all makes sense.

    Jen

  • Visualization of more values on the graph of the DAQ card

    Hello

    I acquire a Signal using the data acquisition card, the problem is that I can view only a few values on the graph of a waveform. Guide kindly of me if I want to see the points more on the graphical waveform, what I would do in my programming window.

    Concerning

    I think that you just want to use a TABLE instead of a chart.  A graph has an associated history, so that it shows more that just the last data series acquired you and wrote to the curve.

  • What type of connections I do for the acquisition of data PCI 619 card pins? What I have to give it to the ground and the CCV on the pins of the connector myself? What should be the value of the SCR I need to give to the PIN?

    I have a PCI 6519 data acquisition card. I want to install it on the PC and use it outputs to control a robot. I have problems with the connections to the terminal block which is attached to the cable.

    What type of connections I do for the acquisition of data PCI 619 card pins? What I have to give it to the ground and the CCV on the pins of the connector myself? What should be the value of the SCR I need to give to the PIN?


  • How to store and retrieve long values in the store persistent

    Hello

    In my application I want to store and retrieve long values in the persistent store that I used with Longvector and all is well, but LongVector is supported for operating system > = 4.6

    I need to work my request in 4.5 also, can any one infrom me what are the other alternatives, I have to get my pls any abstract requirement...

    Vector v = new Vector();
    fill vector
    Long premierElement = (Long) v.firstElement ();
    myLong long = firstElement.longValue ();

  • search form Web apps: how to retrieve the value of the data-source type field

    Hello

    My question is:

    How can I retrieve the value of the source field of a web - app data-types when you insert the "form web search apps" on a web page.

    I have a web application that contains fields from the data source of the type. These fields to recover the (data) value of the 'web app' - 'elements of the field' field of another web application.

    When I insert the form

    Web apps

    Web apps-search form

    Name of the Web application

    It displays the fields with the field (ie. string, number) types other than type of field 'data source '.

    (Note: in the mode 'model of list' module of data tags, the fields of the data source are visible).

    What other (alternative) possibilities are there to create a search form?

    Thanks for your help.

    Kind regards

    Carla

    By chance, I came up with this workaround. Of course there are other methods to get your data from a web - app, but if you want to use the 'Web apps search form', it would be a workaround.

    I noticed that the "Web apps entry form" contains all the fields of web applications for your web application (including the fields of the data source).

    It is possible to add the fields to the form of the "Web apps entry form" in the «Web apps search form»

    If you insert the "Web apps entry form" on a blank page, you will see all the fields in your web App including the "data source fields. The names of form fields contain something like.

  • Retrieve column values is the only character

    Hi all

    I have a column whose values are the combination of characters and the number. example below.

    1L2P - 7 K-004-ADJAEA

    3L 24-7825767 - CC5YGY

    9030-CAP

    LOCK-9030-NOTSERV

    NO-10E987-SERV

    But I need to retrieve data that has only the character before the 1st dash '-'.

    Query for the above values.

    WITH SAMPLE_TAB

    AS

    (SELECT 'NON-10E987-SERV"AS DOUBLE DIGIT

    UNION

    SELECT ' 1L2P - 7K 004 - ADJAEA "AS THE DOUBLE DIGIT

    UNION

    SELECT "LOCK-9030-NOTSERV" AS THE DOUBLE DIGIT

    UNION

    ' SELECT ' 3 L 24-7825767-CC5YGY "AS THE DOUBLE DIGIT

    UNION

    SELECT "FUEL-9030-CAP" AS DOUBLE DIGIT

    )

    SELECT * FROM SAMPLE_TAB;

    Power required:

    9030-CAP

    NO-10E987-SERV

    LOCK-9030-NOTSERV

    Enjoy all that help.

    Thank you

    Hello

    MSB says:

    Hi all

    I have a column whose values are the combination of characters and the number. example below.

    1L2P - 7 K-004-ADJAEA

    3L 24-7825767 - CC5YGY

    9030-CAP

    LOCK-9030-NOTSERV

    NO-10E987-SERV

    But I need to retrieve data that has only the character before the 1st dash '-'.

    Query for the above values.

    WITH SAMPLE_TAB

    AS

    (SELECT 'NON-10E987-SERV"AS DOUBLE DIGIT

    UNION

    SELECT ' 1L2P - 7K 004 - ADJAEA "AS THE DOUBLE DIGIT

    UNION

    SELECT "LOCK-9030-NOTSERV" AS THE DOUBLE DIGIT

    UNION

    ' SELECT ' 3 L 24-7825767-CC5YGY "AS THE DOUBLE DIGIT

    UNION

    SELECT "FUEL-9030-CAP" AS DOUBLE DIGIT

    )

    SELECT * FROM SAMPLE_TAB;

    Power required:

    9030-CAP

    NO-10E987-SERV

    LOCK-9030-NOTSERV

    Enjoy all that help.

    Thank you

    Perhaps the easiest way is

    ...

    WHERE REGEXP_LIKE (alphanumeric, ' ^ [[: alpha:]] + -')

    You could also write it like this:

    SELECT *.

    OF sample_tab

    WHERE REGEXP_LIKE (alphanumeric

    , '^'              || -at the beginning of the string

    "[[: alpha:]]' |" -alphabetical character (from A to Z according to your language, case insensitive)

    '+'              || -the above can occur 1 or more times

    '-'-(no special meaning) the hyphen character

    )

    ;

  • create the cookie using pl sql and retrieve values

    Hello
    I am currently in an urgent need to create cookies to BE oracle and also read the values of the. I tried to use code below. his display error
    code
    DECLARE
    ourcookie owa_cookie.cookie;
    BEGIN
    ourCookie: = owa_cookie.get('SESSION2');
    END;
    /

    BEGIN

    owa_util.mime_header ("text/html", FALSE ");

    -Create a cookie
    (owa_cookie). Send
    name = > 'SESSION. "
    value = > '344444',.
    expires = > sysdate + 2,.
    path = > ' / ');


    owa_util.http_header_close;

    EXCEPTION
    WHEN OTHER THEN NULL;

    END;


    But when I'm reading the cookie that I created, I am unable to exercise

    -It's for reading cookies
    DECLARE
    ourcookie owa_cookie.cookie;
    BEGIN
    ourCookie: = owa_cookie.get('SESSION2');
    END;
    /

    error:
    ORA-06502: PL/SQL: digital error or value
    ORA-06512: at "SYS." OWA_UTIL", line 325
    ORA-06512: at "SYS." OWA_COOKIE', line 36
    ORA-06512: at "SYS." OWA_COOKIE', line 140
    ORA-06512: at line 4 level

    842106 wrote:

    Now according to the guidelines of your comment, I created a simple OWA environment and run the code below. Now I get not found error of data

    ORA-01403: no data found
    ORA-06512: at line 23

    The error is caused the cookie is not found.

    The following is not valid - as there is no browser to receive the cookie:

    (owa_cookie). Send
    name-online "SESSION1"
    value-online '344433',
    expires => it sysdate + 2,.
    => path ' / '.
    );

    The following code must set the CGI environment - and add the cookie to the environment for the following code to read (as shown in the code example that I posted in the 2nd thread I talked to you):

    / * Initialization * /.
    OWA.cgi_var_name (1): = 'something ';
    OWA.cgi_var_val (1): = "other";
    OWA.init_cgi_env (1, owa.cgi_var_name, owa.cgi_var_val);
    / * End initialization * /.

    Of course, the following code will fail with a NO_DATA_FOUND there is no cookie.

    ourCookie: = owa_cookie.get('SESSION1');
    v_session: = ourCookie.vals (1);

    So it is not possible to create a true cookie and retrieve the value of CGI environment or apex not?

    Yes. But the web browser is non-existent. Then, you need create the CGI environment, which would have created the web server, before you call your allowed web code PL/SQL.

    In other words, if your initialization code of CGI should pretend that it is the web server, he received the call from web browser, it received the cookie (s) from the web browser - and now she needs to create the CGI (including cookies) environment for this web browser, and then call the procedure PL/SQL referenced by the browser in the URL, he argued.

  • retrieve values, regardless of the case

    Hi all
    How to retrieve values, regardless of the case. For Examle,.
    column_value = "name" when I try to retrieve using the
    select *  from table where column_value = 'NAME'
    
    But when i use the following query it is working
    select *  from table where column_value = Lower('NAME')
    My request will contain values higher or lower, so regardless of case-sensitive, I need to retrieve values. How this might be possible.

    Thank you

    You must apply the case function to both sides to ignore case

    select *  from table where lower(column_value) = Lower('NAME')
    
    //OR
    
    select *  from table where upper(column_value) = upper('NAME')
    
  • Error when retrieving the value of the pair name / value

    Hi gentlemen,

    I am facing a problem while retrieving the value of the pair name / value in the incoming XML file. I am using an Xpath query to retrieve the value but Jdeveloper gives me
    an invalid expression error.

    Please find below the new xml and xquery.

    < ebo:QueryItemListEBM xmlns:ebo = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V2" >
    < ebo:DataArea xmlns:aia = "http://www.oracle.com/XSL/Transform/java/oracle.apps.aia.core.xpath.AIAFunctions" xmlns:coreitem = "http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V2" >
    < ebo:Query >
    < ebo:QueryCode > QUERY_ITEMS < / ebo:QueryCode >
    < corecom:QueryCriteria xmlns:corecom = "http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2" >
    < corecom:QueryExpression >
    < corecom:ValueExpression >
    < corecom:ElementPath > ItemEBO/Item/InventoryLocation/BusinessComponentID < / corecom:ElementPath >
    < corecom: Value > 82 < / corecom: Value >
    < / corecom:ValueExpression >
    < corecom:ValueExpression >
    < corecom:ElementPath > ItemEBO/Item/ItemIdentification/ContextID@OPERATING_UNIT_ID < / corecom:ElementPath >
    < corecom: Value / >
    < / corecom:ValueExpression >
    < corecom:ValueExpression >
    < corecom:ElementPath > ItemEBO/Identification/BusinessComponentID < / corecom:ElementPath >
    < corecom: Value > ba55de86-d8b4-4db1-b599-5aef8424ac3b < / corecom: Value >
    < / corecom:ValueExpression >
    < corecom:ValueExpression >
    < corecom:ElementPath > ItemEBO/Item/ItemIdentification/ContextID@STRUCTURE_NAME < / corecom:ElementPath >
    < corecom: Value > PIM_PBOM_S < / corecom: Value >
    < / corecom:ValueExpression >
    < corecom:ValueExpression >
    < corecom:ElementPath > ItemEBO/Identification/review < / corecom:ElementPath >
    < corecom: Value > 208281 < / corecom: Value >
    < / corecom:ValueExpression >
    < / corecom:QueryExpression >
    < / corecom:QueryCriteria >
    < / ebo:Query >
    < / ebo:DataArea >
    < / ebo:QueryItemListEBM >

    I need to retrieve the value 'ba55de86-d8b4-4db1-b599-5aef8424ac3b' on top of xml and xpath expression that I used is:

    bpws:.

    Please help with your valuable contributions.

    Thank you and best regards,
    Vikas marzouk

    829347 wrote:
    Hi Vlad,

    It works quite well. A big thank you to you.

    see you soon,
    Vikas

    Hi Vikas, could you marking my answer as correct then?

    Thank you
    Vlad

  • Retrieve the value of the session of statistics_level

    Hello

    is there a way to retrieve the current value (i.e. session) of the parameter statistics_level when the user does not have access to the parameter$ v?

    I need to do that through JDBC if all SQL * more order is not an option

    Ideally, a solution that works on 10.x and 11.x

    The reason why I need this, is that I want to change the level of 'all' but change back to the original value after my program is done.

    I would like to avoid re - connect in order to reset this value.

    Thank you

    I'm curious to know why you want to change the parameter STATISTICS_LEVEL across the session. There is probably a good reason for the change, but the WHOLE setting can cause significant performance problems (10.x seems to be more affected by the change, more noticeable with Oracle database type nested loops joins).

    If your session is allowed to query V$ SES_OPTIMIZER_ENV, you can determine the current value of the parameter STATISTICS_LEVEL of the session:

    SELECT
      SID,
      NAME,
      VALUE
    FROM
      V$SES_OPTIMIZER_ENV
    WHERE
      NAME='statistics_level'
    ORDER BY
      SID;
    
    SID NAME                 VALUE
    --- -------------------- -------
      1 statistics_level     typical
      2 statistics_level     typical
      3 statistics_level     typical
     32 statistics_level     typical
     63 statistics_level     typical
     64 statistics_level     typical
     65 statistics_level     typical
     94 statistics_level     typical
     95 statistics_level     typical
     96 statistics_level     typical
    125 statistics_level     typical
    126 statistics_level     typical
    127 statistics_level     typical
    128 statistics_level     basic
    129 statistics_level     typical
    156 statistics_level     typical
    157 statistics_level     typical
    158 statistics_level     typical
    161 statistics_level     typical
    187 statistics_level     typical
    188 statistics_level     typical
    189 statistics_level     typical
    190 statistics_level     basic
    191 statistics_level     typical
    192 statistics_level     basic
    218 statistics_level     typical
    219 statistics_level     typical
    220 statistics_level     basic
    221 statistics_level     basic
    222 statistics_level     typical
    

    Otherwise, specific to the current session:

    SELECT
      SID,
      NAME,
      VALUE
    FROM
      V$SES_OPTIMIZER_ENV
    WHERE
      NAME='statistics_level'
      AND SID=
        (SELECT
           SID
         FROM
           V$MYSTAT
         WHERE
           ROWNUM=1);
    
    SID NAME                 VALUE
    --- -------------------- -------
     65 statistics_level     typical
    

    Charles Hooper
    http://hoopercharles.WordPress.com/
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • Retrieve the value of the sequence

    Hello

    I'm fairly new to Apex and I have a question about it.

    I have a form that users can fill data and send it in a table.
    The PK is taken from a sequence and submit the value retrieved is put in the table.

    So far so good.

    Now what I want to do is that, on Submit, still recoverable it value of the sequence also be put in another table.
    I did a process with the following source:

    insert into kl_hw (hardware_id_fk, klantnr_fk) VALUES (: P4_HARDWARE_ID, 1);

    But the: P4_HARDWARE_ID has no value yet.
    What can I do to get the value of sequence early or what is the correct way to do this?

    Any help would be appreciated.

    Wim

    When you run 1 process, it's like a row of process of

    ? In this process define you a page hidden item using the method previously posted and then use this element when you provide elements to the other table...

    Thank you

    Tony Miller
    Webster, TX

    What happens if you were really stalking a paranoid schizophrenic... They would know?

    If you answer this question, please mark the thread as closed and give points where won...

Maybe you are looking for