Query Amazon with HTTPClient (Speed problems)

I'm trying to send requests to amazon.com. I use HTTPClient to get the front page, then send the query, and get the results. So far so good.
Now: I want to submit this query like 1000 times, and of course it gets reaaaaly slow. It takes about 37sec for 10 queries. How can I speed that up?
It's obvious that the internet-connection is the bottle-neck here, since bandwidth is at 100% all the time. I create a Thread for each query. Why does it take so much bandwitdth ???
Is there a better solution???
Thanks alot for any HELP!

I'm trying to send requests to amazon.com. I use
HTTPClient to get the front page, then send the
query, and get the results. So far so good.
Now: I want to submit this query like 1000 times, and
of course it gets reaaaaly slow. It takes about 37sec
for 10 queries. How can I speed that up? Have you asked them if you are allowed to do that? What you are doing can be seen as a DOS attack.
It's obvious that the internet-connection is the
bottle-neck here, since bandwidth is at 100% all the
time. I create a Thread for each query. Why does it
take so much bandwitdth ???The threads does not reduce the bandwidth usage.
Is there a better solution???Get a faster internet connection.
Kaj

Similar Messages

  • SAP BW ,BEX query,Infocube with the universe problem

    Hi gurus,
    Plz throw some light....
    1. Now i can create the universe on the top of each bex query,but how to select<b> 2 or more query in the singel univers</b>e itself.Because this leads to me to create <b>lot of universe.
    </b>
    2. I <b>dont have option to select the infocube</b>..how i can select the infocube???only folder is there,when i click on it,<b>bex query is there,but how to select the INFOCUBE??
    </b>
    3. In the particular folder(infocube) itself i <b>cant find the all the bex query</b> available...for eg:i have 2<b>0 bex query in SAP BW but i see only 5 querys in universe...</b>
    plz guide me gurus...
    santose

    Hi,
    This is a normal behaviour.
    Please have a look on the deffierent Universe's guides:
    [Designer's Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_designer_en.pdf]
    [Using SAP BW in Universe Designer|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_sap_olap_universes_en.pdf]
    Moreover please have a look on SDN documentations:
    [OLAP universes best practices|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/c0a45246-ce76-2b10-e688-f5c8206203eb]
    [Best Practices. Web Intelligence XI 3.x on SAP NetWeaver BI |https://wiki.wdf.sap.corp/wiki/display/globalregions/BestPractices.WebIntelligenceXI3.xonSAPNetWeaver+BI]
    [OLAP Universes - how to samples and recommendations |https://wiki.wdf.sap.corp/display/globalregions/OLAPUniverses-howtosamplesand+recommendations]
    Regards
    Didier

  • IPad2 problem with operating speed.

    Hi!
    Like in subject. After updating to iOS 8.1.1 my iPad2 work very slow. I restore system but problem with operating speed still there.
    Regards
    Jacek

    Sorted by apple support. Thanks. If anyone is looking at this you set the mail account up using the Microsoft exchange option then type m.hotmail.com into the server.
    Bye

  • Problems with Query Panel with Table

    Hi. I'm having a problems with this component in runtime. I'm using JDev 11.1.1.1 with ADFBC.
    The query uses three optional parameters. When i put a value for the first and leave other blank and execute query, following error is produced:
    03/11/2009 04:02:28 AM oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator handleError
    GRAVE: Server Exception during PPR, #6
    javax.el.ELException: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at com.sun.el.parser.AstValue.invoke(AstValue.java:161)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1282)
         at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:115)
    I couldn't find any reference about this. Please help....
    Thanks

    Frank,
    I am also getting the same error. The version I am using is 11g Release 1(11.1.1.2.0)
    Here is what I did:
    1. created a view criteria on a view object
    2. all are optional
    3. Dragged the view criteria as a query component (query panel with query table) on to the design layout
    and the error when I clicked the Search button is:
    javax.el.ELException: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at com.sun.el.parser.AstValue.invoke(AstValue.java:161)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1289)
         at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:115)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at sni.foundation.facesextensions.filters.FoundationFilter.doFilter(FoundationFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._clearFilterCriteriaRows(FacesCtrlSearchBinding.java:4549)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._addFilterCriteria(FacesCtrlSearchBinding.java:4603)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.processQuery(FacesCtrlSearchBinding.java:423)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    Thanks
    Venkatesh

  • Problem with downloading speed on itunes and app store.

    i have problem with downloading speed on itunes and app store.ihave 6mb/ps plan.whene i download on xperia z downloading speed is about 3mb/ps.but when i download on apple app store or any apple server it giving only 150kb/ps.im doing everything. i change my ip dynamic to static.but nothing is change on speed.plz help me and give me some use full static ip and dns.

    Hi JM_7,
    If you are having a space issue when trying to sync your iPhone, you may find the following article helpful:
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
    Regards,
    - Brenden

  • HT201303 Dear Customer Service: It is very frustrating for me. My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for  the card and it is still all good. My friends an

    Dear Customer Service:
    It is very frustrating for me. My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for
    the card and it is still all good. My friends and I buy a lots of Apple applications on iTune.
    We have the correct CVV2, Expiration Date and Billing address, but you keeps declining us. Please fix this problem for me. The issuing bank for this card is Techcombank, one of the largest banks in Vietnam. According to the bank, the transaction is processed in the US. This is a legitimate Visa card.
    Please let me know as soon as possible. Apple does a disservice to its brand name by declining legitimate Visa account holders from using the cards in Vietnam.
    Sincerely,
    <Edited by Host>

    Just as a warning, your credit card number has been sent in the clear to probably thousands of people, including anyone who subscribes to e-mail alerts to this forum.  That's very, very bad.  The credit card should be considered compromised at this point, and you should cancel it immediately, if you haven't done so already.

  • HT1725 My Visa account keeps getting declined at Apple.I used this very same Visa card on Amazon with no problem. I checked my status for the card and it is still all good. Please let me know as soon as possible

    My Visa account keeps getting declined at Apple. I used this very same Visa card on Amazon with no problem. I checked my status for the card and it is still all good. My friends and I buy a lots of Apple applications on iTune.
    We have the correct CVV2, Expiration Date and Billing address, but you keeps declining us. Please fix this problem for me. The issuing bank for this card is Eximbank, one of the largest banks in Vietnam. According to the bank, the transaction is processed in the US. This is a legitimate Visa card.
    Please let me know as soon as possible. Apple does a disservice to its brand name by declining legitimate Visa account holders from using the cards in Vietnam.
    Sincerely,
    <Personal Information Edited by Host>

    These are user-to-user forums, you are not talking to Apple here - I've asked the hosts to remove your credit card number from your post as these are public forums (you should consider getting a new card from your provider as you've posted it here).
    Your card is registered to exactly the same address (spacing and format) as is on your iTunes account ?You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Hi! i have a macbook pro 3.1 with a 10.6.8 version. I want a 10.7 but i dont want any speed problems, what do you think?

    Hi! i have a macbook pro 3.1 with core 2 duo, 3gb ram and a 10.6.8 version. I want a 10.7 version but i dont want any speed problems, what do you think?

    Some MacBook Pro versions cannot be upgraded past 10.6.8; others are maxed out at 10.7.5. newer models can go all the way to 10.10. So it is important to know exactly what version you have--there may be close to 40 variants produced since the MB made its debut in 2006.
    You can safely give us a snapshot of your model and its current config that will allow us to deternmmine your model and its upgrade potential, plus show it you have any software that may impede any upgrades. Please download and install this free utility:
    http://www.etresoft.com/etrecheck
    It is secure and written by one of our most valued members to allow users to show details of their computer's configuration in Apple Support Communities without revealing any sensitive personal data.
    Run the program and click the "Copy report to clipboard" button when it displays the results. Then return here and paste the report into a response to your initial post. It can often show if any harmful files/programs are dragging down your performance.
    Remember that, on leaving OS10.6.8, you lose the ability to run older softare written for older PowerPC Macs (yours in Intel-based). Programs such as Office 2004 will no longer work (min of Office 2008 needed to work on newer OS versions), and AppleWorks will stop working completely

  • Do you encounter speed problem with time capsule

    I have speed problem with my networth using time capsule

    What's your Modem? If you are using DSL (ADSL) or fiber optical ?

  • Problem with USB speed

    Hi there,
    I am new to MSI forum, and have some questions.
    I have MSI K9NU Neo-V mainboard and have problem with USB speed . I have all the latest drivers installed and the latest BIOS for my mainboard but still have the problem that mainboard detects all USB devices like USB 1.1
    MB MSI MS-7270 ver. 1 (K9NU Neo-V)
    CPU AMD Athlon 4200+
    VGA MSI 8600 GTS
    Memory 2 x 512 MB DDR2 667 Corsair XMS matched Pair
    PSU Gigabyte GE-R 460 V1
    DVD-RW Pioneer DVR 112D
    HDD Western Digital WD2500JS
    OS Windows XP SP3 x86
    Any idea about this?!
    Thanks,
    Alek

    Quote from: Bas on 20-November-09, 21:57:20
    Did you install all the drivers listed here?
    http://eu.msi.com/index.php?func=downloaddetail&type=driver&maincat_no=1&prod_no=261
    I also move this topic to the right area.
    Yes, everything is installed and updated with latest drivers even from nVidia WEB for ULi chipset. the devices that we are talking about are USB removable storage like 8GB USB Flash Drive from Kingmax, 2GB Flash Drive from Xerox, 1 GB USB Flash drive from Kingston, USB case for 2,5" HDD from Spire ... I can count till tomorrow

  • Inconsistant import speed problem with Widows XP

    I have installed iTunes on my Dell with Windows XP.
    Most CD's import at speeds of 13x but some (and there does not appear to be any constant e.g. age, band etc.) start with import speeds of 0.1X.
    Any help would be appreciated.
    Dell Dimension 4600   Windows XP  
    Dell Dimension 4600   Windows XP  
    Dell Dimension 4600   Windows XP  

    You are right it is not consistent, even with the same disk. I cancelled an import, ejected the disk, re-inserted, started importing again at normal speed.
    My normal import speed is 5x-7x with error correction on, up to 9x with error correction off. Never seen higher than 9.2x on this machine using iTunes. Cdex can go faster though, but that is two step process of ripping then adding to library.

  • Ongoing woes with broadband speed

    Since 11th Dec 2012 we've had problems with our broadband. It's not been a single issue, so I'll put it all down here...
    It started with slow speeds, dropping from a stable 5.5Mb (since we moved in to the property in June 2012). From there it progressed to DNS errors, which I'll expand on.
    I could ping known stable sites (bbc.co.uk/amazon/etc), and receieve 105 server not found errors, yet ping their IP addresses directly, and I got a reasobable latency. This is a DNS error, short and sweet.
    Examples over December:
    C:\Windows\System32>ping bbc.co.uk
    Ping request could not find host bbc.co.uk. Please check the name and try again.
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=1564ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=589ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=1117ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=1180ms TTL=241
    C:\Windows\System32>ping 212.58.241.131
    Pinging 212.58.241.131 with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=53ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Phoning BT broadband didn't help, and whenever I did so, we'd go through their complete checklist, either to be told that they couldn't find a problem, or that there was a problem; and they'd "do" something at their end, which would give us broadband again, only for it to fade away over a couple of days. BT said they would send a guy out to the property on the 11th Jan.
    On Tuesday 8th, after a period of 3 hours with no DNS resolution at all, suddenly it came back, and the speed rose to 3Mbps. It remained pretty good, although the hub registered over 1.5 billion FEC events during this period of 3 days. The BT guy came, and whilst he could see that the Noise Attenuation had been wavering up and down, none of his equipment could show why we had been having DNS issues (in fact, I had to explain what DNS and domain name lookups were). So, he left without doing anything at all, and said "just keep an eye on it".
    Today, 12th Jan, I woke up to a download speed of 224 Kbps (upload 448 Kbps), and a SNR/Noise Attenuation of 43dB / 23dB. Pretty much, I am not satisfied, and starting to get annoyed. This has been ongoing for over a month now, and I'm being given the runaround by BT.
    Just for information: The homehub stays connected, it's never turned off, it never loses connection. There is no loss of signal, framing, or power.
    I have logs going back further, but here are my logs from the 3rd of Jan onwards - sorry it's very long....
    1pm thursday 3rd (hub obviously reset itself at 8:30am) ----------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    0 days, 04:31:39
    Downstream:    160 Kbps
    Upstream:    256 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    25.4 dB / 6.0 dB
    Line attenuation (Down/Up):    42.5 dB / 23.5 dB
    Output power (Down/Up):    15.1 dBm / 12.4 dBm
    FEC Events (Down/Up):    628547 / 3973
    CRC Events (Down/Up):    10613 / 2351
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    12350 / 1745
    Error Seconds (Local/Remote):    20270 / 11528
    Download speedachieved during the test was - 0.1 Mbps
     For your connection, the acceptable range of speeds is 0.05 Mbps-0.25 Mbps.
     Additional Information:
     Your DSL Connection Rate :0.16 Mbps(DOWN-STREAM), 0.26 Mbps(UP-STREAM)
     IP Profile for your line is - 0.14 Mbps
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 52ms, Maximum = 52ms, Average = 52ms
    14:30 thursday 3rd  -----------------------------------------------------------------------------------------------------------------
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Request timed out.
    Reply from 212.58.241.131: bytes=32 time=1127ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=354ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=911ms TTL=241
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 354ms, Maximum = 1127ms, Average = 797ms
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Request timed out.
    Reply from 212.58.241.131: bytes=32 time=3361ms TTL=241
    Request timed out.
    Request timed out.
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 3361ms, Maximum = 3361ms, Average = 3361ms
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=53ms TTL=241
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 52ms, Maximum = 52ms, Average = 52ms
    14:35 thursday3rd  --------------------------------------------------------------------------------------------------------------------------------
    C:\Windows\System32>ping bbc.co.uk
    Ping request could not find host bbc.co.uk. Please check the name and try again.
    C:\Windows\System32>ping bbc.co.uk
    Ping request could not find host bbc.co.uk. Please check the name and try again.
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=1564ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=589ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=1117ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=1180ms TTL=241
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 589ms, Maximum = 1564ms, Average = 1112ms
    C:\Windows\System32>
    21:00 - 23:18 thusday 3rd - no connectivity at all ---------------------------------------------------------------------------------------------
    C:\Windows\System32>ping bbc.co.uk
    Ping request could not find host bbc.co.uk. Please check the name and try again.
    C:\Windows\System32>ping amazon.co.uk
    Ping request could not find host amazon.co.uk. Please check the name and try aga
    in.
    C:\Windows\System32>ping amazon.co.uk
    Ping request could not find host amazon.co.uk. Please check the name and try aga
    in.
    C:\Windows\System32>tracert bbc.co.uk
    Unable to resolve target system name bbc.co.uk.
    C:\Windows\System32>tracert 212.58.241.131
    Tracing route to 212.58.241.131 over a maximum of 30 hops
      1     3 ms     1 ms     1 ms  BThomehub.home [192.168.1.254]
      2     *        *        *     Request timed out.
      3     *        *        *     Request timed out.
      4     *        *        *     Request timed out.
      5     *        *        *     Request timed out.
      6     *        *        *     Request timed out.
      7     *        *        *     Request timed out.
      8     *        *        *     Request timed out.
      9     *        *        *     Request timed out.
     10     *     2528 ms  1284 ms  peer2-xe0-0-0.telehouse.ukcore.bt.net [109.159.2
    54.102]
     11   900 ms  1669 ms  2852 ms  194.74.65.42
     12     *        *        *     Request timed out.
     13     *        *        *     Request timed out.
     14     *        *        *     Request timed out.
     15     *        *        *     Request timed out.
     16     *        *        *     Request timed out.
     17     *        *        *     Request timed out.
     18     *        *        *     Request timed out.
     19  ^C
    Can't run speedtester.bt.com - server not found
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    0 days, 14:07:51
    Downstream:    160 Kbps
    Upstream:    256 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    25.0 dB / 6.0 dB
    Line attenuation (Down/Up):    42.5 dB / 23.5 dB
    Output power (Down/Up):    15.1 dBm / 12.4 dBm
    FEC Events (Down/Up):    628547 / 4002
    CRC Events (Down/Up):    10613 / 2358
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    12350 / 1749
    Error Seconds (Local/Remote):    20270 / 11533
    23:41 thursday 3rd  -------------------------------------------------------------------------------------------------------
    Download speedachieved during the test was - 0.1 Mbps
     For your connection, the acceptable range of speeds is 0.05 Mbps-0.25 Mbps.
     Additional Information:
     Your DSL Connection Rate :0.16 Mbps(DOWN-STREAM), 0.26 Mbps(UP-STREAM)
     IP Profile for your line is - 0.14 Mbps
    C:\Windows\System32>ping bbc.co.uk
    Pinging bbc.co.uk [212.58.241.131] with 32 bytes of data&colon;
    Reply from 212.58.241.131: bytes=32 time=54ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=56ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=52ms TTL=241
    Reply from 212.58.241.131: bytes=32 time=53ms TTL=241
    Ping statistics for 212.58.241.131:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 52ms, Maximum = 56ms, Average = 53ms
    C:\Windows\System32>

    9:15 tuesday 8th ------------------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    2 days, 22:44:13
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    8.2 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    484376487 / 1478
    CRC Events (Down/Up):    301302 / 1430
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1349972 / 1416
    Error Seconds (Local/Remote):    13268 / 2471
    speedtester.bt.com - server not found error
    no websites at all - server not found errors
    server not found = 105 error (a DNS failure)
    11:00 tuesday 8th ---------------------------------------
    no dns at all - server not found errors
    12:30 tuesday 8th -------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    3 days, 01:59:24
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    8.0 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    484381768 / 1490
    CRC Events (Down/Up):    301309 / 1445
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1350028 / 1424
    Error Seconds (Local/Remote):    13271 / 2476
    Download speedachieved during the test was - 3.24 Mbps
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :4.16 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 3.5 Mbps
    wednesday 9th Jan ----------------------------------------------------
    (still getting way too many fec/crc/hec events)
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    3 days, 22:31:54
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    7.5 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    496215515 / 1515
    CRC Events (Down/Up):    301322 / 1475
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1350263 / 1441
    Error Seconds (Local/Remote):    13282 / 2487
    Download speedachieved during the test was - 3.29 Mbps
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :4.16 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 3.5 Mbps
    wednesday 9th 17:30 --------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    4 days, 07:04:44
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    6.8 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    1002800728 / 1591
    CRC Events (Down/Up):    346560 / 1571
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1430040 / 1532
    Error Seconds (Local/Remote):    26870 / 2720
    thursday 10th 10:40 --------------------------------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    5 days, 00:07:34
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    7.2 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    1144383005 / 1596
    CRC Events (Down/Up):    346792 / 1581
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1430699 / 1542
    Error Seconds (Local/Remote):    27049 / 2729
    Download speedachieved during the test was - 3.26 Mbps
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :4.16 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 3.5 Mbps
    thursday 10th 19:54 --------------------------------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    5 days, 09:19:39
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    5.7 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    1552123505 / 1628
    CRC Events (Down/Up):    348926 / 1623
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1434893 / 1571
    Error Seconds (Local/Remote):    28660 / 2771
    friday 11th 08:45 --------------------------------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    5 days, 22:11:50
    Downstream:    4.063 Mbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    6.5 dB / 21.0 dB
    Line attenuation (Down/Up):    42.1 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    1571338923 / 1637
    CRC Events (Down/Up):    348940 / 1652
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1435082 / 1591
    Error Seconds (Local/Remote):    28671 / 2781
    Download speedachieved during the test was - 3.21 Mbps
     For your connection, the acceptable range of speeds is 0.6 Mbps-7.15 Mbps.
     Additional Information:
     Your DSL Connection Rate :4.16 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 3.5 Mbps
    Guy came, found no cable/electrical problems - but signal to noise ratio was "all over the place"
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    9.2 dB / 20.0 dB
    Line attenuation (Down/Up):    42.0 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    1310 / 0
    CRC Events (Down/Up):    0 / 0
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    0 / 0
    Error Seconds (Local/Remote):    28720 / 2822
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    7.9 dB / 20.0 dB
    Line attenuation (Down/Up):    42.0 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    12261 / 4
    CRC Events (Down/Up):    8 / 14
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    154 / 10
    Error Seconds (Local/Remote):    28722 / 2828
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    6.1 dB / 20.0 dB
    Line attenuation (Down/Up):    42.0 dB / 22.0 dB
    Output power (Down/Up):    19.7 dBm / 12.4 dBm
    FEC Events (Down/Up):    150740 / 23
    CRC Events (Down/Up):    24 / 52
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    365 / 34
    Error Seconds (Local/Remote):    28732 / 2847
    saturday 12th jan ------------------------------------------------------------------------------------------------------------------
    ADSL Line Status
    Connection Information
    Line state:    Connected
    Connection time:    0 days, 01:10:34
    Downstream:    224 Kbps
    Upstream:    448 Kbps
    ADSL Settings
    VPI/VCI:    0/38
    Type:    PPPoA
    Modulation:    G.992.1 Annex A
    Latency type:    Interleaved
    Noise margin (Down/Up):    23.2 dB / 15.0 dB
    Line attenuation (Down/Up):    43.0 dB / 23.0 dB
    Output power (Down/Up):    16.0 dBm / 12.3 dBm
    FEC Events (Down/Up):    127115 / 1188
    CRC Events (Down/Up):    1057 / 485
    Loss of Framing (Local/Remote):    0 / 0
    Loss of Signal (Local/Remote):    0 / 0
    Loss of Power (Local/Remote):    0 / 0
    HEC Events (Down/Up):    1851 / 397
    Error Seconds (Local/Remote):    29800 / 3447
    Download speedachieved during the test was - 0.1 Mbps
     For your connection, the acceptable range of speeds is 0.05 Mbps-0.25 Mbps.
     Additional Information:
     Your DSL Connection Rate :0.22 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 0.14 Mbps

  • Fan speed problem Power Mac G5 Dual 1.8 GHz PowerPC - please help

    Please HELP, I have a fan speed problem with my Power Mac G5 Dual 1.8 GHz PowerPC
    This is a NOT an Intel machine. I am running Mac OS X v10.5.8
    Power Mac G5 - PowerMac 7,2 - Power PC 970 (2.2) - 1.8 GHz with 2 CPUs - L2 Cache (per CPU) 512 KB - Memory 8 GB - Bus Speed 900 MHz - Boot ROM version 5.1.5b1
    I have included below Links to download a sound file (.m4a) that I recorded of the fan speed problem and both a .pdf and .spx files of my system profile.
    download sound file
    http://homepage.mac.com/rep3/filechute/myG5dualsFans.m4a
    down load .spx file of my system preferences
    http://homepage.mac.com/rep3/filechute/systemProfileREP3-G5dual.spx
    down load .pdf file of my system preferences
    http://homepage.mac.com/rep3/filechute/systemProfileREP3-G5dual.pdf
    When did the fan problem start?
    After I replaced the mother board on the computer.
    Why did I replace the mother board?
    Because the experts at apple agreed with my diagnosis that the major crash problems & kernel panics must have some thing to do with a logic board gone bad. They would not work on it, because this Power Mac G5 dual 1.8 GHz machine is now a legacy model.
    What I have done to attempt to fix my fan speed problem? yes I checked the obvious things, here is a list:
    1) yes I checked to be sure that the new mother board was the same part number as the original one, and that all things that were unplugged from the old mother board - were actually plugged into the new mother board.
    2) all the fans work, I can see them spinning if I use a flashlight and look at them (cover on and off to get at some of them)
    3) check all RAM to make sure: a) it was installed properly b) that the RAM worked using TechTool Pro c) even started the machine with only the original RAM that came with it.
    4) I installed a Temperature monitor - to see if there was something reading as very hot inside that was causing the machine to continually run the fans at a high speed. No, no heat issues that I can see. Here are the reading from the sensors in degrees fahrenheit, 2009-10-11 16:11:01 -0500
    CPU A Die Temperature: 75.7℉
    CPU B Die Temperature: 81.5℉
    Drive Bay: 68.9℉
    Main Logic Board Air Inlet: 64.8℉
    Main Logic Board Ambient: 73.6℉
    Main Logic Board Backside: 76.3℉
    Memory Controller Heatsink: 93.2℉
    Processor Card A Ambient: 77.5℉
    Processor Card B Ambient: 77.0℉
    5) zapped the PRAM
    6) followed the SMU reset instructions for
    Power Mac G5 (Late 2004)
    To reset the SMU on a Power Mac G5 (Late 2004) computer, simply do the following:
    • Turn off the computer by selecting Shut Down from the Apple menu or by holding the power button until the computer turns off.
    • Remove the power cord from the computer.
    • Wait two minutes.
    • Plug in the power cord.
    • Turn on the computer.
    7) followed the SMU reset instructions:
    Resetting the Cuda/PMU
    How to reset the PMU:
    • If the computer is on, turn it off.
    • Disconnect ALL cables from the computer, including peripherals and power.
    • If possible, move the computer to a place where you are not standing on carpet.
    • Open the case and ground yourself by touching part of the metal frame inside the computer.
    • Find the Cuda or PMU button
    • Press the Cuda or PMU button ONCE. Do not press the button more than once before starting the computer up again.
    • Wait 10 seconds, then reconnect the cables you removed in step 2 and turn the computer on.
    • If the computer still does not respond after resetting the PMU, the computer may require service from an Apple Authorized Service Provider.
    8) ran disk utilities, repaired permissions
    9) found a setting in the system preferences that a chat room person suggested had something to do with fan speed. In Energy Saver, under options, processor performance was set to highest, I set it to automatic - this did not change anything that I could tell - BTW I checked my other G5 (a single processor that works fine) that is the setting that that it is set to, and it is nice and quiet.
    10) restarted the machine, ..
    11) found a Fan Control System Update - but it did not install when I tryed to install it -
    12) booted from OSX install disk and ran that disk utility
    13) used OnyX to fix disk permissions, clear caches and temp items
    Nope - still have the same high speed fan problem. ... PLEASE HELP!!
    I have been reading in the MacInTouch reader reports - found this: some one said to use this - thermal re-calibration using the Apple Authorized Service Providers' disk - but that's not available, at least I can not find it - anyone? have an answer to finding this - or can do it for me? I am in Chicago.

    The Genius at the downtown apple store said that because it's a "legacy machine" they would not work on it, .. so should I push them?
    Well, I personally think that's ridiculous, I'd Push them, I'd call AppleCare & talk up the chain if need be... there the ones that have or should have that Disc... man o man... Personally I'll never visit an Apple Store again in my lifetime, maybe try an independent AASP if none of that helps!..
    http://tinyurl.com/ykomqkn
    Man-o-man, pop my cork before I explode on that one, if I had anything to do with it I'd close that store.

  • BW Authorizations - Query variable with processing mode as "customer exit"

    Hi,
    Iam new to BW authorizations and have not yet worked on customer exit before. I was going through the documentation at various sites but I could not get the end to end description on how the query process( when using a variable for an InfoObject) works in case of customer exit.
    Let's assume that I am using  a query variable with processing mode as "customer exit" and at the exit I  write some code to extract user's authorizations from a z table. if this is the case, then when an end user runs a query,how will the the system know what value needs to be filled in the variable for the requesting user. Are the user details  also sent to the code along with the query variable? If so how. If I mis-understood the process then forgive me and let me know the correct process.

    Hi!
    welcome to SDN!
    customer exit variables need programing by user. so if you create a customer exit variable, you got to right a program which extracts values into this variable. we can do what ever we want in program, SAP will not deal anything ´with customer exits.
    with regards
    ashwin
    PS n:  Assigning point to the helpful answers is the way of saying thanks in SDN.  you can assign points by clicking on the appropriate radio button displayed next to the answers for your question. yellow for 2, green for 6 points(2)and blue for 10 points and to close the question and marked as problem solved. closing the threads which has a solution will help the members to deal with open issues with out wasting time on problems which has a solution and also to the people who encounter the same porblem in future. This is just to give you information as you are a new user.

  • The Size of prddata increasing with great speed . dbf files are increasing

    Hi
    the Size of prddata increasing with great speed . dbf files are increasing which result in 100 % space utilization.
    can I delete temp01.dbf files.what is possible solution for this as dbf files are increasing with unexpected great speed.
    Thanks
    Rahul

    db version is 9.2.0.6.0
    Application 11.5.10.2
    Allert.log is showing error
    ORA-04098: trigger 'APPS.XXXX_APPS_LOGON_TRG' is invalid and failed re-validation
    output of query
    select object_name
    from dba_objects
    where object_type = 'TRIGGER'
    and status = 'INVALID';
    OBJECT_NAME
    AX_AP_CHECKS_ARU1
    AX_AP_CHECKS_ARU2
    AX_AP_CHECKS_BRI1
    AX_AP_HOLDS_ARI1
    AX_AP_HOLDS_ARU1
    AX_AP_HOLD_CODES_ARU1
    AX_AP_INVOICES_ARU1
    AX_AP_INVOICES_ARU2
    AX_AP_INVOICES_ARU3
    AX_AP_INVOICES_BRDI1
    AX_AP_INVOICE_DIST_ARDI1
    OBJECT_NAME
    AX_AP_INVOICE_DIST_ARDI2
    AX_AP_INVOICE_DIST_ARU1
    AX_AP_INVOICE_DIST_ARU2
    AX_AP_INVOICE_PAY_ARDI1
    AX_DOCUMENT_STATUSES_BRU1
    AX_DOCUMENT_STATUSES_BRU2
    BEN_EXT_ADD_EVT
    FF_GLOBALS_F_BRI
    GHR_PER_ADDRESSES_AFIUD
    HRI_EDW_CMPSTN_SNPSHT_DTS_WHO
    HRI_EDW_USER_PERSON_TYPES_WHO
    OBJECT_NAME
    HRI_GEN_HRCHY_SUMMARY_WHO
    HRI_INV_SPRTN_RSNS_WHO
    HRI_MB_WMV_WHO
    HRI_ORG_HRCHY_SUMMARY_WHO
    HRI_ORG_PARAMS_WHO
    HRI_ORG_PARAM_LIST_WHO
    HRI_PRIMARY_HRCHYS_WHO
    HRI_RECRUITMENT_STAGES_WHO
    HRI_SERVICE_BANDS_WHO
    HRI_SUPV_HRCHY_SUMMARY_WHO
    HR_ORG_INFO_BRI
    OBJECT_NAME
    HR_PAY_IF_ASG_COST_BRD
    HR_PAY_IF_ELE_ENT_ASD
    HR_PAY_IF_PERSON_ARU
    HR_PAY_IF_PPM_BRD
    HR_PAY_IF_PPM_NO_UPDATE2_ARU
    HR_PAY_IF_PPM_NO_UPDATE_ARU
    HR_PA_MAINTAIN_ORG_HIST_BRI
    HXC_ALIAS_DEFINITIONS_WHO
    HXC_ALIAS_TYPES_WHO
    HXC_ALIAS_TYPE_COMPONENTS_WHO
    HXC_ALIAS_VALUES_WHO
    OBJECT_NAME
    HXC_APPROVAL_COMPS_WHO
    HXC_APPROVAL_PERIOD_COMPS_WHO
    HXC_APPROVAL_PERIOD_SETS_WHO
    HXC_APPROVAL_STYLES_WHO
    HXC_BLD_BLK_INFO_TYPE_USAG_WHO
    HXC_DATA_APP_RULE_USAGES_WHO
    HXC_DEPOSIT_PROCESSES_WHO
    HXC_ENTITY_GROUPS_WHO
    HXC_ENTITY_GROUP_COMPS_WHO
    HXC_ERRORS_WHO
    HXC_LAYOUTS_WHO
    OBJECT_NAME
    HXC_LAYOUT_COMPONENTS_WHO
    HXC_LAYOUT_COMP_DEFINITION_WHO
    HXC_LAYOUT_COMP_PROMPTS_WHO
    HXC_LAYOUT_COMP_QUALIFIERS_WHO
    HXC_LAYOUT_COMP_QUAL_RULES_WHO
    HXC_MAPPINGS_WHO
    HXC_MAPPING_COMPONENTS_WHO
    HXC_MAPPING_COMP_USAGES_WHO
    HXC_PREF_DEFINITIONS_WHO
    HXC_PREF_HIERARCHIES_WHO
    HXC_RECURRING_PERIODS_WHO
    OBJECT_NAME
    HXC_RESOURCE_RULES_WHO
    HXC_RETRIEVAL_PROCESSES_WHO
    HXC_RETRIEVAL_RANGES_WHO
    HXC_RETRIEVAL_RULES_WHO
    HXC_RETRIEVAL_RULE_COMPS_WHO
    HXC_TIME_BUILDING_BLOCKS_WHO
    HXC_TIME_CATEGORIES_WHO
    HXC_TIME_CATEGORY_COMPS_WHO
    HXC_TIME_ENTRY_RULES_WHO
    HXC_TIME_RECIPIENTS_WHO
    HXC_TIME_SOURCES_WHO
    OBJECT_NAME
    HXC_TK_GROUPS_WHO
    HXC_TK_GROUP_QUERIES_WHO
    HXC_TK_GROUP_QUERY_CRITERI_WHO
    HXC_TRANSACTIONS_WHO
    HXC_TRANSACTION_DETAILS_WHO
    HXT_ADD_ASSIGN_INFO_F_WHO
    HXT_ADD_ELEM_INFO_F_WHO
    HXT_DET_HOURS_WORKED_F_WHO
    HXT_EARNING_POLICIES_WHO
    HXT_EARNING_RULES_WHO
    HXT_EARN_GROUPS_WHO
    OBJECT_NAME
    HXT_EARN_GROUP_TYPES_WHO
    HXT_ERRORS_F_WHO
    HXT_HOLIDAY_CALENDARS_WHO
    HXT_HOLIDAY_DAYS_WHO
    HXT_HOUR_DEDUCTION_RULES_WHO
    HXT_HOUR_DEDUCT_POLICIES_WHO
    HXT_PREM_ELIGBLTY_POLICIES_WHO
    HXT_PREM_ELIGBLTY_POL_RULE_WHO
    HXT_PREM_ELIGBLTY_RULES_WHO
    HXT_PREM_INTERACT_POLICIES_WHO
    HXT_PREM_INTERACT_RULES_WHO
    OBJECT_NAME
    HXT_PROJECTS_WHO
    HXT_ROTATION_PLANS_WHO
    HXT_ROTATION_SCHEDULES_WHO
    HXT_SHIFTS_WHO
    HXT_SHIFT_DIFF_POLICIES_WHO
    HXT_SHIFT_DIFF_RULES_WHO
    HXT_SUM_HOURS_WORKED_F_WHO
    HXT_TASKS_WHO
    HXT_TIMECARDS_F_WHO
    HXT_VARIANCES_WHO
    HXT_WEEKLY_WORK_SCHEDULES_WHO
    OBJECT_NAME
    HXT_WORK_SHIFTS_WHO
    OTA_ACTIVITY_DEFINITIONS_WHO
    OTA_BOOKING_DEALS_WHO
    OTA_BOOKING_STATUS_HISTORI_WHO
    OTA_CATEGORY_USAGES_WHO
    OTA_COMPETENCE_LANGUAGES_WHO
    OTA_CROSS_CHARGES_WHO
    OTA_DELEGATE_BOOKINGS_WHO
    OTA_EVENT_ASSOCIATIONS_WHO
    OTA_FINANCE_HEADERS_WHO
    OTA_FINANCE_LINES_WHO
    OBJECT_NAME
    OTA_HR_GL_FLEX_MAPS_WHO
    OTA_ILN_XML_PROCESSES_WHO
    OTA_NOTRNG_HISTORIES_WHO
    OTA_PRICE_LISTS_WHO
    OTA_PRICE_LIST_ENTRIES_WHO
    OTA_RESOURCE_ALLOCATIONS_WHO
    OTA_RESOURCE_DEFINITIONS_WHO
    OTA_RESOURCE_USAGES_WHO
    OTA_SKILL_PROVISIONS_WHO
    OTA_SUPPLIABLE_RESOURCES_WHO
    OTA_TRAINING_PLANS_WHO
    OBJECT_NAME
    OTA_TRAINING_PLAN_COSTS_WHO
    OTA_TRAINING_PLAN_MEMBERS_WHO
    OTA_VENDOR_SUPPLIES_WHO
    PAY_ASSIGNMENT_ACTIONS_BRD
    PAY_ASSIGNMENT_ACTIONS_BRU
    PAY_BALANCE_BATCH_LINES_BRIUD
    PAY_BALANCE_FEEDS_ARD
    PAY_BALANCE_FEEDS_ARI
    PAY_BALANCE_FEEDS_ARU
    PAY_DEFINED_BALANCES_ARI
    PAY_DEFINED_BALANCES_BRD
    OBJECT_NAME
    PAY_ELEMENT_LINKS_T1
    PAY_ELEMENT_TYPES_T1
    PAY_ORG_PAYMENT_METHODS_F_OVN
    PAY_PAYMIX_LINE_INSERT
    PAY_PAYROLL_ACTIONS_BRD
    PAY_PAYROLL_ACTIONS_BRU
    PAY_PERSONAL_PAYMENT_METHO_OVN
    PAY_PERSONAL_PAY_METHODS_BRUI
    PAY_RUN_RESULTS_BRD
    PAY_TRIGGER_EVENTS_ARD
    PAY_ZA_TEMP_BRANCH_DETAILS_ARD
    OBJECT_NAME
    PAY_ZA_TEMP_BRANCH_DETAILS_ARI
    PAY_ZA_TEMP_BRANCH_DETAILS_ASI
    PA_MAINTAIN_ORG_HIST_BRD
    PER_ABV_OVN
    PER_ALL_ASSIGNMENTS_F_OVN
    PER_ALL_PEOPLE_F_ARIU
    PER_ALL_PEOPLE_F_OVN
    PER_ESTABLISHMENT_ATTN_CHLG
    PER_JOB_REQUIREMENTS_OVN
    PER_ORG_STRUCTURE_ELEMENTS_OVN
    PER_ORS_OVN
    OBJECT_NAME
    PER_OSV_OVN
    PER_PAY_PROPOSALS_CHLG
    PER_PAY_PROPOSALS_OVN
    PER_PERIODS_OF_SERVICE_OVN
    PER_POS_STRUCTURE_ELEMENTS_OVN
    PER_PROPOSAL_COMPS_OVN
    PER_QUERY_CRITERIA_OVN
    PER_RECRUITMENT_ACTIVITIES_OVN
    PER_REC_ACTIVITY_FOR_OVN
    PER_REQUISITIONS_OVN
    PER_VALID_GRADES_OVN
    OBJECT_NAME
    SET_HXT_BATCH_STATES_INS
    SSP_DEL_ORPHANED_ROWS
    SSP_MEDICALS_WHO
    SSP_STOPPAGES_WHO
    SSP_WITHHOLDING_REASONS_WHO
    BEN_ABR_EXTRA_INFO_WHO
    BEN_ABR_INFO_TYPES_WHO
    BEN_ACRS_PTIP_CVG_F_WHO
    BEN_BENEFICIARIES_F_WHO
    BEN_ACTL_PREM_VRBL_RT_RL_F_WHO
    BEN_ACTN_TYP_WHO
    OBJECT_NAME
    BEN_COVERED_DEPENDENTS_F_WHO
    BEN_VALID_DEPENDENT_TYPES_WHO
    BEN_ACTY_BASE_RT_CTFN_F_WHO
    BEN_ACTY_BASE_RT_F_WHO
    BEN_ACTY_RT_PYMT_SCHED_F_WHO
    BEN_ACTY_VRBL_RT_F_WHO
    BEN_AGE_FCTR_WHO
    BEN_AGE_RT_F_WHO
    BEN_APLCN_TO_BNFT_POOL_F_WHO
    OTA_ANNOUNCEMENTS_WHO
    BEN_APLD_DPNT_CVG_ELIG_PRF_WHO
    OBJECT_NAME
    BEN_BATCH_BNFT_CERT_INFO_WHO
    BEN_BATCH_COMMU_INFO_WHO
    BEN_BATCH_LER_INFO_WHO
    BEN_BATCH_PARAMETER_WHO
    HXT_TIMECLOCK_ERRORS_WHO
    BEN_BNFT_POOL_RLOVR_RQMT_F_WHO
    BEN_BNFT_PRVDR_POOL_F_WHO
    BEN_BNFT_VRBL_RT_F_WHO
    BEN_BNFT_VRBL_RT_RL_F_WHO
    FF_FORMULAS_F_WHO
    FF_ROUTE_PARAMETER_VALUES_WHO
    OBJECT_NAME
    BEN_CMBN_PLIP_F_WHO
    HXC_LOCKING_RULES_WHO
    GHR_COMPLAINTS2_WHO
    BEN_CM_TYP_F_WHO
    GHR_COMPL_AGENCY_APPEALS_WHO
    GHR_COMPL_CA_DETAILS_WHO
    GHR_COMPL_CA_HEADERS_WHO
    GHR_CPDF_TEMP_WHO
    GHR_DUAL_ACTIONS_WHO
    GHR_DUAL_PROC_METHODS_WHO
    HXC_SEEDDATA_BY_LEVEL_WHO
    OBJECT_NAME
    GHR_DUTY_STATIONS_F_WHO
    GHR_GROUPBOX_USERS_WHO
    BEN_CM_TYP_USG_F_WHO
    BEN_DED_SCHED_PY_FREQ_WHO
    BEN_DPNT_CVG_RQD_RLSHP_F_WHO
    GHR_POIS_WHO
    GHR_POSITION_DESCRIPTIONS_WHO
    BEN_DPNT_CVRD_ANTHR_PL_CVG_WHO
    GHR_PREMIUM_PAY_INDICATORS_WHO
    GHR_PROCESS_LOG_WHO
    OTA_IMPORT_HISTORIES_WHO
    OBJECT_NAME
    GHR_RESTRICTED_PROC_METHOD_WHO
    OTA_LEARNING_PATHS_WHO
    GHR_RIF_REGISTERS_WHO
    BEN_DPNT_OTHR_PTIP_RT_F_WHO
    GHR_ROUTING_GROUPS_WHO
    GHR_ROUTING_LISTS_WHO
    GHR_ROUTING_LIST_MEMBERS_WHO
    BEN_DSBLD_RT_F_WHO
    BEN_DSGNTR_ENRLD_CVG_F_WHO
    BEN_DSGN_RQMT_RLSHP_TYP_WHO
    BEN_EE_STAT_RT_F_WHO
    OBJECT_NAME
    BEN_ELCTBL_CHC_CTFN_WHO
    BEN_ELIGY_PRFL_RL_F_WHO
    BEN_ELIG_AGE_CVG_F_WHO
    BEN_ELIG_COMPTNCY_PRTE_F_WHO
    BEN_ELIG_NO_OTHR_CVG_PRTE_WHO
    HR_CANVAS_PROPERTIES_WHO
    BEN_ELIG_PRTT_ANTHR_PL_PRT_WHO
    HR_COMMENTS_WHO
    HR_DE_LIABILITY_PREMIUMS_F_WHO
    BEN_ELIG_PSTN_PRTE_F_WHO
    BEN_ELIG_PYRL_PRTE_F_WHO
    OBJECT_NAME
    BEN_ELIG_QUAL_TITL_PRTE_F_WHO
    HR_DM_APPLICATION_GROUPS_WHO
    BEN_ELIG_SCHEDD_HRS_PRTE_F_WHO
    HR_DM_DATABASES_WHO
    BEN_ELIG_SP_CLNG_PRG_PRTE_WHO
    HR_DM_DT_DELETES_WHO
    BEN_ELIG_STDNT_STAT_CVG_F_WHO
    HR_DM_EXP_IMPS_WHO
    BEN_ELIG_SUPPL_ROLE_PRTE_F_WHO
    HR_DM_GROUPS_WHO
    BEN_ELIG_SVC_AREA_PRTE_F_WHO
    OBJECT_NAME
    BEN_ELIG_TBCO_USE_PRTE_F_WHO
    HR_DM_HIERARCHIES_WHO
    HR_DM_LOADER_PARAMS_WHO
    BEN_ELIG_TO_PRTE_RSN_F_WHO
    BEN_ELIG_TTL_CVG_VOL_PRTE_WHO
    HR_DM_LOADER_PHASE_ITEMS_WHO
    BEN_ELIG_TTL_PRTT_PRTE_F_WHO
    HR_DM_MIGRATIONS_WHO
    HR_DM_MIGRATION_RANGES_WHO
    HR_DM_MIGRATION_REQUESTS_WHO
    HR_DM_PHASE_ITEMS_WHO
    OBJECT_NAME
    BEN_ENRLD_ANTHR_OIPL_RT_F_WHO
    BEN_ENRLD_ANTHR_PLIP_RT_F_WHO
    HR_DM_SEQUENCE_DEFINITIONS_WHO
    HR_DM_SEQUENCE_RANGES_WHO
    BEN_ENRT_BNFT_WHO
    OTA_TEST_QUESTIONS_WHO
    BEN_ENRT_PREM_WHO
    BEN_ENRT_PREM_RBV_WHO
    HR_EFC_ACTIONS_WHO
    OTA_UTEST_QUESTIONS_WHO
    OTA_UTEST_RESPONSES_WHO
    OBJECT_NAME
    BEN_ENRT_RT_WHO
    HR_EFC_ROUNDING_ERRORS_WHO
    BEN_ENRT_RT_RBV_WHO
    HR_EFC_WORKER_AUDITS_WHO
    BEN_EXTRA_INPUT_VALUES_WHO
    HR_EXCEPTION_USAGES_WHO
    BEN_EXT_CHG_EVT_LOG_WHO
    HR_FORM_CANVASES_B_WHO
    BEN_EXT_CRIT_CMBN_WHO
    BEN_EXT_CRIT_PRFL_WHO
    BEN_EXT_CRIT_TYP_WHO
    OBJECT_NAME
    BEN_EXT_CRIT_VAL_WHO
    BEN_EXT_DATA_ELMT_WHO
    BEN_EXT_DATA_ELMT_DECD_WHO
    BEN_EXT_DATA_ELMT_IN_RCD_WHO
    BEN_EXT_DFN_WHO
    BEN_EXT_FILE_WHO
    BEN_EXT_FLD_WHO
    HR_FORM_DATA_GROUPS_B_WHO
    BEN_EXT_INCL_CHG_WHO
    BEN_EXT_INCL_DATA_ELMT_WHO
    BEN_EXT_RCD_WHO
    OBJECT_NAME
    BEN_EXT_RCD_IN_FILE_WHO
    BEN_EXT_RSLT_WHO
    BEN_EXT_RSLT_DTL_WHO
    BEN_EXT_RSLT_ERR_WHO
    BEN_EXT_WHERE_CLAUSE_WHO
    BEN_FL_TM_PT_TM_RT_F_WHO
    BEN_GD_OR_SVC_TYP_WHO
    BEN_GNDR_RT_F_WHO
    BEN_GRADE_RT_F_WHO
    HR_FORM_DATA_GROUP_ITEMS_WHO
    BEN_HRLY_SLRD_RT_F_WHO
    OBJECT_NAME
    HR_FORM_ITEMS_B_WHO
    BEN_HRS_WKD_IN_PERD_FCTR_WHO
    BEN_HRS_WKD_IN_PERD_RT_F_WHO
    BEN_JOB_RT_F_WHO
    BEN_LBR_MMBR_RT_F_WHO
    BEN_LEE_RSN_F_WHO
    BEN_LEE_RSN_RL_F_WHO
    BEN_LER_BNFT_RSTRN_CTFN_F_WHO
    BEN_LER_BNFT_RSTRN_F_WHO
    BEN_LER_CHG_DPNT_CVG_CTFN_WHO
    BEN_LER_CHG_DPNT_CVG_F_WHO
    OBJECT_NAME
    BEN_LER_CHG_OIPL_ENRT_F_WHO
    BEN_LER_CHG_OIPL_ENRT_RL_F_WHO
    BEN_LER_CHG_PGM_ENRT_F_WHO
    BEN_LER_CHG_PLIP_ENRT_F_WHO
    BEN_LER_CHG_PLIP_ENRT_RL_F_WHO
    BEN_LER_CHG_PL_NIP_ENRT_F_WHO
    BEN_LER_CHG_PL_NIP_RL_F_WHO
    BEN_LER_CHG_PTIP_ENRT_F_WHO
    BEN_LER_ENRT_CTFN_F_WHO
    BEN_LER_EXTRA_INFO_WHO
    BEN_LER_F_WHO
    OBJECT_NAME
    HR_FORM_PROPERTIES_WHO
    HR_FORM_TAB_PAGES_B_WHO
    BEN_LER_INFO_TYPES_WHO
    BEN_LER_PER_INFO_CS_LER_F_WHO
    BEN_LER_RLTD_PER_CS_LER_F_WHO
    BEN_LER_RQRS_ENRT_CTFN_F_WHO
    BEN_LE_CLSN_N_RSTR_WHO
    BEN_LGL_ENTY_RT_F_WHO
    HR_FORM_TAB_STACKED_CANVAS_WHO
    BEN_LOS_RT_F_WHO
    HR_FORM_TEMPLATES_B_WHO
    OBJECT_NAME
    BEN_NO_OTHR_CVG_RT_F_WHO
    BEN_OIPLIP_F_WHO
    BEN_OPT_INFO_TYPES_WHO
    BEN_ORG_UNIT_PRDCT_F_WHO
    BEN_PAIRD_RT_F_WHO
    BEN_PCT_FL_TM_FCTR_WHO
    BEN_PCT_FL_TM_RT_F_WHO
    BEN_PER_CM_F_WHO
    BEN_PER_CM_F_RBV_WHO
    BEN_PL_GD_R_SVC_CTFN_F_WHO
    BEN_PL_PCP_WHO
    OBJECT_NAME
    BEN_PL_R_OIPL_PREM_BY_MO_F_WHO
    BEN_PL_TYP_F_WHO
    BEN_POPL_ENRT_TYP_CYCL_F_WHO
    BEN_POPL_ORG_F_WHO
    BEN_PPL_GRP_RT_F_WHO
    HR_KI_CONTEXTS_WHO
    BEN_PRTN_ELIG_PRFL_F_WHO
    HR_KI_HIERARCHIES_WHO
    BEN_PRTT_ANTHR_PL_RT_F_WHO
    BEN_PRTT_ASSOCD_INSTN_F_WHO
    BEN_PRTT_CLM_GD_OR_SVC_TYP_WHO
    OBJECT_NAME
    BEN_PRTT_ENRT_ACTN_F_WHO
    BEN_PRTT_ENRT_CTFN_PRVDD_F_WHO
    BEN_PRTT_ENRT_RSLT_F_RBV_WHO
    BEN_PRTT_PREM_BY_MO_F_WHO
    BEN_PRTT_PREM_F_WHO
    BEN_PRTT_REIMBMT_RECON_WHO
    BEN_PRTT_REIMBMT_RQST_F_WHO
    BEN_PRTT_RMT_APRVD_FR_PYMT_WHO
    BEN_PRTT_RMT_RQST_CTFN_PRV_WHO
    BEN_PRTT_RT_VAL_CTFN_PRVDD_WHO
    BEN_PRTT_RT_VAL_RBV_WHO
    OBJECT_NAME
    BEN_PSTL_ZIP_RT_F_WHO
    BEN_PSTN_RT_F_WHO
    BEN_PTD_BAL_TYP_F_WHO
    BEN_PTD_LMT_F_WHO
    BEN_PTIP_DPNT_CVG_CTFN_F_WHO
    HR_KI_HIERARCHY_NODE_MAPS_WHO
    HR_KI_INTEGRATIONS_WHO
    BEN_PTIP_F_WHO
    BEN_PTNL_LER_FOR_PER_WHO
    BEN_PTNL_LER_FOR_PER_RBV_WHO
    BEN_PYMT_CHECK_DET_WHO
    OBJECT_NAME
    BEN_PYMT_SCHED_PY_FREQ_WHO
    BEN_PYRL_RT_F_WHO
    BEN_PY_BSS_RT_F_WHO
    BEN_QUAL_TITL_RT_F_WHO
    BEN_QUA_IN_GR_RT_F_WHO
    BEN_REGN_F_WHO
    BEN_REGN_FOR_REGY_BODY_F_WHO
    HR_KI_OPTIONS_WHO
    BEN_REPORTING_WHO
    BEN_RLTD_PER_CHG_CS_LER_F_WHO
    BEN_ROLL_REIMB_RQST_WHO
    OBJECT_NAME
    BEN_RPTG_GRP_WHO
    HR_KI_SESSIONS_WHO
    HR_KI_TOPICS_WHO
    BEN_SCHEDD_ENRT_RL_F_WHO
    BEN_SCHEDD_HRS_RT_F_WHO
    HR_LEGISLATION_INSTALLATIO_WHO
    HR_LEGISLATION_SUB_INST_WHO
    BEN_STARTUP_CM_TYP_WHO
    HR_LOCATION_INFO_TYPES_WHO
    BEN_STARTUP_LERS_WHO
    BEN_STARTUP_REGN_WHO
    OBJECT_NAME
    BEN_SVC_AREA_F_WHO
    BEN_TTL_CVG_VOL_RT_F_WHO
    BEN_TTL_PRTT_RT_F_WHO
    BEN_VRBL_RT_PRFL_RL_F_WHO
    BEN_WTHN_YR_PERD_WHO
    HR_PATTERN_EXCEPTIONS_WHO
    BEN_WV_PRTN_RSN_CTFN_PL_F_WHO
    HR_PATTERN_PURPOSES_WHO
    HR_PATTERN_PURPOSE_USAGES_WHO
    BEN_WV_PRTN_RSN_PL_F_WHO
    BEN_WV_PRTN_RSN_PTIP_F_WHO
    OBJECT_NAME
    HR_PUMP_BATCH_HEADERS_WHO
    BEN_YR_PERD_WHO
    HR_PUMP_BATCH_LINE_USER_KE_WHO
    HR_PUMP_DEFAULT_EXCEPTIONS_WHO
    HR_PUMP_MAPPING_PACKAGES_WHO
    HR_PUMP_MODULE_PARAMETERS_WHO
    HR_QUEST_ANSWERS_WHO
    HR_QUEST_ANSWER_VALUES_WHO
    HR_QUEST_FIELDS_WHO
    HR_REPORT_LOOKUPS_WHO
    HR_SOFT_CODING_KEYFLEX_WHO
    OBJECT_NAME
    HR_SOURCE_FORM_TEMPLATES_WHO
    HR_SUMMARY_WHO
    HR_TAB_PAGE_PROPERTIES_B_WHO
    HR_TEMPLATE_CANVASES_B_WHO
    HR_TEMPLATE_DATA_GROUPS_WHO
    HR_TEMPLATE_ITEMS_B_WHO
    HR_TEMPLATE_ITEM_CONTEXTS_WHO
    HR_TEMPLATE_ITEM_CONTEXT_P_WHO
    HR_TEMPLATE_ITEM_TAB_PAGES_WHO
    HR_TEMPLATE_TAB_PAGES_B_WHO
    HR_TEMPLATE_WINDOWS_B_WHO
    OBJECT_NAME
    HR_WINDOW_PROPERTIES_B_WHO
    HR_WIP_LOCKS_WHO
    HR_WIP_TRANSACTIONS_WHO
    IRC_ALL_RECRUITING_SITES_WHO
    IRC_ASSIGNMENT_STATUSES_WHO
    IRC_DEFAULT_POSTINGS_WHO
    IRC_DOCUMENTS_WHO
    IRC_NOTIFICATION_PREFERENC_WHO
    IRC_POSTING_CONTENTS_WHO
    IRC_REC_TEAM_MEMBERS_WHO
    IRC_REFERENCES_WHO
    OBJECT_NAME
    IRC_VACANCY_CONSIDERATIONS_WHO
    IRC_VAC_ALLOWED_STATUS_TYP_WHO
    IRC_VARIABLE_COMP_ELEMENTS_WHO
    PAY_ACCRUAL_BANDS_WHO
    PAY_ACTION_INFORMATION_WHO
    PAY_ALL_PAYROLLS_F_WHO
    PAY_AU_MODULES_WHO
    PAY_AU_MODULE_PARAMETERS_WHO
    PAY_AU_PROCESS_MODULES_WHO
    PAY_BALANCE_CATEGORIES_F_WHO
    PAY_BALANCE_CLASSIFICATION_WHO
    OBJECT_NAME
    PAY_BALANCE_FEEDS_F_WHO
    PAY_BALANCE_TYPES_WHO
    PAY_BAL_ATTRIBUTE_DEFINITI_WHO
    PAY_CALENDARS_WHO
    PAY_CA_EMP_FED_TAX_INFO_F_WHO
    PAY_COST_ALLOCATION_KEYFLE_WHO
    PAY_DATETRACKED_EVENTS_WHO
    PAY_DEFINED_BALANCES_WHO
    PAY_DIMENSION_ROUTES_WHO
    PAY_ELEMENT_CLASSIFICATION_WHO
    PAY_ELEMENT_SETS_WHO
    OBJECT_NAME
    PAY_ELEMENT_SPAN_USAGES_WHO
    PAY_ELEMENT_TEMPLATES_WHO
    PAY_ELEMENT_TYPE_EXTRA_INF_WHO
    PAY_ELEMENT_TYPE_INFO_TYPE_WHO
    PAY_ELEMENT_TYPE_USAGES_F_WHO
    PAY_ELE_CLASSIFICATION_RUL_WHO
    PAY_EVENT_QUALIFIERS_F_WHO
    PAY_EVENT_UPDATES_WHO
    PAY_EVENT_VALUE_CHANGES_F_WHO
    PAY_EXTERNAL_ACCOUNTS_WHO
    PAY_FORMULA_RESULT_RULES_F_WHO
    OBJECT_NAME
    PAY_FREQ_RULE_PERIODS_WHO
    PAY_FUNCTIONAL_USAGES_WHO
    PAY_GROSSUP_BAL_EXCLUSIONS_WHO
    PAY_IE_PAYE_DETAILS_F_WHO
    PAY_INPUT_VALUES_F_WHO
    PAY_ITERATIVE_RULES_F_WHO
    PAY_JP_BANKS_WHO
    PAY_LEG_SETUP_DEFAULTS_WHO
    PAY_SHADOW_BALANCE_FEEDS_WHO
    PAY_SHADOW_BALANCE_TYPES_WHO
    PAY_TRIGGER_COMPONENTS_WHO
    OBJECT_NAME
    PAY_TRIGGER_EVENTS_WHO
    PAY_USER_ROWS_F_WHO
    PAY_US_CONTRIBUTION_HISTOR_WHO
    PAY_US_GARN_FEE_RULES_F_WHO
    PAY_US_GARN_LIMIT_RULES_F_WHO
    PAY_ZA_CDV_PARAMETERS_WHO
    PER_ABSENCE_ATTENDANCES_WHO
    PER_ABSENCE_ATTENDANCE_TYP_WHO
    PER_ABS_ATTENDANCE_REASONS_WHO
    PER_ASSESSMENT_TYPES_WHO
    PER_ASSIGNMENT_BUDGET_VALU_WHO
    OBJECT_NAME
    PER_ASSIGN_PROPOSAL_ANSWER_WHO
    PER_BF_BALANCE_AMOUNTS_WHO
    PER_BF_BALANCE_TYPES_WHO
    PER_BF_PAYROLL_RUNS_WHO
    PER_BF_PROCESSED_ASSIGNMEN_WHO
    PER_BOOKINGS_WHO
    PER_BUDGETS_WHO
    PER_BUDGET_ELEMENTS_WHO
    PER_BUDGET_VALUES_WHO
    PER_BUDGET_VERSIONS_WHO
    PER_CAGR_APIS_WHO
    OBJECT_NAME
    PER_CAGR_API_PARAMETERS_WHO
    PER_CAGR_ENTITLEMENTS_WHO
    PER_CAGR_ENTITLEMENT_ITEMS_WHO
    PER_CAGR_ENTITLEMENT_LINES_WHO
    PER_CAGR_ENTITLEMENT_RESUL_WHO
    PER_CAGR_GRADES_WHO
    PER_CAGR_GRADES_DEF_WHO
    PER_CAGR_GRADE_STRUCTURES_WHO
    PER_CAGR_LOG_WHO
    PER_CAGR_RETAINED_RIGHTS_WHO
    PER_CALENDAR_ENTRIES_WHO
    OBJECT_NAME
    PER_CAL_ENTRY_VALUES_WHO
    PER_CAREER_PATHS_WHO
    PER_CAREER_PATH_ELEMENTS_WHO
    PER_CHECKLIST_ITEMS_WHO
    PER_COBRA_COVERAGE_BENEFIT_WHO
    PER_COBRA_COVERAGE_PERIODS_WHO
    PER_COBRA_COVERAGE_STATUSE_WHO
    PER_COBRA_COV_ENROLLMENTS_WHO
    PER_COBRA_DEPENDENTS_F_WHO
    PER_COBRA_QFYING_EVENTS_F_WHO
    PER_COLLECTIVE_AGREEMENTS_WHO
    OBJECT_NAME
    PER_COMPETENCES_WHO
    PER_COMPETENCE_DEFINITIONS_WHO
    PER_COMPETENCE_ELEMENTS_WHO
    PER_CONTACT_EXTRA_INFO_F_WHO
    PER_CONTACT_INFO_TYPES_WHO
    PER_CONTRACTS_F_WHO
    PER_DEPLOYMENT_FACTORS_WHO
    PER_DISABILITIES_F_WHO
    PER_ELECTIONS_WHO
    PER_ELECTION_CANDIDATES_WHO
    PER_ELECTION_CONSTITUENCYS_WHO
    OBJECT_NAME
    PER_EMPDIR_ASSIGNMENTS_WHO
    PER_EMPDIR_IMAGES_WHO
    PER_EMPDIR_PEOPLE_WHO
    PER_EMPDIR_PHONES_WHO
    PER_ESTABLISHMENTS_WHO
    PER_ESTABLISHMENT_ATTENDAN_WHO
    PER_GEN_HIERARCHY_WHO
    PER_GEN_HIERARCHY_NODES_WHO
    PER_GEN_HIERARCHY_VERSIONS_WHO
    PER_GEN_HIER_NODE_TYPES_WHO
    PER_GRADES_WHO
    OBJECT_NAME
    PER_GRADE_DEFINITIONS_WHO
    PER_GRADE_SPINES_F_WHO
    PER_HTML_TOOLKIT_REC_TYPES_WHO
    PER_JOB_EVALUATIONS_WHO
    PER_JOB_EXTRA_INFO_WHO
    PER_JOB_GROUPS_WHO
    PER_JOB_INFO_TYPES_WHO
    PER_JOB_REQUIREMENTS_WHO
    PER_JP_ADDRESS_LOOKUPS_WHO
    PER_JP_BANK_LOOKUPS_ALL_WHO
    PER_JP_POSTAL_CODES_WHO
    OBJECT_NAME
    PER_KR_GRADES_WHO
    PER_KR_GRADE_AMOUNT_F_WHO
    PER_KR_G_POINTS_WHO
    PER_KR_G_POINT_AMOUNT_F_WHO
    PER_MEDICAL_ASSESSMENTS_WHO
    PER_MM_VALID_GRADES_WHO
    PER_NL_ABSENCE_ACTIONS_WHO
    PER_OBJECTIVES_WHO
    PER_ORGANIZATION_STRUCTURE_WHO
    PER_ORG_HRCHY_SUMMARY_WHO
    PER_ORG_STRUCTURE_ELEMENTS_WHO
    OBJECT_NAME
    PER_PARENT_SPINES_WHO
    PER_PARTICIPANTS_WHO
    PER_PAY_BASES_WHO
    PER_PAY_PROPOSAL_COMPONENT_WHO
    PER_PEOPLE_INFO_TYPES_WHO
    PER_PERFORMANCE_RATINGS_WHO
    PER_PERFORMANCE_REVIEWS_WHO
    PER_PERIODS_OF_PLACEMENT_WHO
    PER_PERSON_DLVRY_METHODS_WHO
    PER_PERSON_TYPE_USAGES_F_WHO
    PER_POSITION_DEFINITIONS_WHO
    OBJECT_NAME
    PER_POSITION_EXTRA_INFO_WHO
    PER_POSITION_INFO_TYPES_WHO
    PER_POS_STRUCTURE_ELEMENTS_WHO
    PER_POS_STRUCTURE_VERSIONS_WHO
    PER_PREVIOUS_EMPLOYERS_WHO
    PER_PREVIOUS_JOBS_WHO
    PER_PREVIOUS_JOB_USAGES_WHO
    PER_PREV_JOB_EXTRA_INFO_WHO
    PER_PREV_JOB_INFO_TYPES_WHO
    PER_PROPOSAL_CATEGORY_MEMB_WHO
    PER_PROPOSAL_CATEGORY_TYPE_WHO
    OBJECT_NAME
    PER_PROPOSAL_OFFER_PARAGRA_WHO
    PER_PROPOSAL_QUESTIONS_ADV_WHO
    PER_PROPOSAL_QUESTION_MEMB_WHO
    PER_PROPOSAL_QUESTION_TYPE_WHO
    PER_PROPOSAL_TEMPLATES_WHO
    PER_QUALIFICATION_TYPES_WHO
    PER_QUICKPAINT_INVOCATIONS_WHO
    PER_QUICKPAINT_RESULT_TEXT_WHO
    PER_RATING_LEVELS_WHO
    PER_RATING_SCALES_WHO
    PER_RECRUITMENT_ACTIVITIES_WHO
    OBJECT_NAME
    PER_RECRUITMENT_ACTIVITY_F_WHO
    PER_REQUISITIONS_WHO
    PER_RI_DEPENDENCIES_WHO
    PER_RI_REQUESTS_WHO
    PER_RI_SETUP_SUB_TASKS_WHO
    PER_RI_SETUP_TASKS_WHO
    PER_RI_VIEW_REPORTS_WHO
    PER_RI_WORKBENCH_ITEMS_WHO
    PER_ROLES_WHO
    PER_SCHED_COBRA_PAYMENTS_WHO
    PER_SECONDARY_ASS_STATUSES_WHO
    OBJECT_NAME
    PER_SECURITY_ORGANIZATIONS_WHO
    PER_SECURITY_PROFILES_WHO
    PER_SECURITY_USERS_WHO
    PER_SHARED_TYPES_WHO
    PER_SOLUTION_TYPES_WHO
    PER_SPINAL_POINT_PLACEMENT_WHO
    PER_STANDARD_HOLIDAYS_WHO
    PER_TIME_PERIODS_WHO
    PER_TIME_PERIOD_RULES_WHO
    PER_WORK_INCIDENTS_WHO
    PER_ZA_AREAS_OF_ASSESSMENT_WHO
    OBJECT_NAME
    PER_ZA_QUALIFICATION_TYPES_WHO
    PER_ZA_TRAINING_WHO
    PQH_ATTRIBUTE_RANGES_WHO
    PQH_BDGT_CMMTMNT_ELMNTS_WHO
    PQH_BUDGET_DETAILS_WHO
    PQH_BUDGET_ELEMENTS_WHO
    PQH_BUDGET_FUND_SRCS_WHO
    PQH_BUDGET_GL_FLEX_MAPS_WHO
    PQH_BUDGET_POOLS_WHO
    PQH_BUDGET_SETS_WHO
    PQH_COPY_ENTITY_CONTEXTS_WHO
    OBJECT_NAME
    PQH_COPY_ENTITY_FUNCTIONS_WHO
    PQH_COPY_ENTITY_TXNS_WHO
    PQH_CORPS_DEFINITIONS_WHO
    PQH_DE_CASE_GROUPS_WHO
    PQH_DE_ENT_MINUTES_WHO
    PQH_DE_OPERATION_GROUPS_WHO
    PQH_DE_RESULT_SETS_WHO
    PQH_DE_WRKPLC_VLDTN_JOBS_WHO
    PQH_DE_WRKPLC_VLDTN_LVLNUM_WHO
    PQH_DE_WRKPLC_VLDTN_VERS_WHO
    PQH_DFLT_BUDGET_ELEMENTS_WHO
    OBJECT_NAME
    PQH_DFLT_BUDGET_SETS_WHO
    PQH_DOCUMENT_ATTRIBUTES_F_WHO
    PQH_ELEMENT_COMMITMENTS_WHO
    PQH_FR_GLOBAL_INDICES_F_WHO
    PQH_FR_STAT_SITUATION_RULE_WHO
    PQH_FR_VALIDATIONS_WHO
    PQH_GL_INTERFACE_WHO
    PQH_PROCESS_LOG_WHO
    PQH_ROLE_INFO_TYPES_WHO
    PQH_SS_STEP_HISTORY_WHO
    PQH_TABLE_ROUTE_WHO
    OBJECT_NAME
    PQH_TEMPLATES_WHO
    PQH_TEMPLATE_ATTRIBUTES_WHO
    PQH_TJR_SHADOW_WHO
    PQH_TRANSACTION_CATEGORIES_WHO
    PQH_TRANSACTION_TEMPLATES_WHO
    PQH_TXN_CATEGORY_ATTRIBUTE_WHO
    PQH_TXN_CATEGORY_DOCUMENTS_WHO
    PQH_TXN_JOB_REQUIREMENTS_WHO
    PQH_WIZARD_CANVASES_WHO
    PQH_WORKSHEETS_WHO
    PQH_WORKSHEET_BDGT_ELMNTS_WHO
    OBJECT_NAME
    PQH_WORKSHEET_BUDGET_SETS_WHO
    PQH_WORKSHEET_DETAILS_WHO
    PQH_WORKSHEET_FUND_SRCS_WHO
    PQH_WORKSHEET_PERIODS_WHO
    PQP_ALIEN_STATE_TREATIES_F_WHO
    PQP_ALIEN_TRANSACTION_DATA_WHO
    PQP_ANALYZED_ALIEN_DATA_WHO
    PQP_ANALYZED_ALIEN_DETAILS_WHO
    PQP_ASSIGNMENT_ATTRIBUTES_WHO
    PQP_CONFIGURATION_VALUES_WHO
    PQP_EXCEPTION_REPORTS_WHO
    OBJECT_NAME
    PQP_EXCEPTION_REPORT_GROUP_WHO
    PQP_EXCEPTION_REPORT_SUFFI_WHO
    PQP_EXTRACT_ATTRIBUTES_WHO
    PQP_EXT_CROSS_PERSON_RECOR_WHO
    PQP_GAP_ABSENCE_PLANS_WHO
    PQP_GAP_DAILY_ABSENCES_WHO
    PQP_PENSION_TYPES_F_WHO
    PQP_SERVICE_HISTORY_PERIOD_WHO
    PQP_VEHICLE_ALLOCATIONS_F_WHO
    PQP_VEHICLE_DETAILS_WHO
    PQP_VEHICLE_REPOSITORY_F_WHO
    OBJECT_NAME
    PQP_VEH_ALLOC_EXTRA_INFO_WHO
    PQP_VEH_ALLOC_INFO_TYPES_WHO
    PQP_VEH_REPOS_EXTRA_INFO_WHO
    PQP_VEH_REPOS_INFO_TYPES_WHO
    PAY_EXTERNAL_ACCOUNTS_ARUD
    PAY_ORG_PAYMENT_METHODS_F_ARIU
    PAY_US_EMP_STATE_TAX_RULES_WHO
    PER_PHONES_WHO
    PER_TIME_PERIOD_TYPES_WHO
    HXC_ALIAS_DEFINITION012501_WHO
    OTA_ACTIVITY_DEFINIT012501_WHO
    OBJECT_NAME
    OTA_ACTIVITY_VERSION012509_WHO
    HXC_TRANSACTION_DETAILS_BK_WHO
    OTA_OFFERINGS_TL012523_WHO
    HRI_ARCHIVE_EVENTS_WHO
    OTA_SUPPLIABLE_RESOU012528_WHO
    BEN_ACTN_TYP_TL012642_WHO
    DT_DATE_PROMPTS_TL012652_WHO
    DT_TITLE_PROMPTS_TL012653_WHO
    BEN_CM_TYP_F_TL012655_WHO
    GHR_COMPL_AGENCY_COSTS_WHO
    GHR_MASS_SALARY_CRITERIA_E_WHO
    OBJECT_NAME
    GHR_MTS_TEMP_WHO
    HR_ALL_ORGANIZATION_012716_WHO
    HR_ALL_POSITIONS_F_T012716_WHO
    HR_FORM_CANVASES_TL012728_WHO
    HR_FORM_DATA_GROUPS_012729_WHO
    BEN_EXT_FLD_TL012730_WHO
    HR_FORM_ITEMS_TL012730_WHO
    HR_FORM_TAB_PAGES_TL012731_WHO
    HR_FORM_TEMPLATES_TL012732_WHO
    HR_FORM_WINDOWS_TL012733_WHO
    HR_ITEM_PROPERTIES_T012734_WHO
    OBJECT_NAME
    HR_KI_HIERARCHIES_TL012736_WHO
    BEN_LER_F_TL012736_WHO
    HR_KI_INTEGRATIONS_T012736_WHO
    HR_KI_OPTION_TYPES_T012737_WHO
    HR_KI_TOPICS_TL012738_WHO
    HR_NAVIGATION_UNITS_012740_WHO
    HR_ORG_INFORMATION_T012741_WHO
    HR_TAB_PAGE_PROPERTI012748_WHO
    BEN_RPTG_GRP_TL012758_WHO
    PAY_CUSTOM_RESTRICTI012802_WHO
    PAY_ORG_PAYMENT_METH012813_WHO
    OBJECT_NAME
    PER_ASSIGNMENT_STATU012832_WHO
    PER_COMPETENCES_TL012842_WHO
    PAY_ACTION_PARAMETERS_ARI
    PAY_ACTION_PARAMETERS_ARU
    PA_MAITN_ORG_UPDATE_BEST
    PA_MAITN_ORG_UPDATE_BEROW
    JA_IN_57F4_FORM_NUMBER_AIU_TRG
    XXXX_APPS_LOGON_TRG
    767 rows selected.

