On Submit event processing

Hi all,
I'm facing a problem to make a plsql process start only when I insert a row in a tabular form.
I created a tabular form and a after submit plsql process, as well.
The problem is that plsql process start every submit event. I want it to start only after insert a new row and submit it.
Is this possible ?
thanks in advance.

Yes I have.
But it triggers event every submit pressure. I'd like to avoid triggering when no really actions occurs.

Similar Messages

  • Oracle Event Processing (11.1.1.20100416-1727)

    Hi,
    I have recently started working on a oracle event processing application.
    In our case,we dont have a streaming data coming as input to the application but we maintain a static relational table which we need to hit every 5 seconds and check for a particular rule to be executed. Right now we maually update/insert the data now and then. So the input to our application would be a select statement from a static table. The rules executed successfully and all looks fine.
    Being a developer am able to visualize the rules that I have created via the code for manipulation.
    Adding to the above functionality we are in need of window/API kind of thing where the end user updates the rule regularly.  Let us assume the  static table contains the withdrawal amount and the end user changes the threshold withdrawal limit on daily basis.
    When we open the visuallizer ,we can see our application running on the oep server and in the cql rules tab we can see the rules formed for streaming data for ex: select * from helloworldinputstream.
    Is there any way to show the sql queries which we have written for the manipulation in the CQL rule tab?
    Could you please help me proceeding further.
    Version of CEP: 11.1.1.20100416-1727

    Hello,
    You should install oracle software first and then launch DBCA. Once you have installed oracle software only you can crete listener using netca. Check your init.ora file (must be under
    C:>$ORACLE_HOME/database/dbs or $ORACLE_HOME/dbs and local for following parameter LOCAL_LISTENER and remove it. But I recommend you to install oracle software only first and then launch DBCA.
    What's your OS? Is it vista? XP?
    Regards

  • How can I navigate to a specific tab from a portlet submit event?

    I have a page with two tabs on it. Each tab contains a region with two portlets, a simple parameter form and an OmniPortlet containing some PL/SQL code for a database query.
    The first tab is used to search by name - users enter a name, click the Submit button and the page parameter is passed to the database query. The Submit event is set up to "Go to page:" and passes the output of the parameter form back into the page when it is redisplayed.
    The second tab has been setup to search by department and has a simple parameter form containing a LOV for departments. However I can find no way to target the second tab in the Submit event for this parameter form.

    I think the unfortunate answer is to create your own Portlet(Java/PL/SQL) to do this. You can then specify the URL for the submit. This will then allow you to set the page parameters that the event is doing for you.
    Another option, don't use tabs. Just create seperate pages with a JavaScript / HTML banner that would mimic the TAB functionality.
    I am a bit disappointed that this does not work out of the box. But, regardless, I will be needing dynamic parameters anyways as static just does not cut it.

  • How to get the name of correlation item in OM through event processing scripts?

    I am trying to write a groovy script in OM event processing scripts, I want that script to read the event correlation and set custom attributes accordingly. I am unable to read the correlation item. Please guide me how to get it? What method should I use to get the correlation item? I am using OPR library.

    Hi there,
    the name property would be the correct attribute to get the subform name, just by looking at the code it doesn't seem like it's doing the right thing
    I am assuming that you send Main in the function countChk() which would look something like this
    countChk(Main);
    And you probably want to make sure you are entering the right subform so you need to keep that loop at the end of the function
    but if you want to get through all the checkboxes inside that subform you must do a loop through that node to find each checkbox
    I am assuming that the function would probably look something like this
    function countChk(vNode) {//Starts vNode with Main
         for (var i = 0; i < vNode.nodes.length; i++) {
              if (vNode.nodes.item(i).className === "field") {
                   if (vNode.ui.oneOfChild.className === "checkButton") {
                        if (vNode.items.nodes.length > 1) {
                             if (vNode.value.oneOfChild.value == 1) {
                                  nChk++ ;
              }else if (vNode.nodes.item(i).className === "subform"){
                   if (vNode.nodes.item(i).name === "Door_Subform"){
                        countChk(vNode.nodes.item(i));
         }//endloop
    Hope this help!

  • An error occurred during event processing in view InboxResultView_VP.htm

    Hi All,
    I am getting this specific error when I am trying to access one of the BSP application in HCM.
    An error occurred during event processing in view InboxResultView_VP.htm
    An exception has occurredException Class CX_SY_REF_IS_INITIAL
    Text: Dereferencing of the NULL reference
    Program: CL_HREIC_IB_ENTITY_WI_VP======CP
    Include: CL_HREIC_IB_ENTITY_WI_VP======CM003
    Source Text Row: 20
    ASAP help would be required on the same.
    Thanks
    Swati

    Hi Swati,
    Check this links, it should help to you
    CRM ICWC
    ICWC View Cannot be Displayed
    Regards
    Ramesh

  • An error occurred during Apple event processing. -43

    Every time I reboot my MacBook Pro I now get the following message.
    "An error occurred during Apple event processing. -43"
    I'm using OSX 10.6.7.
    Can anyonw help me resolve this problem?
    Dan

    Dan, are you using Adobe Photoshop Elements 9 for the Mac?
    If so, take a look at this thread:
    http://forums.adobe.com/thread/782138?decorator=print&displayFullThread=true
    Otherwise, what happens if you boot into Safe Boot? If the message doesn't occur, it might be a 3rd party startup item causing the issue, check the Login Items under your user Account under system preferences.
    Usually, the only thing that is there is the iTunes Helper, along with various printer alerters...

  • Difference between Business Events  and Complex Event Processing

    Dear All,
    Can anyone let me know the difference between
    Business Event -> http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/obe_intro.htm#CHDIBHBE
    and
    Complex Event Processing->http://docs.oracle.com/cd/E21764_01/doc.1111/e14476/overview.htm#g1024628
    Are these 2 same?
    Thanks

    Hi.
    Complex Event Processing Server(CEP) is an entire Product.
    Business Event/Event Delivery Network is just a Messaging/Event component part of the SOA Infrastructure.
    So, if u r interested on event correlation from different sources, high performance on analyzing those events + operations among the data generated on those events, CEP is ur option.
    Hope this helps

  • Interactive form - Submit event - NetWeaver 2004s

    I have problems with Submit event of UI element InteractiveForm in "SAP NetWeaver 2004s" box.
    The event doesn't get filred.
    I have no problems with the identical Webdynpro/Form in "SAP ECC 6.0" box. Submit event gets fired in ECC.
    Both wendynpro's has UI InteractiveForm properties:
    dispalyType = native
    Enables = checked
    Both forms have ZCI layout, ContainerFoundation_JS loaded and Submit button from WebDynproNative library.
    It seems like Webdynpro in Netweaver box doesn't understand UI Interactive.
    Webdynpro Support package is missing?
    Please advice.
    Thank you
    Tatyana

    Chris,
    From SPAM  I can tell about the component SAP_BASIS.
    in "ECC 6.0" box:
    Software C = 700,  SP-level = 0020, Support Package = SAPKB70020, Short Desc = "SAP Basis Component"
    in "SAP NetWeaver 2004s" box:
    Software C = 700,  SP-level = 0017, Support Package = SAPKB70017, Short Desc = "SAP Basis Component".
    ADS is a standalone server.  It talks to both "ECC 6.0" box and "SAP NetWeaver 2004s" box.
    I don't understand your question "Both are NW7.00 boxes? ".
    Both boxes have a component called SAP_BW. Here is info from SPAM:
    in "ECC 6.0" box:
    Software C = 700,  SP-level = 0020, Support Package = SAPKW70020, Short Desc = "SAP Netweaver BI 7.0"
    in "SAP NetWeaver 2004s" box:
    Software C = 700,  SP-level = 0019, Support Package = SAPKW70019, Short Desc = "SAP Netweaver BI 7.0"
    Tatyana

  • Submit event doesn't raised while creating vc application

    Hi Masters,
    I am developing a web service based visual composer application. Here iam making a connection from output port of a form to two input ports of data service. While deploying application ,it shows warnings like "event submit is declared but cannot be raised.
    Even here if i try to click on the arrow link at the end of output port ,in the event selector it is not showing event submit.Also in the layout tab, it is not showing submit button.
    Please help me.

    1. Make sure you have a "submit" event on the line connecting the form to the data service.
    2. Make sure that you have a submit button in your form with the action specified as "submit".
    The second step is probably what you're missing.

  • Submit event in Interactive Form element

    I have WDA with Interactive Form element.
    I put a code onSubmit event of InteractiveForm element.
    I tried several Submit buttons in Live Cycle Designer:
    type Button with Submit option from Standard library and  type Submit to SAP from Native library.
    None of them generates Submit event
    Ehat kind of special "special Adobe Web Dynpro submit button" the Help is talking about?
    Here is an excerpt from WDA help:
    onSubmit
    Describes the action to be executed when the user selects the Submit pushbutton.
    Note that the submit event is only evaluated when there a submit button is selected
    within the form. "Within" means that the special Adobe Web Dynpro submit button has
    been included in the Adobe Designer.
    Thanks,
    Tatyana

    Hello Siva,
    In Interactive Form ,you can place as much submit buttons as you want.
    You are creating a simple calculator in adobe...Right..?
    For this purpose ,
    1. In Adobe Interactive Form, Go to WebDynproActiveX  field and from this ,select 4 submit buttons in sequence
    2.In Caption property label them as Add, Sub, Mul & Div respectively.
    Reply if these steps work for you.
    Best Regards,
    Shital.

  • Submit event raised automatically

    Hello,
    In my model, I have, in order, one form view , one java web service , and a table view. When I click on submit button from the form view, it sends parameters to web service which returns data in the table view.
    My problem is, when I open the form view from the portal, a submit event is raised automatically even if I don't click on the submit button.
    I would like to know if there is a solution to disable this auto submit.
    Thank you.

    Hi Marcel,
    I use system action "Submit form" and also custom action and I have the same thing. When I execute remote debugging with NWDS and when  I reach my model from portal, my web service is executed automatically and stopped at my breakpoint in java code enven if I don't click on submit button.
    Regards.

  • Post Submit Event Question

    How can I place a post-submit event into my form. I have Adobe Livecycle Designer 8.0. It doesn't show this event in the Script Editor.
    I want to close the form after it has been submitted. I have a script for this action, but I do not know where to put it. I am using
    app.execMenuItem("close");
    I have tried placing this item in the Pre-Save Event and it works fine if you manually send the form via email. However, I receive an error from the Adobe 8 Distribution Wizard, when I try to send the Form to my Distribution List.
    Does anyone know what I am doing wrong?
    Thanks,
    Jen

    The post Submit event was not exposed in version 8 that is why is does not appear. You could hide your actual submit (make it invisible), then put a regular button on the form that will be the users submit. On the click event you would hit the submit button then run your close code. So it would be something like this:
    RealSubmitButtonName.execEvent("click");
    app.execMenuItem("close");

  • InDesign CC2014 CEP Engine event processing problems

    Hi,
    I working a hybrid plug-in, where CEP events are sent from InDesign CC 2014 to an HTML5 panel (and back). Somewhat to my surprise these events are handled asynchronously in the CEP Engine.
    To observe this, you can break in your event handler in the debugger in Chrome and then watch the console log and you will observe that subsequent calls to your event handler gets processes. Or more curiously, watch the UI of the panel get updated while it is greyed-out and displaying "Paused in Debugger", if your event processing is reflected in the UI  - not exactly what you would expect.
    So:
    1) Is there a way to get the CEP events processed synchronously ?
    2) Does the CEP Engine provide some kind of semaphore functionality, so that access to global variables and the likes can be controlled ? 
    Regards,
    Thomas

    There is no way to make the CEP events synchronous. Please design your plug-in and extension to adapt to this asynchronous model. Thanks

  • Exception catching in event processing thread

    Hello!
    How to catch exceptions occurring in event processing thread during repaints, mouse & keyboard event processing etc.? All uncatched exceptions displayed in screen but I need to write them in logfile.
    Anton

    Yes - push your own event processor on to the AWT event queue. See my replies at
    http://forum.java.sun.com/thread.jsp?forum=57&thread=484167
    and
    http://forum.java.sun.com/thread.jsp?forum=57&thread=163020
    Although for two completely different purposes, this technique will also allow you to put your own try/catch around super.dispatchEvent()
    Hope that helps
    Tom

  • MessageBox changing event processing ?

    Hey all..
    I am trying to ask a user a question during some event processing, but it seems everytime I pop up the messagebox where a yes/no response is required the event never 'finishes', meaning, if the event code was called when a user clicked on a CheckBox, the checkbox never gets checked, regardless of what the user chooses on the messagebox ...
    but, if the code doesn't get to the messagebox call, everything works fine..
    Any Help ?
    Thank you

    Hi Michael,
    following the advice I read in this forum I use the  Item_Pressed event instead of the click event. It catches the event properly, and the checkbox is (un)checked.
    Click event is only for editable items.
    Hope helps,
    Ibai Peñ

Maybe you are looking for

  • IPad is not showing TV Show titles in Video

    This is a new one for me. I've imported some MP4 files into iTunes that I want to be seen in iTunes and iPad as TV Shows. For all the MP4 entries in question I have set in Get Info: - Options | Media Kind: TV Show - Video | Show, Season Number, Episo

  • Lost all emails after upgrade

    I've just upgraded to Leopard 10.5.6 from an old version of Tiger. In the process I have managed to lose all my emails. I can neither send nor receive emails through Mac Mail, and when I click on the Mail icon in the dock, I can't even see the mailbo

  • FAIL - Application at context path /TemperatureConversion could not be star

    FAIL - Application at context path /TemperatureConversion could not be started I get the above error when trying to deploy my web service (which is a very simple web service - very much on the lines of the HelloWorld web service). Please help me fix

  • I am getting Payroll error in "Customizing Error in Work Schedule Rule"

    Hi, Iam using SAP HR ECC6.0. While running payroll i am facing an error saying "Customizing Error in Work Schedule Rule". I checked all my work schedule related configuration everything is correct. I have checked the Manual Work Schedule Creation. My

  • How do I fix the error indication '(-42 032) "?

    Hey people. My problem is that iTunes always displays an error and that (-42 032). What a mistake that should be and how do I fix it?