Can i get a report about caterpillar or kamatsu

Hi experts!!
I'm implementing SAP in heavy equipment industry like caterpillar.
So i need some reports were made in Caterpillar or Komatsu or their consulting partner.
everything about ERP, SAP can make me happy
if you can please send me a email
  [email protected]
i'm sorry for my poor english
Message was edited by:
        Seung Chul Yang

Hi,
Please check whether this query will help you...
Query used To Check The Form personalization in 11i
/* Formatted on 5/18/2010 7:44:36 PM (QP5 v5.114.809.3010) */
SELECT ffcr.function_name,
ffft.user_function_name "User Form Name",
ffcr.form_name "from Source File Name",
Ffcr.ID "Form ID",
(SELECT user_name
FROM fnd_user fu
WHERE fu.user_id = ffcr.created_by)
"Created By ",
ffcr.creation_date,
ffcr.last_update_date,
ffcr.SEQUENCE,
ffcr.rule_key,
ffcr.description,
ffcr.rule_type,
ffcr.enabled,
ffcr.trigger_event,
ffcr.trigger_object,
ffcr.condition,
ffcr.fire_in_enter_query
FROM fnd_form_custom_rules ffcr, fnd_form_functions_vl ffft
WHERE ffcr.ID = ffft.function_id
For More detail on form Personalization Use Following Tables (Rule_id) is reference key these tables
applsys.fnd_form_custom_actions,applsys.fnd_form_custom_scopes
Thanks,
Ajikumar G
Expertise in Oracle Apps...