Maybe you are looking for

  • B2B-51507- Payload validation error - 11.1.1.7 Latest Version

    Anuj/Nitesh (B2B Gurus) I am facing a problem when Posting the message from SOA to B2b (XML->EDI) using the B2b Adapter. Flow is : Ebusiness->PLSQL->AQ->BPEL->B2B.  Once the message is posted to B2b It is throwing the following Error. But I am passin

  • Directly launch the object if only one result is found (SEARCH_AUTONAV )

    Hi All We are on CRM 7.0 EP1, and I read an article in CRMEXPERT  that one of the improvements in CRM 7.0  would be to jump to the object directly if only one result is found. For example, if I know the sales order number I can open it directly by pu

  • Implementing TRIE using linked lists

    Node InsertNode(string name, Node root) int index = 1; string key; Node currentNode = root; while (index <= name.Length) key = name[index - 1].ToString(); Node resultNode = currentNode.Children.GetNodeByKey(key); if (resultNode == null) Node newNode

  • HT4915 iTunes Match Question

    I did not renew my iTunes Match subscription and need to know how to remove all the music I can no longer access off my iphone. Can anyone help? Thanks!

  • SQVI  - Not able to see all fields in a table.

    Hello all, I was not able to add few fields in a table into my report as I am not able to see those table fields in SQVI. For example T508A-RTEXT. Please let me know.