How to find orders in timer delay.

Hi,
How to find the orders which are in timer delay.
Is it from Find Order/Get Order combination. Appreciate your help.

Hi Srinivas,
I have actually pasted the optimized version of FindOrder, here is the full xml. As you know, whichever says optional you can remove the below tags.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ord="http://xmlns.oracle.com/communications/ordermanagement">
<soapenv:Header/>
<soapenv:Body>
<ord:FindOrder>
<!--Optional:-->
<ord:ViewBy>
<!--Zero or more repetitions:-->
<ord:View>?</ord:View>
<!--Optional:-->
<ord:RemarkFilter>
<!--Optional:-->
<ord:RetrieveRemarks>false</ord:RetrieveRemarks>
<!--Zero or more repetitions:-->
<ord:AttachmentFilter>
<!--Optional:-->
<ord:FileNameMatch>.*</ord:FileNameMatch>
<!--Optional:-->
<ord:MinSize>0</ord:MinSize>
<!--Optional:-->
<ord:MaxSize>4</ord:MaxSize>
<!--Optional:-->
<ord:Format>inlineBase64Binary</ord:Format>
</ord:AttachmentFilter>
</ord:RemarkFilter>
<!--Optional:-->
<ord:AmendmentFilter>
<ord:LevelOfDetail>?</ord:LevelOfDetail>
</ord:AmendmentFilter>
<!--Optional:-->
<ord:LifecycleEventFilter>
<!--Optional:-->
<ord:RetrieveLifecycleEvents>false</ord:RetrieveLifecycleEvents>
</ord:LifecycleEventFilter>
</ord:ViewBy>
<!--Optional:-->
*<ord:SelectBy>*
*<!--Optional:-->*
*<ord:OrderId>?</ord:OrderId>*
*<!--Optional:-->*
*<ord:OrderState>?</ord:OrderState>*
*<!--Optional:-->*
*<ord:TargetOrderState>?</ord:TargetOrderState>*
*<!--Optional:-->*
*<ord:Reference>?</ord:Reference>*
*<!--Optional:-->*
*<ord:Cartridge>*
*<ord:Name>?</ord:Name>*
*<!--Optional:-->*
*<ord:Version>?</ord:Version>*
*</ord:Cartridge>*
*<!--Optional:-->*
*<ord:OrderType>?</ord:OrderType>*
*<!--Optional:-->*
*<ord:OrderSource>?</ord:OrderSource>*
*<!--Optional:-->*
*<ord:CreatedDate>*
*<!--Optional:-->*
*<ord:FromDate>?</ord:FromDate>*
*<!--Optional:-->*
*<ord:ToDate>?</ord:ToDate>*
*</ord:CreatedDate>*
*<!--Optional:-->*
*<ord:CompletedDate>*
*<!--Optional:-->*
*<ord:FromDate>?</ord:FromDate>*
*<!--Optional:-->*
*<ord:ToDate>?</ord:ToDate>*
*</ord:CompletedDate>*
*<!--Optional:-->*
*<ord:Priority>?</ord:Priority>*
*<!--Zero or more repetitions:-->*
*<ord:Field>*
*<!--Optional:-->*
*<ord:Cartridge>*
*<ord:Name>?</ord:Name>*
*<!--Optional:-->*
*<ord:Version>?</ord:Version>*
*</ord:Cartridge>*
*<ord:Path>?</ord:Path>*
*<!--You have a CHOICE of the next 2 items at this level-->*
*<ord:EqualTo>?</ord:EqualTo>*
*<ord:From>?</ord:From>*
*<ord:To>?</ord:To>*
*</ord:Field>*
*<!--Optional:-->*
*<ord:MaxOrders>?</ord:MaxOrders>*
*</ord:SelectBy>*
<!--Optional:-->
<ord:OrderBy>
<!--1 or more repetitions:-->
<ord:OrderField>
<!--Optional:-->
<ord:SortBy>?</ord:SortBy>
<ord:Header>?</ord:Header>
</ord:OrderField>
</ord:OrderBy>
</ord:FindOrder>
</soapenv:Body>
</soapenv:Envelope>
Thanks
Naveen Jabade