Similar Messages

  • Where can I get my questions about JMX answered?

    Where can I get my questions about JMX answered?
    In the Jungle Mix of the World Wild Web, where are the dwellings of the JMX denizens?
    It recently came to my attention that the answer to that simple question may not be obvious...
    I hope the information provided there
    [ http://blogs.sun.com/roller/page/jmxetc#where_can_i_get_my ] will be helpful.
    Cheers,
    -- daniel

    See this page
    http://java.sun.com/products/JavaManagement/community/forum.html
    Bye for now
    CSJakharia

  • How can I get Launching report directory in report trigger??

    how can I get Launching report directory in report trigger??
    pls help me :'<
    I can run this function in forms.
    "how can I get Launching report directory in report trigger??"
    does reports have same function???

    Click the little down arrow/+ symbol  next the + - in the folders bar.

  • Where can I get more information about User exits?

    Where can I get more information about user exits,their related Tables and the source code of an User exit?
    Thanks

    would you please give the Internet addresses of these places?
    Mostly I want to get the source of some user exits in Oracle Application.
    If you know how and where can I get these sources,I'll appriciate if you let me know.
    Regards

  • Where can i get the report server name in Reports 10g

    Where can i get my report server name in 10G ?

    Thanks ..
    When i opened the bat file :
    i did not find any report server name ...
    This is my file :-
    @echo off
    REM $Header: rwdiag.bat 13-may-2005.03:21:21 sunaraya Exp $
    REM
    REM rwdiag.bat
    REM
    REM Copyright (c) 2005, Oracle. All rights reserved.
    REM
    REM NAME
    REM rwdiag.bat - rw diagnostic tool
    REM
    REM DESCRIPTION
    REM Script to run the diagnostic tool used to locate servers / monitor packets on the network
    REM
    REM NOTES
    REM Usage: rwdiag.bat -find <server name> | -findAll [-conf <config file>] [-timeout <timeout in sec>]
    REM
    REM Usage: rwdiag.bat -monitor [-log <logfile>] [-conf <config file>]
    REM
    REM MODIFIED (MM/DD/YY)
    REM sunaraya 05/13/05 - Added rwrun.jar to the classpath for bug 4361664
    REM sunaraya 04/22/05 - Provided execute permission to the script for bug 4323789
    REM sunaraya 04/14/05 - sunaraya_bug-4221172
    REM sunaraya 04/14/05 - Creation
    REM
    set ORA_HOME=C:\ORANT
    if "%ORA_HOME%"=="" goto ERROR
    set CLASSPATH=%ORAHOME%\jlib\zrclient.jar;%ORA_HOME%\reports\jlib\rwrun.jar
    %ORA_HOME%\jdk\bin\java -DORACLE_HOME=%ORA_HOME% -classpath %_CLASSPATH% oracle.reports.utility.DiagServerLocator %*
    goto END
    :ERROR
    echo "ORACLE_HOME is not set"
    echo.
    :END

  • Where can i get any information about the application of labview on remote control??

    Where can i get any information about the application of labview on remote control??for example using labview to build a virtual laboratory.

    This is a big question. Contact me directly and we can discuss in detail what you are trying to accomplish.
    Mike...
    [email protected]
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • I want to know memory manament and data display algorithm in LabViEW.Where can I get some materials about them?

    I want to know memory manament and data display algorithm in LabViEW.Where can I get some materials about them? I need them to complete my essay .Thank you for your help.

    Memory menagement:
    http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/732cec772aa4fbe586256a37005541d3?OpenDocument
    About data display: what type of data you wat display?

  • How can I get a report to use a DSN instead of a database name?

    DSNs are great things.  By using a DSN in a database connection string, you don't have to worry about what happens if you have to look at a different database, or if a database name changes.  All you have to do is change the database the DSN points to, and everything that was built using that DSN still works.
    Everything, that is, except Crystal Reports.
    I am using CR XI.  Our customer's database is named "Anneal", and it uses PostgreSQL.  I have several copies of that database, taken at different times and for different purposes, on my machine:  "Anneal", "AnnealTest", "Anneal_2_8_10", and on and on.  I also have a DSN named "WinCaps".  The reorts I have developed for this customer were set up to use an ODBC connection based on the WinCaps DSN.  But if WinCaps pointed to the "AnnealTest" database when it the report was created, and then I delete the AnnealTest database and change the WinCaps DSN to point to a database named "Anneal", and then try to open the report, I get a complaint that the AnnealTest database does not exist!  Yes, I know it doesn't exist.  I am expecting CR to use the DSN I told it to use, which should get me to the Anneal database.
    The fact that CR complains about the AnnealTest database tells me that internally, CR is retrieving the actual name of the database and storing that instead of storing the DSN name, completely defeating the purpose of the DSN.
    Is there any way I can set up my report to use whatever database the DSN happens to be pointing to, instead of the database the DSN pointed to at design time?
    Thanks very much!
    Rob Richardson

    Hi Rob,
    Crystal assumes you are setting location to the database and it stays that way when run. Yes we do keep the connection info in the RPT file.
    There's a few options that may help. First, can you upgrade to CR XI R2? It' still supported...
    Go to this link: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    Second, in the report itself check on the Verify on first refresh, save the report and then test it on another PC connecting another database.
    Next option to to try these registry key changes, usual warnign about altering the registry:
    HKEY_CURRENT_USERSoftwareBusiness ObjectsSuite 11.0Crystal ReportsDatabaseOptions - VerifyWhenDBDriverUpgraded = Yes
    And try changing this one also - DontAutoConvertODBC = Yes
    Close the Designer first or your changes won't stay.
    THey may have to simply verify the data manually and then save the report so the updated location info is saved in the Report.
    Crystal is very database dependant obviously so asumming changes made to the DSN are automatically updated can cause a lot of issues for the end user also but it depends on your point of view. We consider this working as expected.
    Thank you
    Don

  • How can I get the report status?

    I am using web service to connect to BI Publisher and run the report by java code. And I have questions still unclear, anyone who knows about it please help me.
    1. Is there any method to get the report status, such as whether the report runs successfully or not.
    2. If I have a huge table that binds with the template (maybe RTF template), how about the performance of the BI publisher?
    3. I use the sample codes in the web service tutorial to run the report, but the out pdf report doesn't change when i add or remove the table data, how can I resolve it?
    Thanks very much.

    Use the web services and use this function
    getScheduledReportStatus
    you will get the status of the report ran.
    Possible values are: "Completed", "Error" "Running", "Scheduled","Suspended", "Unknown"
    It is in the table XMLP_SCHED_OUTPUT status column :)

  • How can i get more info about the sent data in RTP?

    Hello.
    I'm working with the examples AVTransmitt2 and AV Receive2 and i want to get more information about the data that it is being sent to de receiver side. In AVTrasmitt2 i only see a calling to processor.start();. How could i know each packet that AvTransmit2 sends to the other side. I want info like the size of the data, the quality, format, etc..

    Hi!
    As I mentioned above. RTPSocketAdapter has two inner classes, SockOutputStream and SockInputStream.
    SockOutputStream have a write method which is called when RTP data is sent over the NET. SockInputStream have a read method which is called when RTP data is received.
    If you for instance want to know exactly what is sent you can parse the byte array that comes into write.
    Like this:
    * An inner class to implement an OutputDataStream based on UDP sockets.
    class SockOutputStream implements OutputDataStream {
         DatagramSocket sock;
         InetAddress addr;
         int port;
         boolean isRTCP;
         public SockOutputStream(DatagramSocket sock, InetAddress addr, int port, boolean isRTCP) {
              this.sock = sock;
              this.addr = addr;
              this.port = port;
         public int write(byte data[], int offset, int len) {
              if(isRTCP){
                   parseAndPrintRTCPData(data);               
              }else{
                   parseAndPrintRTPData(data);
              try {
                   sock.send(new DatagramPacket(data, offset, len, addr, port));
              } catch (Exception e) {
                   return -1;
              if(debug){
                   System.out.println(debugName+": written "+len+" bytes to address:port: "+addr+":"+port);
              return len;
    private void parseAndPrintRTPData(byte[] data) {
         // part of header, there still left SSRC and CSRC:s
         byte[] rtpHeader = new byte[8];
         System.arraycopy(data, 0, rtpHeader, 0, rtpHeader.length);
         ByteBuffer buffer = ByteBuffer.wrap(rtpHeader);
         int word = buffer.getInt();
         // version
         int v = word >>> 30;
         System.out.println("version: "+v);
         // padding
         int p = (word & 0x20000000) >>> 29;
         System.out.println("padding: "+p);
         // extension
         int x = (word & 0x10000000) >>> 28;
         System.out.println("extension: "+x);
         // CSRC count
         int cc = (word & 0x0F000000) >>> 24;
         System.out.println("CSRC: "+cc);
         // marker
         int m = (word & 0x00800000) >>> 23;
         System.out.println("marker: "+m);
         // payload type
         int pt = (word & 0x00700000) >>> 16;
         System.out.println("payload type: "+pt);
         // sequence number
         int seqNbr = (word & 0x0000FFFF);
         System.out.println("sequence number: "+seqNbr);
         // timestamp
         int timestamp = buffer.getInt();
         System.out.println("timestamp: "+timestamp);
    private void parseAndPrintRTCPData(byte[] data) {
         // this only works when the RTCP packet is a Sender report (SR).
         // All RTCP packets are compound packets with a SR or Receiver report (RR) packet first.
         // part of header, there is still the report blocks (see RFC 3550).
         byte[] rtcpHeader = new byte[28];
         System.arraycopy(data, 0, rtcpHeader, 0, rtcpHeader.length);
         ByteBuffer buffer = ByteBuffer.wrap(rtcpHeader);
         int word = buffer.getInt();
         // version
         int v = word >>> 30;
         System.out.println("version: "+v);
         // padding
         int p = (word & 0x20000000) >>> 29;
         System.out.println("padding: "+p);
         // reception report count
         int rc = (word & 0x0F000000) >>> 24;
         System.out.println("reception report count: "+rc);
         // payload type, which is 200 in this case (SR=200)
         int pt = (0x00FF0000 & word) >>> 16;
         System.out.println("payload type: "+pt);
         // length
         int length = (word & 0x0000FFFF);
         System.out.println("length: "+length);
         // SSRC of sender
         int ssrc = buffer.getInt();
         System.out.println("SSRC: "+ssrc);
         // NTP timestamp
         long ntp_timestamp = buffer.getLong();
         System.out.println("NTP timestamp: "+ntp_timestamp);
         // RTP timestamp
         int rtp_timestamp = buffer.getInt();
         System.out.println("RTP timestamp: "+rtp_timestamp);
         // sender's packet count
         int nbrOfSentPackets = buffer.getInt();
         System.out.println("sender's packet count: "+nbrOfSentPackets);
         // sender's octet count
         int nbrOfSentBytes = buffer.getInt();
         System.out.println("sender's octet count: "+nbrOfSentBytes);
    }I added a boolean isRTCP to the constructor so to know what sort of data is sent.
    Hope this clarifies things.

  • Quicken Rental Prop Mgr, can't get my reports to print

    I have a HP Officejet J4680 All-in-one, I also have Quicken Rental Prop Mgr.  I recently had my computer upgraded to Window7 from XP, I cannot get my tax reports to print.  I send it to my printer, the light flashes like it is getting ready to print & nothing.  When I had XP I never had trouble getting my reports to print.  Quicken says it is an issue with HP, can someone help.  I have tried to navigate through all these question & answers to no avail.  HELP!!

    Hi Frustrated02,
    I understand you have an Officejet J4680 that is not able to print from your Quicken program. I'm sorry to hear this but I will certainly do my best to assist you!
    If your printer is able to print fine from every other program, just not from Quicken then we know the printer itself is working. If that's the case, I would like you to try installing an alternate driver by following the instructions below.
    1. Go to your Control Panel and then Devices and Printers.
    2. On the left under Printer Tasks click on Add a Printer.
    3. Select Local Printer Attached to this computer, then Next.
    4. From the drop down list select the port that the Officejet J4680 is using and then click Next.
    5. Under Manufacturer make sure you select HP. Under Printers look for the HP Deskjet 9800 and then click Next.
    6. If it asks you Which version of the driver do you want to use? Please select Replace the current driver.
    7. You can change the printer name, or leave it as is, the decision is yours. You can make it the default if you'd like. If you don't just make sure you remember to select it instead of the Officejet J4680 when you print from Quicken. Make sure to click Next when done.
    8. Say yes to printing the Test Page to make sure everything worked, then click Finish.
    As long as the test page prints, please proceed to Quick to try and print again, making sure the Deskjet 9800 is selected in the printers list.
    Hope this helps, have a great day!!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • Can't get info from "about This Mac"

    I want to purchase a replacement battery for my Powerbook g4 15". For this I need the model #, which normally I can obtain by clicking on "About this mac" from the apple logo at the top of the screen. But not today.Absolutely nothing happens when I click it besides that it's highlighted in blue. I can get "Software Update", "System Preferences", "Dock", "Recent Items." I can surf the internet with Safari.
    What is going on?
    Is there another way to access this information?
    Thank you....

    Try logging out and back in.
    If no joy, log out and back in as a different user, creating one if need be.
    Joe

  • Can't get spreadsheet report with JRE update 27 and up

    oracle forms reports 10g r2. client: IE 8, win xp sp3, jre 1.6 update 29. server: win 2003.
    I have a few reports rendering spreadsheet format, I ran those reports in forms, and get the report result with web show document and getjobid, then browser window crashed, failed to show the spreadsheet report. pdf report is fine though.
    worked before JRE update 25. any idea?
    much thanks.

    Well, you haven't really shared enough information, so we can jus offer a guess.
    I. Did you uninstall all old JRE versions before installing the new one?
    2. How exactly are you attempting to open an Excel doc in the browser? In other words, are you just calling the Excel doc? Have you attempted to set the mime type...? Example:
    -- Send to Excel?    
            If v_excel = 'yes' Then    
         mimetype := '&mimetype=application/vnd.ms-excel';
            End if;     
             WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server='||v_repServerName || mimetype,'_blank'); 3. Exactly which version of Forms are you using?
    4. Exactly which version of Office/Excel is installed on the client?
    5. You claimed this worked with 1.6.0_25. Have you tried to uninstall _29 and resintall _25 in order to verify your suspicion? I doubt the JRE version is the cause of the problem in this case.

  • How can I get more information about LSU of T1

    Hi,
    I've been working on a project about opensparc t1 for some days. I am now trying to figure out the functions of lsu_dctl, as well as the original thoughts about this block. But, it seems not very clear only by reading t1 codes. Where can I get some more information about lsu_dctl? Can I get some document that explain its functions and the original designing thoughts in detail?

    Hello,
    Thanks for your reply. I've read the L1 Dcache part of the OpenSPARC T1 Microarchitecture Specification, however, I still cannot figure out the meaning and function of some signals. I think I have to read other parts of the OpenSPARC T1 Microarchitecture Specification, in order to know more about the meaning of abbreviations in OpenSPARC codes.
    As for my project, my main aim is to be clear about the OpenSparc L1 Dcache. Since members in our group are all newcomers to OpenSparc, our director hopes that we can get some practical technics by reading OpenSparc codes.
    Thanks,
    Li

  • Where can i get statspack report

    Hi,
    My database environment is very big,where i dont have permisson to perfstat user or even to view perfstat tables.Senior DBA runs stats pack report and will pass it to me.This time he sent in very bad format,so i am not able to read and analyze it.Now i want to get stats pack and analyze for very serious performance issue.If you go into file level where statspack report will be stored by default.If i get access to perfstat table,in which table i can see all sql related reports.DBA has to send it again or any other way to look on it.
    Thanks
    Anand

    If you have password for sys or system then you don't need password for perfstat user.
    To generate new statspack report execute spreport script (from sqlplus).
    @?/rdbms/admin/spreport

Maybe you are looking for