apex_debug.message vs wwv_flow.debug

Hi all:

What is the difference between the procedure apex_debug.message () and wwv_flow.debug ()? It seems to me that both can be used to connect the debugging. When should I use each of them?

Thank you!

Kevin

Hey Kevin,

wwv_flow. Debug is an older version, and apex_debug.message is the most recent version (with more features). Better use apex_debug, its official documented:

https://docs.Oracle.com/database/121/AEAPI/apex_debug.htm#AEAPI29228

Concerning

Sebastian

Tags: Database

Similar Questions

  • log messages interpreting w32time debug

    Hi all

    I turned on the time Service Windows debug logging to study if time maoeoeuvres were interfere with something that I'm trying, but I'm unable to interpret the log messages. For example:
    150638 s 21:28:58.1069512 - ClockDispln Discipline: * TILT * TIME *-PhCRR :-20 CR:156001 PhCR:20 UI:30000 phcT:19231 KPhO:-621428
    I can't find any documentation on what PhCRR, CR, PhCR etc means, or what units they are in. If someone could help me interpret this message, I would be very grateful.
    -Jo

    Hi Jo,.

    I ask you to post this question on the TechNet forums in the following link, because they are better equipped to help you.

    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/threads

    Please get back to us with any other questions you may have about Windows operating systems.

  • Help with the help of APEX_DEBUG. MESSAGE FROM 4.2.5.00.08

    Version 4.2.5.00.08

    Hello

    I tried to get messages to display in the report 'Debug Mode' of debugging.

    I have a process page with this code snippet:

    IF (: P71_REFUND_ALL = 'Y') THEN
    SELECT SUM (dtl.amount) amount
    IN v_tot_refund_amt
    OF transaction_detail TLD
    JOIN product prod ON dtl.product_id = prod.product_id
    JOIN product_type prod_type ON prod.product_type_id = prod_type.product_type_id
    LEFT JOIN credit_detail ON dtl.dtl_transaction_id = ncd.dtl_transaction_id ncd
    LEFT JOIN its_result ON dtl.dtl_transaction_id = itsr.registration_id itsr
    WHERE dtl.hdr_transaction_id =: P71_HDR_TRANSACTION_ID;

    apex_debug.message ("v_tot_refund_amt1: %,: v_tot_refund_amt ');

    I also tried:

    apex_debug.message ("v_tot_refund_amt1: %, v_tot_refund_amt"); -NO COLON

    apex_debug.message ('v_tot_refund_amt1: ' | v_tot_refund_amt);

    I start page, click the DEBUG link in the developer toolbar and submit the page (by a button).

    Click the Debug view on the developer tools toolbar and click on the identifier of the view for the 'Show' in the Path Info column.

    The text: "v_tot_refund_amt1" is not in the report.

    I also looked at the report 'Accept' too.

    What I am doing wrong?

    Can what information I provide?

    Thank you

    Joe

    Tony/Pavel/Paul,

    Thank you all for the reply.

    Messages now.

    I have saw that the process of Page had an unconditional affection on this subject. I put the process pull the button submit, but I never looked at the properties of the button itself (why if I... it is a "submit" button!).

    Well, there was a Javascript redirect on the button!

    Paul provided the tip to the process Page and saw that a message says that it has been ignored, because it does not match the value of the CLAIM.

    The Javascript code needed to display a message asking if the user wants to submit the form. Of course, I saw the message, but not too think about it.

    The submit API that was used was: document.wwv_flow.submit ();

    I changed it to: apex.submit ("APPLY_REFUND"); and set the Condition on the process of the Page to the new button, and the message was displayed.

    Thank you all very much!

    Joe

  • wwv_flow. Debug

    Hello

    I recently read that wwv_flow.debug had been integrated in the APEX by a built-in command.


    Anyone happen to know the name / the new command for that I can't find it anywhere.

    II.

    Hello

    You mean the APEX_DEBUG_MESSAGE package
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_debug.htm#CEGGIAIF

    Or APEX_APPLICATION. G_DEBUG
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_app.htm#CHDDADIE
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/concept_sub.htm#sthref171

    Or something else?

    Kind regards
    Jari

    -----
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Tips to debug / find the source of the problem?

    Hello

    I have a problem with an ApEx application that is a little large and complex.
    Anyone has any suggestions or tips to find where a bug in the program data that happens?

    My version of the ApEx is 3.2.1.00.12

    Tips for debugging / tracing are greatly appreciated!


    Details of the problem:
    Somewhere, the values in the ApEx APEX_APPLICATION collection. G_F33 get set of duplicates.
    In a process Page:
    FOR i in 1..APEX_APPLICATION.G_F33.COUNT LOOP
    -- This code is running too many times
    END LOOP;

    In very general terms, here under the name of debugging tips:

    1. (this is a sine qua non btw - stop what you are doing and do this first): see the documentation of the APEX for a debugging guide. There are references to the "window of Session' and 'Debug Mode' - making use of these views can give you a lot of detailed information on the current status of your application and what happens during the loading of the page.

    2 make use of the

    wwv_flow.debug
    

    function of output messages, which can be seen in the denunciation of "Debug" (see above) - it's kind of equivalent to the use of the former

     DBMS_OUTPUT
    

    in the world of PL/SQL.

    3. in the more complex application logic/code, try save information using a kind of framework for logging - either something about measurement or using a solution "on shelf".

    I would say that under option 3, especially for capturing information about errors/exceptions. I used to use my own custom logging package/table combination, but I moved to the use of APEX Logger of Tyler Muth *, which helped improve the debugging/alpha test of my applications without end.

    It is very easy to install, simply require some relatively minor privileges database and executing a single SQL script (of course if you do not have the relevant privileges, talk with your local administrator own - bring beer/chocolate/candy / [bribe choices] to facilitate).

    While writing the application code, you can insert calls to the relevant Recorder function in areas requiring an observation. These entries can then be queried via built-in views. In addition, you can capture complete session Apex information with a simple function call, which allows you to examine the State of the whole application at a point of run (particularly useful for situations where there is a reference to several pages or elements of application).

    Once you have finished your debugging phase, you also have the option to change the logging levels so that (for example when you move to a production environment) you can turn off logging completely or leave it to report errors only.

    (*) I have no affiliation with Tyler Muth or recorder of APEX is said by the way

  • How to get DEBUGGING into the command prompt

    I got to the House and I need to play with DEBUGGING in the CMD.  However, whenever I type "debug" in cmd, I get the following message:

    "A 'DEBUG' is not recognized as a command internal or external, an executable program or batch file."

    I also tried to run CMD as administrator, but that did not help.

    How to enter DEBUG?

    Hello

    By default what is Debug:

    'C:\Windows\System32\debug.exe '.

    You need an assembler.

    This question would be better asked in the MSDN Forums.

    MSDN
    http://msdn.Microsoft.com/en-us/default.aspx

    MSDN - where is the Forum for...
    http://social.msdn.Microsoft.com/forums/en-us/whatforum/threads

    MSDN - Forums
    http://social.msdn.Microsoft.com/forums/en-us/categories

    Assembly language
    http://en.Wikipedia.org/wiki/Assembly_language

    Freebyte's Guide to... Assembler free programming
    http://www.Freebyte.com/programming/assembler/

    Programming in assembler
    http://www.cs.uakron.edu/~margush/306old/index.html

    Using the Microsoft Windows Debugger (WinDbg)
    http://kipirvine.com/ASM/4th/debug/WinDbg/index.htm

    WinDbg
    http://en.Wikipedia.org/wiki/WinDbg

    Download and install the debugging tools for Windows
    http://www.Microsoft.com/whdc/devtools/debugging/default.mspx

    OllyDbg
    http://www.OllyDbg.de/

    The place on the net to learn Assembly
    http://homepage.Mac.com/randyhyde/Webster.cs.UCR.edu/index.html

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Momentics IDE appears to hang in debug mode

    Hey. I just started using Momentics IDE 2.1.1 with the 10.3.1.2267 simulator, and after getting an error message (I'll come back to that) panels of FDI seem stuck in debug with the debugging in the top pane on the left. I pressed Stop, the big red button, and it doesn't seem to work. I want to go back to available to panels with the code in the main central panel. (It says done in the message in the debug pane)

    Grateful help ny

    See you soon

    Justin D.

    P.s. The backs do BB apps after a few years away, good to be back.

    Do you mean that Momentics does not meet the entry or it does not change in the Debug Perspective for the C/C++ editor QML prospects after debugging is complete?

    The prospect does not change automatically once debugging is complete.  To switch to a different perspective use the buttons at the top right of the toolbar or go to the window menu and choose Open Perspective and then C/C++ or QML edition.

  • How to debug on 8700 os upgraded 6

    Hi all

    I updated my Bold 9700 OS 6. Now when I try to debug on device, I see a message saying "no debug information is found for the"net_rim_cldl"module. Please make sure that you have installed the Simulator package that matches the handheld code you are trying to debug. »

    I tried to install the Simulator for 9780 and 9800 but nothing changes.

    How can I solve this? Is there a special version of the 9700 with os 6 Simulator?

    Kind regards

    Riccardo

    You need to install a BlackBerry smartphone Simulator that corresponds to the version of the BlackBerry device of your BlackBerry Bold 9700 software (4-digit must match).

  • How to debug an applicatioon what

    Hello

    IM newbie on what development and I want to write a debug message with console.debug (QML) and qDebug() on c ++, but it does not work with me.

    is there another way to do the same thing?

    Thanks in advance

    Check the known limitations.

    https://developer.BlackBerry.com/Cascades/download/releasenotes/

  • debugging on the actual device different subversions jde - firmware

    I want to debug my code on a device connected via usb. I know that I need the same type in JDE and the device.

    For example, JDE 4.5-> device must have firmware 4.5.

    Although I checked the debugger tells me it can't find net_rim_app_manager.debug and many others. When I browse with browse for the files of simulator of the JDE debug files it is not like that and told me

    Bad debug information: \simulator\net_rim_app_manager.debug(4846a5e2)-net_rim_app_manager(494996a0)
    

    My regognizes JDE-attachment-device usb. When I ignore the mistakes I see some, but not all of the messages in the debug window. If the connection is ok.

    My firmware installed JDE Simulator Version DO match the firmwareversion of the unit BUT not the firmware-sub-version number. I mean the numbers after the second point (4.5.XXXX) is the reason for the error message?

    If Yes,

    -How and where can I get the EXACT match firmware-subversion for my device?

    -How can I do a real device debugging with the latest firmware?

    If none, I miss something else?

    my JDE:4.5.0

    my camera - 4.5.0.Simulator - JDE: 8310

    my JDE - 4.5.0.Simulator - Firmware: 4.5.0.44

    my real device: 8310

    my real device Firmware: 4.5.0.124

    Thanks for help

    Anil

    OK, after some research and debugging, I found the solution in this post

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=3769&query.ID=266...

    a little summary here (including the above mentioned display comments). In this example, we assume that you are using JDE 4.5.0.

    • Check that you have installed the latest BlackBerry-Desktop-Manager. So you can be sure, that your device connected by usb is detected
    • Versions have to mach exactly! When you have the 4.5.0.102 firmware on your JDE-Simulator, you MUST have firmware on your real device 4.5.0.102. RIM provides many different simulators with a different firmware for debugging http://www.blackberry.com/developers/downloads/simulators
    • Install the corresponding correct Simulator and follow the Instructions of BB JDE 4.5.0 Guide Chapter development
      "Install the .debug computer files".
    • Connect your real device via USB
    • Compile your code in RIM JDE
    • If you use sensitive APIs-> sign your code
    • Load the cod files compiled on your actual device with JavaLoader.exe
    • Debugging-> attached to him-> Pocket-> USB ()
    • No, you can debug, breakpoints, out of the console, etc...

    Note: Although I have installed now the exact match versions. The debugger tells some files that it "does not find" them which is:

    net_rim_theme_120_green_320x240_b.debugnet_rim_theme_120_green_320x240_b-(1-13).debug
    
    net_rim_theme_120_today_320x240_b.debug net_rim_theme_120_today_320x240_b-(1-13).debug
    
    net_rim_bb_smime.debug
    

    I think that these debug files are relatively large for most applications, so you can ignore it.

    A good indicator to see that there is really a version mismatch is the first file, it cannot find "net_rim_app_manager.debug".

    Anil cordially

  • Debug mode does not

    Hello

    We are in the process of migration of the APEX v3.2.1 on the database 10 g to v4.2.1 on database 11 g. APEX APEX is installed fresh on 11g. I was testing imported and exported of v3.2.1 application in v4.2.1. I was not able to activate the debug mode in the developer bar when the application runs. The url changes, but no debug information appears as was the case in v3.2.1. I see a partial set of debugging information when I open then see the debug window in the bar of developer. This show of debugging is incomplete. By that I mean I don't see not session state change and I don't see any information in the function "wwv_flow.debug".

    I read in a thread for an earlier version 4, toggle the debug field in edit application properties and apply, but that no longer works. Something to note is that when the debug field in edit application properties was set to NO, I don't have the error "Debugging is not enabled for this application" when you turn on the debug mode.

    I created a zero of application form and debug mode does not work either.

    There is a global setting in administration somewhere I should activate to get debug information in the page as in v3.2.1?

    dominiquefortin wrote:

    We are in the process of migration of the APEX v3.2.1 on the database 10 g to v4.2.1 on database 11 g. APEX APEX is installed fresh on 11g. I was testing imported and exported of v3.2.1 application in v4.2.1. I was not able to activate the debug mode in the developer bar when the application runs. The url changes, but no debug information appears as was the case in v3.2.1.

    No debug information appears online in the APEX 4.x page. All of this appears in the debug window.

    I see a partial set of debugging information when I open then see the debug window in the bar of developer. This show of debugging is incomplete. By that I mean I don't see not session state change and I don't see any information in the function "wwv_flow.debug".

    Note that the debug window contains an interactive report that applies a default filter for the last visited page. You might not see the report of the desired page. Remove the filter from the page to see all the currently available debug reports. There are also separate reports for each page show/accept, then make sure that you select the correct phase.

    I read in a thread for an earlier version 4, toggle the debug field in edit application properties and apply, but that no longer works. Something to note is that when the debug field in edit application properties was set to NO, I don't have the error "Debugging is not enabled for this application" when you turn on the debug mode.

    I think maybe I saw a bug for this, but I can't find a reference at the moment.

    There is a global setting in administration somewhere I should activate to get debug information in the page as in v3.2.1?

    N ° all debugging information are now displayed in the debug window.

  • Have mutiple e-mail addresses in the Apex messaging features

    Hello

    I would like to be able to use a multiple selection box or the shuttle that will fill the e-mail for thought email Apex addressess.
    I use 10g and Apex 3.2. I am able to send email through the application with an e-mail address. Please let me know if this is possible, as I couldn't find anything for this.


    Thank you
    Mary

    If we put aside the actual sending of mail temporarily, let's see what we produce here:. If you don't mind, can you try this?

    If you can reproduce this code snippet (either by commenting on relevant information or simply create a new one pulled by the same button (whilist by disabling the first).)

    declare
          v_sql varchar2(4000);
    
       begin
           v_sql  := replace(:p4_slct_eml,':', ', ');
    
           wwv_flow.debug('email string [ '||v_sql||' ]');       
    
    end;
    

    Switch to debug mode, choose the email addresses that you want to test in your multselect article and click on the appropriate button. Chain of HRT being passed in the parameter of email address should appear in square brackets. Once you have done this, let us know the result.

  • Global Page button

    Hi all

    I would like to know if you add the button on the global page, how you have defined a process for this.

    I mean there should be an event for which tells what to do. If this is the case

    How can I put it.

    Thank you and best looks

    Seny

    JOHN wrote:

    1. intractive reports

    2 image below will explain my intention.

    My idea is when the user, select the name of the page, filter value and click the button 'GO '.

    It should redirect to this page and filter records based on the value of filter.

    3. I can keep the filter value in the session state variable and so 'GO' button needs to send the page

    to update the session state variables.

    So my problem is how can I send the page and redirect to another URL, since it is of overall page button.

    In addition, I work with the apex 4.2 for now version. So I guess it's a little hard to reproduce

    in apex.oracle.com since it it in 5.0.

    The easiest way to do this is:

    1. Add your area of filter to the global page, with the elements of the P0_FILTER_PAGE and P0_FILTER_VALUE selection list and the button P0_FILTER_GO with Action as a submit Page. Use a condition so it is not rendered when it is not required, as the login page.

    2 create a process called Global filter, setting the properties as


    Point process: To present: after the layout of Page - before the calculations and Validations

    Condition of Type: Request = Expression 1

    Expression 1: P0_FILTER_GO

    PL/SQL code:

    declare
    
      filter_url varchar2(2048);
    
    begin
    
      filter_url := 'f?p=' || :app_id || ':' || :p0_filter_page || ':' || :app_session || '::'  || :debug || ':CIR,RP:IR_COL:' || apex_util.url_encode(:p0_filter_value);
      apex_debug.message('...redirecting to filter URL: %s', filter_url);
      apex_util.redirect_url(filter_url);
    
    end;
    

    Change the parameter to filter IR_COL to fit your needs (I guess according to the information, provided that the filter column is known and fixed).

    You still not talked about the issue of the impact of the use of this filter feature when the user has completed part of a form. Such, this approach will save the current values of the point of session state, but it does not perform validation or run processes the page. This could lead to data loss.

  • Problem with page validation APEX_APPLICATion master detail.  Help!

    I'm having a problem with the Apex_Application.g_fxx data structure.  I'm trying to validate the lines in my page master detail and need to use apex_application.g_f10 as the name of the variable inside the HTML data source electricity.  The name of the item I need is "f10" because it matches the database column "status" on my page.  I'm trying to validate that all the detail items have the same status, or an error is reported.  I use the following PL/SQL block that returns a Boolean value:

    < code >

    declare
    l_first_value varchar2 (4000);
    Start

    -f10 = column PO_STATUS of PO_DETAILS table on a part as a table on the page.

    l_first_value: = apex_application.g_f10 (1);
    because me in 2... apex_application.g_f10. COUNTY
    loop
    If l_first_value! = apex_application.g_f10 (i)
    then
    Returns false;
    end if;
    end loop;
    Returns true;
    end;


    < code >

    The HTML data that I is not intended to "f10" are the following:

    < code >

    < td headers= "Status" class= "t20data" >

    < label for= "f10_0000" class= "hideMeButHearMe" >status< /label>

    < Select name="f10"  id="f10_0000">

    < option value= "" selected= "selected" >make a selection< /option> ""

    < option value= 'APPROVED' >APPROVED< /option>

    < option valeur= « FERMÉ » >FERMÉ< /option>

    </ Select >

    < entry type="hidden" name="f02" value=""  id="f02_0000" />

    < entry type="hidden" name="f03" value="30427" id="f03_0000" />

    < entry type= 'hidden' id= "fcs_0000" name= "fcs" value= "2158A9B101842608F4CA966C0BC1433D" >

    < entry type="hidden" id="frowid_0000" name="frowid" value="" />

    < entry type="hidden" id="fcud_0000" name="fcud" value="D" />

    </ td >


    < code >

    So I do not know why there could be a problem when used to work before this validation.  The PL/SQL block takes the first line of F10 data and compare it to successive lines.  If the data is not equal, then an error occurs and the user is prompted to adjust the data.

    It doesn't work anymore, although I checked and the status are still of points in F10.

    I left mouth gaping.  I do not use an official page master detail previously.  I used two separate front pages: one for the header and one for show master detail.  I've updated the page for the treatment of the more fluid user. I think that even if the data structure would be the same, but maybe I'm wrong.

    Any ideas?


    Thank you!

    Thank you to reproduce the problem so overall. Note that if you will share your workspace in this way you need to change your username to something else than a direct email address and don't use not the actual data for your test cases. Create a guest account to developer without administrator privileges to work space for the members of the forum to use.

    Validation in this app is coded to use a different picture of the description in this thread. Above, you have identified the point like g_f10 dashboard, but the validation code is using g_f09:

    declare
      l_first_value  varchar2(4000);
    begin
    -- f09 = PO_STATUS column of PO_DETAILS table
      l_first_value := apex_application.g_f09(1);
      for i in 2 .. apex_application.g_f09.COUNT
      loop
        if l_first_value != apex_application.g_f09(i)
        then
            return false;
        end if;
      end loop;
      return true;
    end;
    

    Therefore (thanks to instrumentation code added), the validation is running by using the values of the previous column, which was be the one that I have changed according to your instructions:

    0.09114

    0,00018

    ... Posting type "Status check IN." -: FUNC_BODY_RETURNING_BOOLEAN

    4

    0%

    0.09132

    0,00049

    ... Run the statement: select count (*) in the sys.dual where exists (Select 1 from PO_DETAILS where PO_ID =: P230_PO_ID)

    4

    0 g

    0.09181

    0,00015

    ...... Result = true

    4

    0%

    0.09196

    0.00573

    ... Run the statement: declare function x return boolean is begin declare

    l_first_value varchar2 (4000);

    Start

    -f09 = PO_STATUS table PO_DETAILS column

    l_first_value: = apex_application.g_f09 (1);

    apex_debug.message ('g_f09 (1): %s, l_first_value);

    because me in 2... apex_application.g_f09. COUNTY

    loop

    (apex_debug.message('g_f09(%s): %s, i, apex_application.g_f09 (i));

    If l_first_value! = apex_application.g_f09 (i)

    then

    Returns false;

    end if;

    end loop;

    Returns true;

    end;

    Returns a null value. end; begin wwv_flow.g_boolean: = x; end;

    4

    28%

    0.09769

    0.00005

    g_f09 (1): TEST2

    4

    0%

    0.09773

    0.00010

    g_f09 (2): TEST

    4

    0%

    0.09783

    0,00003

    ...... Result = false

    4

    0%

    0.09786

    0.00004

    ...... Does NOT pass

    I created a new liquidation which uses the correct column, but at some point the validation passes and data, so I didn't get a chance to conduct tests.

  • Oracle apex 5.0: not update the values in the Collection.

    Hello again,

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    All of the Suggestions!

    Thank you

    Pranav.

    Pranav.Shah wrote:

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    The "coll update" process fails with a ORA-01403: no data found error. This happens in line 11 because of the access attempt to the wwv_flow.g_f01 using the variable array subscript c who has been incremented beyond the size of the table, which is now smaller because of the IR filter applied.

    begin declare
      c pls_integer := 0;
    begin
    for c1 in (
      select seq_id,c001 from apex_collections
      where collection_name = 'MATRIX2'
      ) loop
    c:=c+1;
    apex_debug.message(c);
      apex_collection.update_member_attribute (p_collection_name=> 'MATRIX2',
      p_seq=> c1.seq_id,p_attr_number =>'2',p_attr_value=>wwv_flow.g_f01(c));
    
    end loop;
    end;
    end;
    

    I agree with fondant tabular forms on interactive reports, but you can meet your requirement as follows. In your application, see page 2.

    1 Add a column of form element hidden IR containing the sequence number of collection:

    select
        c001 col1
      , apex_item.text(2, c002) col2
      , apex_item.hidden(1, seq_id) seq
    from
        apex_collections
    where
        collection_name = 'MATRIX2'
    

    2 place the question of the hidden form in the report using the COL1 Expression HTML attribute:

    #COL1##SEQ#
    

    3. change submit to the process if it is driven by the subject table, not the existing collection:

    begin
    
      for i in 1..apex_application.g_f01.count
      loop
        apex_collection.update_member_attribute(
            p_collection_name=> 'MATRIX2'
          , p_seq=> apex_application.g_f01(i)
          , p_attr_number => '2'
          , p_attr_value=> apex_application.g_f02(i));
      end loop;
    
    end;
    

Maybe you are looking for

  • Disable the touchscreen for TouchSmart HP ENVY 15-j173cl Notebook PC

    The laptop: HP Envy TouchSmart 15 (15-j173cl) PC notebook Windows 8.1 Pro The problem: I use an external monitor, so my laptop is usually closed.  Randomly, my touchscreen think something is in contact with her, which disrupts everything I do.  I wou

  • (Supposed) USB power problem

    I have two USB ports on my MacBook Pro 2012.  The front one works perfectly well.  Aft, we recently started to react as follows: (1) with an iPhone: not recognized at all. (2) with a drive USB-powered external hard: it loads, but disappears from my o

  • Cannot connect Lumia 625 to Windows 7

    I downloaded the windows phone application... and installed. but I cont connect my lumia625 to my computer Original title: I downloaded the windows phone application... and installed. but I cont connect my lumia625 my phone

  • Cannot use more undulation emulator 0.9.0.16.

    Hi, once, I used the emulator ripple perfectly on Windows 7 64 bit, but right now I can't use Ripple emulator 0.9.0.16. It happened on a BB world 2012 When I double click on the folder icon both on the start menu, the program appears even. I tried to

  • Using trigger ('apexrefresh') on a classic report

    4.2.2.00.11 RAC-11.2.0.3 apex.With the help of Jquery UI make a popup HTML region dialog box. 2 hidden elements exist in the area of the dialog box. A classic report is a region of the child in the area of dialogue - and use the 2 items hidden as rep