Similar Messages

  • How can I put a time delay between specific events in a while loop?

    How can I put a time delay between specific events within the same while loop? I'm already using the "wait" command to control the overall loop iteration speed. But I want to time the individual events as well.

    Hi Jesse,
    You can use a flat sequence. In each box you can put your individual events and attached wait.
    Don't forget to reduce your total loop time of the time you added in the individual sequences.
    Doc-Doc
    Doc-Doc
    http://www.machinevision.ch
    http://visionindustrielle.ch
    Please take time to rate this answer

  • How to find the Latency time in java.

    How to find the Latency time in java.

    long start = System.currentTimeMillis();
    doTheWork();
    long durationInMillis = System.currentTimeMillis() - start;You might repeat doTheWork() several (100-1000 or more) times if it is fast and the granularity of your system clock is not good enough.

  • Updating my iPhone 5 software has shortened the number of rings before the answer phone kicks in, how do I extend the time delay?

    Updating my iPhone 5 software has shortened the number of rings before the answer phone kicks in, how do I extend the time delay?

    If the codes Tanzim mentioned don't work, just call your carrier and ask them to extend your time until voicemail picks up, to 30 seconds. They do this routinely.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to find date and time on photo taken by iphone?, How to find date and time on photo taken by iphone?

    How to find date and time on iphone's photo taken?

    in iPhoto no matter the source of the photo you see the information about th ephoto by selecting the photo and showing info (the get info button may be in a different location depending on the version of iPhoto you have)
    If you are not aking an iPhoto question but are asking an iPhone question instead then repost in the iPhone forum - iPhoto has no association with the iPhone
    LN

  • How to find the processing time of any query?

    im using oracle express edition, can anyone help me, how to find the processing time of any query?

    Trace the query and tkprof the generated trace file.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/sqltrace.htm#PFGRF01010

  • How to find out the time when the ASE started?

    Normally, ASE not reboot for production. Only for maintenance or performance tuning, maybe need to reboot ASE.
    Question is how to find out the time when ASE was started?
    one way maybe is check errorlog. Any more simple way no need to login to server OS?

    Hi Kent,
    In ASE 12.5 and up, you can do 'select @@boottime'  For older releases, a general method is 'select crdate from sysdatabases where dbid=2'
    1> select @@boottime, crdate from sysdatabases where dbid=2
    2> go
                                     crdate
                 Jul 15 2014  9:19AM             Jul 15 2014  9:19AM
    (1 row affected)
    Cheers
    Dan

  • I accidentally erased a sticky from my Dashboard?  I don't know how to find them in Time Machine.

    I accidentally erased a sticky from my Dashboard?  I don't know how to find them in Time Machine.  Any ideas how to recover it?

    When you have a Write window open press F9 to turn on the Contact Sidebar. Select the contact or contacts to send to. Hold the control key while clicking contacts to select more than one. Then use one of the Add To buttons at the bottom.
    This looks like the first message you have posted here. You will get an email to the address you used when registering.
    You can click on your username to go to your profile/activity page. I suggest that you bookmark that so you can find your posts and answers easily.

  • How to find out the transmission delay?

    Hi
    How to find out the transmission delay in RF transmission?
    Regards,
    Vijay

    Hello,
    There is not enough information in this post to provide a good answer. If you can provide more details perhaps we can provide better insight.

  • How to find the Executed time of query

    hi,
       i want to find out the execution time of query like a sales report executed in 10 min. how to find out that? is there is any TC for that or what is the option to use that?
    and how to fing out execution time of Data source to info providers.. or DSOs to IC? like how much time taken to load data?
    regards,
    preety

    Hello Preety,
          Goto RSRT give the query name and see the technical property you will find the query generation time.
    For the time taken for execution Select the execute and debug mode in the options select display statistics.
    Execute the query
    Click back
    You can see the statistics.
    Thanks
    Chandran

  • How to find query completion time

    How to find active insert query completion time in oracle?

    friend,
    i don't find anything in the query since time_remaing value show zero.
    select TIME_REMAINING,TOTALWORK,START_TIME,SOFAR from v$session_longops where sid=115.
    TIME_REMAINING TOTALWORK START_TIM SOFAR
    0 21456 11-MAY-09 21456
    0 4588 11-MAY-09 4588
    0 6138 11-MAY-09 6138
    could you please guide me how to calcaluate the completion time?

  • How to find query processing time?

    im using Oracle Express Edition
    i want to find the processing time of a query?,
    anyone please specify briefly how to find the query processing time
    can i get the processing time of a query by using Express edition or should i install Enterprise Edition.
    with regards,
    ravikanth.

    This link will help
    http://forums.oracle.com/forums/thread.jspa?threadID=2210335&tstart=0

  • How to find the elapsed time between 2 events ?

    I want to use the robot class and I have register all events in a file but when I use the Robot. It isn't synchronous. So I should find th elapsed time between two events for reproducing them with the method delay of the class Robot.
    Thanks

    It sounds like you want to reproduce the events with varying time between the events? This is a good idea for a couple of reasons 1) it's possible to enqueue events so quickly that Robot gets ahead of the Java GUI, and 2) every human does their mouse/keyboard activity at varying (and relatively slow, relative to the computer that is) rates of speed. It would help make a more realistic interaction to vary the speed of event reproduction.
    Since you can't control the amount of time between the call to Robot and when the event arrives in the application, you can't be ultimately precise about this. You'll have to accept a teensy bit of slop in the process and just live with it.
    That is ... you can do something like robot.method1() .. Thread.sleep(1) .. robot.method2() .. Thread.sleep(1) ... and that will give slight delays. If you vary the value for Thread.sleep you can vary the event reproduction speed. Early in the development of Robot I experimented with something like this - I set up an EventQueue listener to capture all mouse/keyboard events (remember that each comes with a timestamp) and then reproduced events using the time intervals from the captured events to control the Thread.sleep times between Robot calls. It worked pretty well, and the mouse would dance around in the same way I moved the mouse around.
    - David

  • How to find out insertion time of records in an oracle table

    Hi everybody,
    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    I searched over the internet and find some results but none of them seem to be practical.
    Thanks for your help.

    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    First you need to clarify what you mean by 'the date that each record get inserted'.  A row is not permanent and visible to other sessions until it has been COMMITTED and that commit may happen seconds, minutes, hours or even days AFTER a user actually creates the row and puts a date in your 'date column'.
    Second - your date column, and ALL date columns, includes a time component. So just query your date column for the time.
    The only way that time value will be incorrect is if you did something silly like TRUNC(myDate) when you inserted the value. That would use a time component of 00:00:00 and destroy the actual time.

  • How to find out what time I took a picture

    A big monster truck's bumper went up onto my car's hood at the grocery store the other week and I snapped a picture of it. Now the lady is claiming that I decided to park my car underneath hers and that my car was not there when she parked. I have my receipt showing I what time I made my purchases but I need additional proof with what time I took the picture.
    Does somebody know how to look up what time a picture was taken?

    I would also recommend leaving the shot on the iphone untouched (downloaded to a PC is ok). There is EXIF information encoded inside the image that records the iphone's date/time (this is in addition to the file system information that the other poster I beleive is referring to). It is also changeable, though one needs more expertise to do so. The reason I recommend leaving it there is some techniques of getting shots off of cameras (i.e. phones) may remove that info or alter it.
    But how does the date/time matter -- clearly the event had occurred, how will a shot after it occurred indicate which came first, your care or her's?
    Message was edited by: Linwood_Ferguson

Maybe you are looking for

  • How does iCal, or Calendar, order the display of multiple events for the same time?

    I can't for the life of me figure out how iCal orders the display of multiple items at the same time.  Does anyone have a clue?  It's not alphabetical.  It's not according the the order of the calendars in the left pane.  Is it just random?  Any help

  • Create a configurable material with reference to another config material

    Hi, I want to create a configurable material with reference to another configurable material from different system. Please tell me what data i need to check to see if that material has been created (copied manually) successfully. Thanks.

  • I own an iPod Touch 4th Generation. Can I download iOS 7?

    Previously it has been mentioned that he iOS 7 was not completed but there was a possibility it would be adapted for 4th gen. However, it was released over a week ago and still is unavailable. Will it ever be or is the iPod touch 4th Generation being

  • Exploded directory format in an EAR

              I have a problem wrapping up an exploded directory format application into an ear           file running weblogic 6.0sp2 on winnt 4. One of the things I would like to do           is load a config file from a helper class without specifying

  • What is Workbench and Cut over stratrgy

    hi Gurus Can any one plese tel me 1 .  what is    ' WORKBENCH'      Why we use it and when? 2. what is CUTOVER STRATEGY    when we use it and why? Thanks and Regards           babi