Interactive report: how to execute a PL/SQL on a button click each folder

Hello

I've created an interactive report.  I would like to run a PL/SQL based on a click of button available by registration type.  For example, the report includes ADDRESS and CLIENT_ID columns.  When the user clicks on the button in the document, using PL/SQL, I want to update/insert into another table with the details available in the present recording as above 2 mentioned columns.  How can I achieve this?  Help, please.

Thank you and best regards,

-Anand

Hi Anand,

Change your dynamic action

Topic Page to submit-> P12_ACODE

Check the screenshot of apex.oracle.com

Kind regards

Jitendra

Tags: Database

Similar Questions

  • How to execute the pl/sql block from a file

    Hi all
    can someone tell me how to execute a pl/sql block to a file.it does contain no procedures.it is of the form
    -Start
    -says
    -end;

    Thanx

    Ok.. If the time points? :)

    See you soon!
    Bobin

  • Subscriptions interactive report - how to disable

    Our Apex bodies are backed up on a weekly basis. I have a subscription to an interactive report that works very well. I only get it from the production instance AND all instances of backup. I have not found a way to condition the subscription based on which instance it runs in. I can do in the report, but he always sends me a mail with a NULL value report.

    Anyone experience this problem? Is it possible to put a condition on a subscription of interactive report that she will be executed only if this is done in a specified instance?

    Put it anywhere you like. You can update the connection so that the first time someone uses the application, the subscription is disabled.

    However, since it is a single script so why don't you run the anonymous block just after the deployment of the application

    Kind regards

    Vishal

    Oracle APEX 4.2 reports | Packt Publishing

    Vishal blog

    Please mark the reply as useful/correct if it solves your problem

  • Interactive report: How can I display carriage returns?

    Hello everyone.

    Here's my problem: I created a table that contains a field COMMENT varchar2 (4000) and using APEX 4.1 I built an interactive report on it.

    Users can fill the COMMENT field with phrases on different lines, ex:
    "It is the first line.
    This is the second line

    It comes to the third line.

    This is handled correctly in the FORM, where I set the COMMENT as "Text area", but in the REPORT field, I wasn't able to put it in a way that allows to see whit transport returns: content is displayed on a single line only: "it's the first linethis is the second linethis is the third line.
    I tried and put all the possible field types, but I didn't find any ways to display the content exactly as it is (with some carriage returns).
    Of course, I can't use HTML
    Since I can't ask users to numbers it when their text is inserted.

    Could anyone suggest me how to get to this result? Need to use the interactive report because the search/filter tool is essential.

    Thanks in advance,
    Daniele

    user9211286 wrote:
    Hello

    I tried your suggestion apply to all the report (I have 3 areas to be managed in the same way). I tested it by changing the color, just to prove it works fine:

    
    

    It works very well!

    If I type the following, on the contrary, it does not work: business as usual (I use IE - 7). Should I do something more?

    
    

    What theme are you using? IE7 does not support attribute selectors in older themes in quirks mode.

    In any case, suggests to apply it to all fields: what is the correct command to force the APEX to show the contents of a field accordingly to the transport of text returns? in your example, you wrote "white-space: pre' but I think that this is not my case."

    Why not?

    http://reference.SitePoint.com/CSS/white-space

    You will see that the parameters of the line before or an envelope pre better match your needs. It depends on the content of your text, and how you want it to display.

  • interactive report - how to remove + sign when you group

    Hello

    When I create a group in an interactive report, it shows a sign of more (just like to hide and see the region)... may I know how to remove the + sign yet but who want to keep the group...

    Thanks in advance

    Assuming you want to keep the link change, it works for me.

    Create a dynamic action:
    event: after refresh
    selection type: region
    Region: [select the ir region]

    Action: Run JavaScript code
    Fires when the result of the event is: true
    Fire on the Page loading: [to test]

    JavaScript:

    if ($('[title="Edit Group By"]')) {
      $('#apexir_CONTROL_PANEL_CONTROL').hide();
    }
    

    I hope that helps

    Shunt

  • Interactive reports: how to change the display mode (details, group by, chart, pivot) programmatically?

    Hi guys,.

    is it possible to control the display mode of the interactive reports, i.e. display icon, list, view detail, group by, chart, pivot?

    Produkte.png

    As I understand the current setting is stored as a preference of the user for each user... and again when his connection. A settings of the rules them all (all the stored report parameters).

    The display mode switchable using a javascript, the api package apex_ir or via a link?

    Thank you
    ~ Dietmar.

    Hi Dietmar,

    It is not a supported way to change the display interactive report mode.  With the device connected by Anthony internally, we will consider adding this because part of apex_ir or a link to the future.

    Kind regards

    Christina

  • paging on interactive report - how to move on my layout

    well, I work with the basic interactive report, no settings. My final user does not seem to worry much horizontal scrolling, although it goes against my standards of web dev personal to do without important need. But with the models as they are, the paging for Recordset next/previous is WAAAY more to the right. I find it annoying, and in the interest of my user, I want to left-align it. I looked on Google, did a search in this forum and checked the docs of the APEX, not much leaping out of me. I think I can change a div on some model class, not having is not an easy, concluding that period.

    useful thoughts on this? TYIA and points for an idea of work.

    Hello

    Did you try to change the "Pagination display Position" interactive report attributes?

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

  • Interactive report: how to control which users can "Save as public.

    Apex 4.02.

    Is there a way to control which users can save public reports and which users can only save reports private? In this way, some users can create reports and the rest is "end user".

    Go to the attributes of interactive report > use the option Save the authorization of Public relationship

    See this http://docs.oracle.com/cd/E17556_01/doc/user.40/e15517/app_comp.htm#BABDBDCF

  • Interactive report - how to override tab saved report color by using page 0

    Is it possible to replace the color of a tab in report interactive report saved (the 'current' tag) by using page 0?

    I have tried the approach suggested in this thread:
    Re: change the background color of the interactive reports

    While the method works for the interactive report (.apexir_WORKSHEET_DATA tr td) table rows, I manage not implemented of the saved report interactive report tab (tab 'in progress'-# .apexir_REPORT_TABS span.current). I guess my syntax CSS isn't correct, but it looks like the CSS in the file .css on the originating server, so I don't know where I am going wrong.

    < style type = "text/css" >
    Works:
    .apexir_WORKSHEET_DATA tr td {background: blue; color: white ;};}
    does not work; also tried without the ' # ':
    span.current # .apexir_REPORT_TABS {background: blue; color: white ;};}
    < / style >

    Try this

    On Page 0 create a region and add this style
    
    

    Thank you
    Manish

  • How to execute a pl/sql conditional

    Hello

    I have the following situation:

    before the user clicks on a button to run a pl/sql code, I need to ask the user on the confirmation. But the confirmation message may appear according to with the return of a pl/sql function. How can I do?

    Thank you

    One solution might be:

    Put the submission as defined by the dynamic action button.

    Create a dynamic action on click of a button

    Define a JavaScript expression parseInt ($v (ITEM)) > 15

    (I expect you'd know how to get the value of the total used in the above expression)

    For real action

    1: confirm action

    2: submit

    Action false

    1 submit

  • Interactive report - how to set the default columns displayed

    Env: APEX 4.1

    For example, at the beginning, I created the reprot source as select c1, c2, c3 from t; later, I added c4. But I was unable to figure out how to do c1, c2, c3, c4 become the columns displayed default. I always have to click on Action-> select columns, and then move the C4 "do not display" to "report view". Any clue?

    Thank you
    Denis

    After choosing the columns (and the other changes you want)

    go to Actions > save the report > save as default report > primary, click [apply]

    I am on 4.1.1.00.23 and simply exercised these steps successfully with one of my IR

    If this does not work, I don't know what else to say. (If you are not connected to the Application Builder, you don't not even the default save option)

  • How to execute the pl/sql shell script

    Hi Experts


    I need to be able to call a pl/sql procedure shell script

    Linux and 11g

    I am new to java and followed the solution below
    The appeal of OS in Plsql commands

    After following the solution on top of link

    Declare
    x Varchar2 (2000);
    Begin
    x: = OSCommand_Run ('ls - the);
    -print x;
    DBMS_OUTPUT. Put_line (x);
    End;
    /

    give me output of 0 but the command is not executed.

    What must be changed or is there another solution?

    Thank you
    Archana

    See if that helps...

    [http://www.oracle-base.com/articles/8i/ShellCommandsFromPLSQL.php]

  • How to execute a pl/sql stored procedure as a concurrent program

    Hi all


    I created a PURGE_DEAL_REQUESTS package. It contains a QPR_DELETE_CANCELLED_REQUESTS procedure. I want to execute this stored procedure as simultaneous program in suite ebs...

    Can someone tell me how to perform this procedure as a simultaneous program (in the suite of BSE)...?


    Thank you
    Swathi.

    Switch to the responsibility at the request of the group to which you assigned the request of Conurrent.
    Navigate to view > query > submit a new request to the toolbar.

    Kind regards
    Ousseni

  • Interactive reports - how to translate?

    I have a request that I migrated from 3.2 to 4.0. In version 3.2, I had translated most of the IR that were included in this version menu items. Now in 4.0 I notice there are a few different small which are not translated. The messages I have translated correspond to 3.2. Is there a place or a document where I can find the new menu in the element names (ie the lines per page) for version 4.0 because I could not find such documentation. This way I can include them in the 4.0 application. I could try to guess the names, but it would take a while... prefer to have documentation.

    These are now listed on a temporary page until that our doc is updated - see http://www.oracle.com/technology/products/database/application_express/html/bug_9907690.html in an hour or two, once it is published in full.

    -Sharon

  • How to display the menu on the my button click event

    I need to show the menu on clickevent on my button and menuitems will be different for the different buttons. How to do this.

    I have the substitution makemenu like that method.

       protected void makeMenu(Menu menu, int instance) {
            super.makeMenu(menu, instance);
            menu.deleteAll();
    
            if (categoryFlag) {
            for (int i = 0; i < list.size(); i++)
                    {
                menu.add(newMenuItem(list[i], 110,10+i) {
                        public void run() {
                        callMeWithScrollField(0);
                        }
                        }
                        );
            }
                menu.setOrigin(categories.getExtent().x, Display.getHeight());
            } else if (optionFlag) {
    
                menu.add(subscriptionMenu);
                menu.add(reOrderMenu);
                menu.add(aboutMenu);
                menu.add(feedBack);
                menu.setOrigin(option.getExtent().x, Display.getHeight());
            }
    
            menu.show();
    
        }
    

    But it shows the menu twice.

    Sorry my mistake.

    You will not be able to do what you want using makeMenu.  Instead, you will need to override onMenu() to the screen.  Here's a sample:

    {} public boolean onMenu (int instance)
    super.makeMenu (menu, for example);
    NewMenu menu = New Menu();
    newMenu.add (new MenuItem ("Test", 110,10) {})
    public void run() {}
    }
    }
    );
      
    newMenu.show ();
    Returns true;
    }

Maybe you are looking for