Batch Events not being raised

I can't determine why the seeded events oracle.apps.gme.batch.unrelease, oracle.apps.gme.batch.close, and oracle.gme.batch.reopen are not firing. The events are all enabled as are the subscriptions which are set to phase 50. The only batch event which is firing is oracle.apps.gme.batch.release.
I am assuming that those seeded events for various batch actions should be automatically raised regardless of whether there are Erecords or Esignatures required for them. I am assuming this because Batch Release events are working and the event subscriptions I have created are being picked up as well.
Does anyone have any idea why those events would not automatically be raised when those actions are taken?
Thank you!

I can't determine why the seeded events oracle.apps.gme.batch.unrelease, oracle.apps.gme.batch.close, and oracle.gme.batch.reopen are not firing. The events are all enabled as are the subscriptions which are set to phase 50. The only batch event which is firing is oracle.apps.gme.batch.release.
I am assuming that those seeded events for various batch actions should be automatically raised regardless of whether there are Erecords or Esignatures required for them. I am assuming this because Batch Release events are working and the event subscriptions I have created are being picked up as well.
Does anyone have any idea why those events would not automatically be raised when those actions are taken?
Thank you!

Similar Messages

  • The apexafterrefresh event not being fired in Chart IR's

    Hi all,
    I am adding additional functionality to IR reports using the plug-in architecture in Apex 4.1.1. A Dynamic action has been added to the "After Refresh" event for the #apexir_WORKSHEET_REGION jQuery selector.
    This works fine in all cases except when no data is found in the report. This has been fixed in 4.2 so I can live with this until the upgrade. However, it also does not work when a chart is created in the report, the apexafterrefresh event does not get raised. Therefore my dynamic action will not fire. Looking at the apex_interactive_reports_4_1.js this event gets raised for the table element with an ID stored in apexir_WORKSHEET_ID ie:
    apex.jQuery('#' + $v("apexir_WORKSHEET_ID")).trigger('apexafterrefresh', that.report_id);However this table element does not get rendered when a Chart is displayed and therefore the apexafterrefresh will not get raised.
    In apex 4.2 the widget.interactiveReport.js has been modified to handle the no data found but not charts:
    var lTriggeringElement$, lWorksheetId;
                            lWorksheetId = $v( "apexir_WORKSHEET_ID" );
                            if ( $x( lWorksheetId ) ) {
                                // If the table element containing data exists (ie when the report returns rows),
                                // use that to trigger the event.
                                lTriggeringElement$ = apex.jQuery( '#' + lWorksheetId );
                            } else {
                                // Otherwise, use the span holding the no data found message.
                                lTriggeringElement$ = apex.jQuery( '#apexir_NO_DATA_FOUND_MSG' );
                            lTriggeringElement$.trigger( 'apexafterrefresh', that.report_id );I have created a test case on apex.oracle.com - http://apex.oracle.com/pls/apex/f?p=41357:1 In this example I simply display an alert from a Dynamic action with the following attributes:
    Event - After Refresh
    Selection Type - Region
    Region - Interactive Report
    As can be seen when the user navigates to the report the alert displays, however when you navigate to the Chart the alert does not display.
    In my mind this is a bug and the IR reports JavaScript should be modified to raise the event apexir_WORKSHEET DIV Element instead. This would fix both issues.
    Any ideas on how to overcome this issue?
    Thanks
    Chris.

    For everyone's information Bug 16029272 - ALERT (APEXAFTERREFRESH EVENT) NOT BEING FIRED IN CHART OF INTERACTIVE REPORTS has been raised regarding this issue.

  • All day calendar events not being displayed in the notification centre for iphone 5 post ios 7 upgrade. Please help. Is it a bug?

    All day calendar events not being displayed in the notification centre for iphone 5 post ios 7 upgrade. Please help. Is it a bug?
    With iOS 6, the all day events showed up in the notification centre but it lacks in the upgrade iOS 7.

    Same problem here. Some people pointed out that all-day events do show up in their notification center, but that seems only to be the case for birthdays (and only as text like the weather). I've tried it myself on my iPhone and iPad and it did work for birthdays but not for any other all-day events. I already sent this to Apple as a product feedback as well, as should everyone of you. The more people mention it, the faster Apple's going to fix this issue. In its current state, notification center is not a very helpful feature in my opinion. There's absolutely no point in not showing all-day events in the 'today' calendar overview.
    Here's a link to the product feedback page: http://www.apple.com/feedback/
    I posted my message in the iPhone section since I couldn't find a page specifically dedicated to iOS 7.
    I really love the look & feel of iOS 7 but it's kinda sad to see notification center not tapping its full potential.
    Cheers!

  • In Production Order Old Raw Material Batch No. not being picked (FIFO)

    Hi,
    We have activated Batch Management for ROH type of Materials with Split Valuation and the Strategy applied is FIFO.
    We have generated many such batches and consumed too, but lately out of many ROH mateials, 2 ROH who have Old Batches are not being picked and the Batch which is recently created is being picked at the time of Production Order Release.
    We have not done any changes into the Master Data nor the config during this period.
    Can anyone help what can be the issue ?
    Thanks in advance,
    Harris Panchal

    Hi,
    Actually our requirement is that we want to sort out the Batch as per the Earliest one and consume the earliest first, i.e. FIFO strategy.
    For that the MM Consultant has configured the following Charac:
    1. Stock Determination: Priority
    2. Value Assignment Type
    3. Batch Number
    Which I am feeling should be changed and to be as per the following:
    1. Created On
    2. Batch Number
    In OMCV, Classification is active with following option:
    4     Classification in foreground for new batches only for the following movements: 101, 309, 310, 561
    3     Classification always in foreground (all batches)   for the following movements: 321, 501
    Requesting your valuable inputs,
    Thanks and regards,
    Harris

  • Events not being dequeued out of WF_BPEL_Q. No Instances on SOA composites

    We would like to capture a few business events in oracle financials that are of interest to us. In order to do this, we deploy oracle SOA composite with BEPL in the Oracle Fusion Middleware Control. The oracle SOA composite is configured for a particular business event. It listens on a specific queue WF_BPEL_Q and de-queues the messages in that queue. In jDeveloper 11g we created a SOA project with oracle applications adapter partner link and a receive.
    Specifically we are trying to capture the business outbound event oracle.apps.ar.hz.CustAccount.create just to get the event data in this receive.
    Partner link configuration: We added the database connection to the oracle financials instance. Tested it and we succeded. Chose ANY_SCHEMA in partner link configuration.
    We ensured that the JNDI Name here( eis/Apps/Apps ) match the JNDI name provided in the weblogic-->Deployments-->OracleAppsAdapter -->Configuration --> Outbound Connection Pools. For this outbound resource pool, Connection factory interface was javax.resource.cci.ConnectionFactory. Property name xADataSourceName was mapped to JNDI name of the configured JDBC datasource in the weblogic. In our case it was jdbc/AppsDataSource. When we created the connection pool. We tested and it worked fine. This data source had the connection pool configured to the oracle applications schema with APPS user.
    After adding the partner link with the above configuration, we added a receive. We deployed this configuration to the middleware. We went to the oracle financial, created a customer and account and we expected to having running instances against the deloyed composite. However, the problem is we are not having any running instance for the composite.
    We found that there are entries in the view AQ$WF_BPEL_QTAB with an ENQ_TIME and ENQ_TIMESTAMP but with no DEQ_TIME or DEQ_TIMESTAMP. The ENQ_TIMESTAMP corresponds to the time we created the customer and accounts in oracle financials and the USER_DATA column has the business event of interest. The events are enqueued in WF_BPEL_Q but not being dequeued by oracle applications adapter/composites deployed in soa server. Consumer name on AQ$WF_BPEL_QTAB matched with the consumer name on the deployed composite at the Oracle Enterprise manager.
    Any help would be highly appreciated. I have put in the initial set of information here. Please do let me know, if you would need any other information. I shall be more than happy to provide that.
    VERSION INFORMATION:
    We are using Weblogic Server 10.3.1.0 and Oracle Enterprise manager 11.1.1.1.0.
    Thanks,
    Prakash
    Edited by: user9169972 on Mar 26, 2010 5:28 PM

    I'm facing a similar problem. In my case, there is notifications on Oracle SOA Suite, but the message in wf_bpel_qtab still remains.
    Did you find something?
    Thanks.

  • Dispatched Event not being caught

    I have the following custom event:
    package
    import flash.events.Event;
    public class TestCustomEvent extends Event
    public static const EVENT_NAME:String = "TestCustom";
    public var _message:String;
    public function TestCustomEvent(message:String)
    super(EVENT_NAME,true,false);
    this._message = message;
    public override function clone():Event
    return new TestCustomEvent(_message);
    public override function toString():String
    return formatToString("TestCustomEvent", "type", "bubbles",
    "cancelable", "eventPhase", "_message");
    which I am trying to dispatch from the following class:
    package
    import flash.events.EventDispatcher;
    import flash.events.IEventDispatcher;
    import flash.events.Event;
    public class TestDispatch implements IEventDispatcher
    private var dispatcher:EventDispatcher;
    public function TestDispatch()
    dispatcher = new EventDispatcher(this);
    public function RaiseEvent():void
    var ev:TestCustomEvent = new TestCustomEvent("catch this");
    this.dispatchEvent(ev);
    public function addEventListener(type:String,
    listener:Function, useCapture:Boolean = false, priority:int = 0,
    useWeakReference:Boolean = false):void{
    dispatcher.addEventListener(type, listener, useCapture,
    priority);
    public function dispatchEvent(evt:Event):Boolean{
    return dispatcher.dispatchEvent(evt);
    public function hasEventListener(type:String):Boolean{
    return dispatcher.hasEventListener(type);
    public function removeEventListener(type:String,
    listener:Function, useCapture:Boolean = false):void{
    dispatcher.removeEventListener(type, listener, useCapture);
    public function willTrigger(type:String):Boolean {
    return dispatcher.willTrigger(type);
    but in my application the event doesn't get caught:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()" initialize="addListeners()">
    <mx:Script>
    <![CDATA[
    private function addListeners():void
    this.addEventListener( TestCustomEvent.EVENT_NAME,
    onEventCaught );
    private function init():void
    var t:TestDispatch = new TestDispatch();
    t.RaiseEvent();
    public function onEventCaught(event:TestCustomEvent):void
    trace("caught");
    ]]>
    </mx:Script>
    </mx:Application>
    Not sure why event is not being caught.
    Thanks,
    EE

    I updated my code a little:
    //Using a sprite so it should be part of the diplay list now.
    package
    import flash.display.Sprite;
    public class TestClass2 extends Sprite
    public function TestClass2()
    super();
    public function RaiseEvent():void
    var ev:TestCustomEvent = new TestCustomEvent("catch this");
    this.dispatchEvent(ev);
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()" initialize="addListeners()"
    xmlns:local="*">
    <mx:Script>
    <![CDATA[
    private function addListeners():void
    this.addEventListener( TestCustomEvent.EVENT_NAME,
    onEventCaught );
    private function init():void
    tc2.RaiseEvent();
    public function onEventCaught(event:TestCustomEvent):void
    trace("caught");
    ]]>
    </mx:Script>
    <local:TestClass2 id="tc2" width="100" height="50" />
    </mx:Application>
    But event still not being caught.

  • Javax.swing.Timer not working or event not being captured by actionPerfrmd

    Here is the code:
    public class nQueensEst extends JApplet implements ActionListener {
      public Timer t = new Timer(1, this);
    //...the actionPerformed:
    if(e.getSource() == jButton1){
                nRainhas=Integer.parseInt(javax.swing.JOptionPane.showInputDialog("Quantas rainhas voc? deseja?"));     
                t.start();
                int contadorTentativas=1;
                for(int i=0; i<=100; i++){
                    sol=new int[nRainhas];
                    while(!rainhas()){
                      jLabel1.setText(contadorTentativas +" tentativas!!!");
                      contadorTentativas++;            
                    jLabel2.setText("Solu??es: "+Integer.toString(i));
    t.stop();
    }else if(e.getSource() == t){
         System.out.println("timer");
         rodadas++;
    Any clue?
    Thanks

    Let me explai the context: i had to implement a classic nQueens problem using a Grasp Algorithm and a Backtrack algorithm, then in dorder to compare them, i want to make the garap one to run find 100000 solutions and register the time it is needes, then divide by 100000. so i need the timer running and making a variable increase every millisecond from the beggining until the end of the last solution. But the timer is not generating a event or the event is not being caought by the actionPerformed.

  • Wait for Event not being picked up by workflow

    Hi,
    We have a purchase order workflow that has a parallel branch with a wait for event of 'Released' on it. The theory is that if a PO is released the workflow will finish. We have a situation where POs are created then released straight away by an idoc. In the event log we can see the release step created event and it correctly starts the workflow however the released event follows at exactly the same time and the workflow does not seem to notice this so it sends a released PO to a user to be released. I hope this makes sense. Can anyone think of a reason why this might be happening? Does it need a slight delay between the two events?  In SWEINST the linkage is active and when I look at the entry for one of these POs it tales me to the correct workflow.
    Thanks
    Rob

    Hi,
    You could possibly create a check function module for the event. In the check function module you check some specific variable (if there is something you can use) - for example if the event was created by a certain user or if the PO is a certain type(?). Then if your condition is fulfilled, you raise an exception and no event will be triggered => no workflow.
    This is just one possible solution.
    Regards,
    Karri

  • Looping, Clickable FLV Preview - Click Event not being recognized

    I have tried the following code to create a thumbnail preview that loops and is clickable to go to a new page with a video gallery... The video plays anbd loops, but, it does not seem to recognize the mouse click -- i have a trace that isn't being triggered an nothing happens... code is below. any help appreciated...
    import fl.video.VideoEvent;
    import flash.events.MouseEvent;
    player.fullScreenTakeOver = false;
    player.source =
    "YadWebPreview.flv";
    player.autoRewind = true;
    player.autoPlay = true;
    function Loop(event:VideoEvent):void
    player.play();
    function Link(event:MouseEvent):void
    trace("Clicked");
    navigateToURL(
    new URLRequest(
    "http://yad.nyckatz.com/index.php/about-us/meet-our-people"),
    "_blank");
    player.addEventListener(VideoEvent.AUTO_REWOUND, Loop);
    player.addEventListener(MouseEvent.CLICK, Link);

    I added a button on top of the video and made it transparent.  added the  following code to the button:
    import flash.events.MouseEvent;
    function Link(event:MouseEvent):void
    trace("Clicked");
    navigateToURL(
    new URLRequest(
    "http://yad.nyckatz.com/index.php/about-us/meet-our-people"),
    "_blank");
    myButton.addEventListener(MouseEvent.CLICK,Link);
    getting the following compler errors:
    5000: The class 'fl.controls.Button' must subclass 'flash.display.SimpleButton' since it is linked to a library symbol of that type.
    and the following in the output tab
    ReferenceError: Error #1065: Variable Icon is not defined.
    ReferenceError: Error #1065: Variable FLVPlayback is not defined.
    ReferenceError: Error #1065: Variable ComponentShim is not defined.
    have the following code on the video:
    import fl.video.VideoEvent;
    player.fullScreenTakeOver = false;
    player.source =
    "YadWebPreview.flv";
    player.autoRewind = true;
    player.autoPlay = true;
    function Loop(event:VideoEvent):void
    player.play();
    player.addEventListener(VideoEvent.AUTO_REWOUND, Loop);
    Can't find anything to help figure out how to correct these...  Any help much appreciated.

  • Socket disconnection event not being reveived java.nio

    Hi All
    My question is as below
    i am using java.nio package + win 2K + jdk1.4.1_02
    I have a Server accepting socket connection and is configured
    in Nonblocking mode.
    -The server receives (selector) events (accept event)
    when a client requests for a connection .
    -The server is getting read and write events when
    client wants to read and write
    -The server gets a read event when the client disconnects
    My only problem is that the Server is not getting any events
    when the client disconnect due to network break down
    for EX when the network connection breaks the client disconnects
    but the server selector is not getting any events
    I am storing the client Socket objects in a Hash Table and
    if i execute the .isConnected() method it returns true
    even though the the client is down
    The only work around is to try to read and write on the socket
    i get an IO exception and am able to make out that the
    client is disconnected
    But this is not desirable for my client
    as client modification to give any kind of echo is not possible and
    a read /write event will cause problem.
    Can any one tell how to detect client side disconnection
    with out Read and Write on the client socket
    I get an socket Exception when the socket is in Blocking IO and is blocked on read/ write but I am facing this problem in NonBlockingIO
    Regards
    Avinash

    int ct = read.selectNow();
    if (ct > 0)
    Set readyKeys = read.selectedKeys();
    Iterator i = readyKeys.iterator();
    while (i.hasNext())
    SelectionKey key = (SelectionKey) i.next();
    i.remove();
    if (key.isReadable())
    SelectableChannel nextReady = (SelectableChannel) key.channel();
    SocketChannel sc = (SocketChannel) key.channel();
    int rd = sc.read(buffer);
    // Link is dead
    if (rd == -1)
    key.cancel();
    key.attach(null);
    nextReady.close();
    continue;
    // Process your data
    catch (Exception e)
    e.printStackTrace();

  • OnChange and DropDownList's - event not being dispatched

    I can't get an onChange event to fire when making a ListItem selection in a DropDownList control. Am I doing something wrong? (I'm running XP Pro 32bit)
         var dlg = new Window('dialog');
         var pnl = dlg.add('panel');
         var myDDList1 = pnl.add('dropdownlist',undefined,['one', 'two', 'three'], {name: 'ddList1'});
         myDDList1.addEventListener('change', myFunction);
         var myDDList2 = pnl.add('dropdownlist',undefined,['one', 'two', 'three'], {name:'ddList2'});
         myDDList2.addEventListener('change', myFunction);
         var myDDList3 = pnl.add('dropdownlist',undefined,['one', 'two', 'three'], {name:'ddList3'});
         myDDList3.addEventListener('change', myFunction);
          function myFunction(ev)
              var ddl = ev.target;
              var props = ddl.properties;
              if(props.hasOwnProperty('name'))
                   switch(props.name)
                        case 'ddList1':
                            alert ('change made in ddList1');
                        break;
                        case 'ddList2':
                            alert ('change made in ddList2');
                        break;
                        case 'ddList3':
                            alert ('change made in ddList3');
                        break;
              ddl = null;
              props = null;
         dlg.show();

    Thank you, that works perfectly. Is it because invoking the function using this method
    myDDList1.onChange = myFunction;
    the onChange Event actually contains a copy of myFunction(), and the this keyword used in the function is a reference to the element the onChange event is registered to; in this case myDDList1? Whereas, invoking the function using this method
    myDDList1.addEventListenter('change', myFunction);
    myFunction() is not copied, but only referred to when the onChange event happens? Still not sure why it wouldn't work, though. Mousedown, mouseover, and other Events trigger the function using this method and event.target can be used to refer to the element that triggered the Event.
    Thanks again!

  • Calendar events not being sent immediately.....finding out when I created an event.

    I recently created a calendar event on my iPhone 5.  I invited an attendee who received the event too late (approximately 36 hours later).  Is there a way to verify and view when I created the event?  Also, is this a common problem?  Why would this have happened?  It definitely makes me not trust using the calendar app for creating and sending event invites.  It is CRITICAL that I view when I created the event.  Thanks in advance for any help or advice.

    Hi Dave,
    From your description, the mailbox you use for conference is not a special room mailbox. It is a standard user mailbox. I think that is the problem, it should be configured as a room type and not a user mailbox.
    If I have misunderstood your concern, please feel free to let me know.
    What's more, about how to create and manage room mailbox, here are some helpful threads for your reference.
    Create a Room or Equipment Mailbox
    http://technet.microsoft.com/en-us/library/bb124952(v=exchg.141).aspx
    Managing Resource Mailboxes and Scheduling
    http://technet.microsoft.com/en-us/library/bb124374(v=exchg.141).aspx
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • 30 days and older events not being deleted automatically

    Under iCal preferences I have checked "Delete events older than 30 days", but its not happening, events from months ago are still sitting there and I have to go in and delete them manually. Am I doing something wrong? I use a iTouch and an iMac

    I have tried "Refresh" and "Refresh All", but that didn't do it. What did work was "Quit" iCal and open up again

  • Projects/Events not being saved.

    I am having major problems with FCPX.
    I have edited and re-edited the same movie about 20 times now. Every time, at some stage, the undo feature stops working and when I quit and re-open FPCX I am just seeing the project at the very start of my work, nearly all the work is lost.
    Have tried deleting pref files and have even totally re-downloaded and installed from the app store, still no luck.
    This is very, very frustrating, if there was a 'save as' feature I could live with it.
    Other posts have suggested 'duplicating the project', but when I go to the project library view, that also causes most of the project to be lost, just by going off of the timeline view.
    Please help, I am at my wits end with this.

    Are you possiby working in the timeline rather than a project? So that your window looks something like this?
    Rather than something like this:
    Russ

  • Business Event Not showing up in EDN-DB-LOG

    Hi There,
    I am programmatically raising an event from within a method. I have confirmed that this event is being raised and I can in fact see the events in database by executing the following query.
    select * from edn_event_queue_table
    However, The event is not being picked up at all or listed at
    http://adc60050fems.us.oracle.com:7153/soa-infra/events/edn-db-log . My server points to that database and doesn't even list the events when they are raised.
    Any suggestions would be really helpful
    Thanks,
    Sly

    Hi,
    this is a JDeveloper and ADF forum. For SOA related questions you want to try the SOA forum
    SOA Suite
    Frank

Maybe you are looking for