Show Oracle APPS Report Output Automatically in IE

Normally in Oracle EBS (View>Requests>Submit New Request) we submit the request to run any report and after normal completion of the report, we press the button View Output and system show the Output in IE, output may be in PDF or Text. In my case requirement is not from front end so i create one trigger (AFTER INSERT ON MTL_MATERIAL_TRANSACTIONS)and through "FND_REQUEST.SUBMIT_REQUEST" submit the report request to the concurrent manager successfully and completed. Here I want to show the report output automatically show in the IE instead of open the request and click on the View Output button.

Why you have defined trigger that we can't understood.
Can you explain more in detail or code you have written ?
The Logs and Output are located in $APPLCSF/$APPLLOG and  $APPLCSF/$APPLOUT respectively,
The output file is generated with  o<request_id>.out  in $APPLCSF/$APPLOUT  directory.

Similar Messages

  • Print report output Automatically.

    Hi friends
    I am using GET_PRINT_PARAMETERS to create an spool request to print the report output automatically once it is displayed on screen, the problem with this FM if I assigned import parameter immediately = 'X' it does not create any spool request.
    Is there any other way to automate the printing instead of pushing Pritn Icon on Application toolbar.
    Thanks
    Lakhbir

    Hi,
    do this way...
        CALL FUNCTION 'GET_PRINT_PARAMETERS'
           EXPORTING
             <b>IMMEDIATELY                  = 'X'</b>         LINE_SIZE                    = 220
             <b>RELEASE                      = 'X'</b>         MODE                         = 'CURRENT'
           <b>  NO_DIALOG                    = 'X'</b>       IMPORTING
    *     OUT_ARCHIVE_PARAMETERS       =
             OUT_PARAMETERS               = L_PARAMS
             VALID                        = L_VALID
           EXCEPTIONS
             ARCHIVE_INFO_NOT_FOUND       = 1
             INVALID_PRINT_PARAMS         = 2
             INVALID_ARCHIVE_PARAMS       = 3
             OTHERS                       = 4.
          IF SY-SUBRC <> 0.
          ENDIF.
          NEW-PAGE PRINT ON   PARAMETERS L_PARAMS <b>NO DIALOG</b>.
    "you can start your write statements here...
           PERFORM DISPLAY_DATA.
          NEW-PAGE PRINT OFF.
    This will automatically prints the report
    Regards
    vijay

  • How to Convert Oracle Apps Report into XML Publisher

    Hi
    How to Convert Oracle Apps Report into XML Publisher?
    Thanks

    In Brief :
    Re: XML Publisher
    In Details :
    http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf

  • Oracle apps reports

    can anyone please tell me about the oracle apps reports in finance.
    what exactly is their content?
    how to know about each and everything in report?

    i'm not sure i understand exactly your posting. try opening one .rdf file in oracle report to see what are those in the Data Model, Paper Layout, Paper Parameter Form and etc.

  • How to print message in oracle rdf report output?

    Hi,
    There is a requirement to print message in output of oracle rdf report. srw.message prints the message in log file but how to print message in output.
    Please suggest.
    Thanks & Regards,
    Sunita

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • Oracle Matrix Report output to XML Publisher

    We have an Oracle matrix report (rdf) registered in our applications and we are trying to format the report output using XML publisher.
    I have taken XML output of the report by changing the Report output to XML in concurrent program definition. Using this XML output we have started designing the RTF template using Template Builder for Word 5.6.2.
    I am not able to get the MAtrix output in XML publisher. I am not sure how to design a Matrix Report using Template builder for word. I am not sure whether the XML output of Original Report has Tags mentioning Matrix report attributes or Not.
    Can anyone help me by explaining how to design a Matrix Report template using XML report output. Appreicate your help.

    I have posted a Blog on our blog site about how to create a matrix report in XML-Publisher
    http://technology.amis.nl/blog/?p=1558
    Perhaps this helps.
    Marcos

  • Oracle HTMLDB report output in PDF format using FOP

    Hi,
    We are currently using Oracle HTMLDB1.6.I am trying to implement the HTMLDB report output in PDF format.I got at document but it is not clear.Could you please let use know wheether anybody has already used in their organization.
    Appreciate your response.
    Regards
    Murai

    Hey Murai,
    did you read the technote:
    http://www.oracle.com/technology/pub/notes/technote_htmldb_fop.html
    There is anything explained!
    greets,
    tim

  • Showing Oracle 10g reports in Dashboard?

    Configuration:
    Oracle Business Intelligence Release 10.1.3.4 on Windows 2003 EE R2
    Oracle 10gR1 on Windows 2003 EE R2
    Problem:
    We have to show Oracle Reports 10i in Oracle Busines Publisher.
    Resolving failure:
    Conversion of current reports to "xdo" and placing them to Reports directory was successful but each report has to be additionally edited (originally was invalid). Beside that editing, conversion generated a lots of packages because all logic is in reports and not in database (sorry but thi si cost of previous programming techniques) so our database will look like a polygon of naming conventions in package part.... And at the end if we accept all that...direct connection with source report is lost so any change to original Oracle report has to be separatelly managed in BI. After mentioned facts we decide this is not acceptable.
    So now we as how to place direct link to original Oracle 10g Reports, which should be placed in Dashboards. Any thoughts on this or any additional suggestion is more then welcome...
    Regards,
    Damir Vadas

    1) when generating a report you can use a "save in directory" method. Refer to your helpfiles, how to do it
    2) copy the question in the report-forum, if 1) didn't help you

  • Save report output automatically into html

    Hi Gurus!
    I have few reports that give a simple list output as result.
    Now I want to put an option in the output , an option that will be
      a save buttom which when clicked will automatically save the output
    into an html file and archive it to a particular folder.
    I would like to know how to automatically archive the report output
    when this save buttom is clicked to a folder.
    DO we do it after we have printed the report in the output
    and how do we go abot doing this .
    Regards
    Sumit

    Hi,
    After running a report, call this function module WWW_LIST_TO_HTML
    to convert the list output to HTML.
    Best Regards,
    Krishna

  • Oracle Apps - Reports 6i not working

    Hi,
    I have a Oracle Apps - 6i Report works fine with one instance and the same report does not fetch any records in the other instance..
    Even its not printing the messages in the before report trigger, when i query from the backed it fetches records. This is really strange..
    Please any one help me on this.
    Thanks,
    Genoo

    I have a Oracle Apps - 6i Report works fine with one instance and the same report does not fetch any records in the other instance..What does the concurrent request log file say?
    Even its not printing the messages in the before report trigger, when i query from the backed it fetches records. This is really strange.. Please open the form using Reports Builder, compile it (make sure it returns no error), and upload it again to the same instance.
    Thanks,
    Hussein

  • Record fetch is not correct in oracle apps report

    Hi ALL,
    i developed report in oracle apps in that i used one customized table which is poulated in after parameter form trigger and used the table in main data model.
    when two user fire this report ,data in the report mismatch.
    please help me regarding this how to rectified this.
    Thanks,
    Mack

    Hi Mack,
    you can add one more column "request_id" in the custom table and populate it along with the report query ouput data. while displaying the data for any particular user/request, use request_id to fetch correct data for the reports.
    Regards
    Imran

  • Oracle Apps Report Server -- how to find?

    Hi,
    When login in BI Publisher and for that ir is asking user name, password and Report server name. I am login remotely from client; how to find out the report server name...
    user name = Apps
    Password = apps
    Report server = ?
    Best Regard,
    Subir

    REP60_<SID>
    Note: 393811.1 - How To Verify The Operation Of The Oracle Reports Server For eBusiness Suites 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393811.1
    Note: 204372.1 - How to Check Reports Server Setup for BIS Reports
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=204372.1

  • Oracle Apps 11i: Output Post Manager is down

    Hi Experts,
    I was working on Oracle application cloning 11i lately and after completing the clone, my conc. manager output post manager (OPP) is not coming up in target system.
    I  tried to fix the issue by running "cmclean.sql" and thn ran autoconfig on application node, but still the issue persists
    The logfile for FNDOPP(outout post manager) says:-
    [12/17/13 5:24:30 PM] [main] Starting GSF service with concurrent process id = 154919.
    [12/17/13 5:24:30 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [12/17/13 5:24:31 PM] [Thread-23] Service thread starting up.
    [12/17/13 5:24:31 PM] [Thread-24] Service thread starting up.
    [12/17/13 6:52:55 PM] [GSMServiceController:154919] Received shutdown request.
    [12/17/13 6:52:55 PM] [GSMServiceController:154919] Preparing to shutdown service.
    [12/17/13 6:52:55 PM] [GSMServiceController:154919] Stopping all Service Threads.
    [12/17/13 6:52:55 PM] [OPPServiceThread1] Preparing to shut down service thread.
    [12/17/13 6:52:55 PM] [OPPServiceThread0] Preparing to shut down service thread.
    [12/17/13 6:53:55 PM] [OPPServiceThread0] Service thread has shutdown.
    [12/17/13 6:54:00 PM] [OPPServiceThread1] Service thread has shutdown.
    [12/17/13 6:54:00 PM] [GSMServiceController:154919] All Service Threads have completed.
    [12/17/13 6:54:00 PM] [GSMServiceController:154919] Service has shut down.
    FYI, The below metalink note did not help
    Concurrent Processing - R12 Output Post Processor Service Not Coming Up. (Doc ID 460578.1)
    Can anyone help me to fix the issue? Your assistance will be highly appreciated.
    DB version: 11.2.0.3
    EBS Version: 11.5.10.2
    Platform: 2.6.39-300.17.3.el5uek (Linux)

    Thanks for replying Asif.
    In ICM log file, I see occurrence of these error messages in bulk.It looks Mangers are wrongly defined or fnd_nodes having some incorrect values.
    Do I have to perform the application clone again or is there any another way to fix it.
    Process monitor session started : 17-DEC-2013 21:29:02
    Could not find service instance context for service instance number 1072
    Could not find service instance context for service instance number 1092
    Could not find service instance context for service instance number 1089
    Could not find service instance context for service instance number 1090
    Could not find service instance context for service instance number 1091
    Could not find service instance context for service instance number 1043
    1. Output of the first query
    Concurrent Manager's Name                 
    TARGET Processes ACTUAL Processes
    Conflict Resolution Manager                              
    1           
    1
    Internal Manager                                         
    1           
    1
    Scheduler/Prereleaser Manager                            
    1           
    1
    Standard Manager                                        
    20          
    20
    PO Document Approval Manager                             
    3           
    3
    Receiving Transaction Manager                            
    5           
    5
    PA Streamline Manager                                    
    0           
    0
    Inventory Manager                                        
    2           
    2
    INV Remote Procedure Manager                             
    5           
    5
    SFM Controller Service                                   
    0           
    0
    SFM Order Queue Service                                  
    0           
    0
    Concurrent Manager's Name                 
    TARGET Processes ACTUAL Processes
    SFM Work Item Queue Service                              
    0           
    0
    SFM Fulfillment Actions Queue Service                    
    0           
    0
    SFM Fulfillment Element Ready Queue Service              
    0           
    0
    SFM Event Manager Queue Service                          
    0           
    0
    SFM Inbound Messages Queue Service                       
    0           
    0
    SFM Timer Queue Service                                  
    0           
    0
    SFM Application Monitoring Service                       
    0           
    0
    SFM SM Interface Test Service                            
    0           
    0
    Session History Cleanup                                  
    1           
    1
    C AQCART Service                                         
    1           
    0
    Marketing Data Mining Manager                            
    5           
    5
    Concurrent Manager's Name                 
    TARGET Processes ACTUAL Processes
    Workflow Document Web Services Service                   
    1           
    0
    UWQ Worklist Items Release for Crashed session           
    1           
    1
    WMS Task Archiving Manager                               
    2           
    2
    OAM Metrics Collection Manager                           
    1           
    1
    Workflow Agent Listener Service                          
    1           
    0
    Workflow Mailer Service                                  
    1           
    0
    Transportation Manager                                  
    10          
    10
    Output Post Processor                                    
    1           
    0
    2. Output of 2nd query
    SQL> select CONCURRENT_QUEUE_NAME, TARGET_NODE from fnd_concurrent_queues;
    CONCURRENT_QUEUE_NAME          TARGET_NODE
    FNDCRM                         GDDEVAP1
    FNDICM                         GDDEVAP1
    FNDSCH                         GDDEVAP1
    FNDTMTST
    STANDARD                       GDDEVAP1
    PODAMGR                        GDDEVAP1
    RCVOLTM                        GDDEVAP1
    ARTAXMGR
    PASMGR
    OKCCONCMGR                     GDDEVAP1
    INVMGR                         GDDEVAP1
    CONCURRENT_QUEUE_NAME          TARGET_NODE
    INVTMRPM                       GDDEVAP1
    MRPMGR                         GDDEVAP1
    CRPINQMGR                      ORACLE
    IEXCONMGR                      ORACLE
    XDP_CTRL_SVC
    XDP_Q_ORDER_SVC
    XDP_Q_WI_SVC
    XDP_Q_FA_SVC
    XDP_Q_FE_READY_SVC
    XDP_Q_EVENT_SVC
    XDP_Q_IN_MSG_SVC
    CONCURRENT_QUEUE_NAME          TARGET_NODE
    XDP_Q_TIMER_SVC
    XDP_APPL_SVC
    XDP_SMIT_SVC
    WFMGSMD
    MET_CL_gddevap1_9160
    MET_SRV_gddevap1_9260
    OAMGCS_192.168.2.22
    OAMGCS_GDDEVAP1
    FNDSM_GDDEVAP1                 GDDEVAP1
    FNDIM_GDDEVAP1
    APACHE_gddevap1_8060
    CONCURRENT_QUEUE_NAME          TARGET_NODE
    FORMS_gddevap1_9060
    XDP_MANAGER                    GDDEVAP1
    REPORTS_gddevap1_7060
    IEU_SH_CS                      GDDEVAP1
    WFMGSMS
    C_AQCT_SVC                     ORACLE
    AMSDMIN                        GDDEVAP1
    WFWSSVC                        ORACLE
    IEU_WL_CS                      GDDEVAP1
    WMSTAMGR                       GDDEVAP1
    Debug_Service                  ORACLE
    CONCURRENT_QUEUE_NAME          TARGET_NODE
    MWA001
    OAMCOLMGR                      GDDEVAP1
    WFALSNRSVC                     ORACLE
    WFMLRSVC                       ORACLE
    FTE_TXN_MANAGER                GDDEVAP1
    FNDCPOPP                       ORACLE

  • How can attach a header logo to the Oracle apps Report

    Hello all,
    I created a customized report in Oracle apps and a logo on the top as
    1. i used the file link from the toolbox and gave the path of the image on the source file name property.
    The images comes when i run the report from the report builder. But if i run it from the Oracle Business suit, the images not appering in my report.
    Please help me on this....

    Hi,
    The images comes when i run the report from the report builder. But if i run it from the Oracle Business suit, the images not appering in my report.Have you copied the images to the server (to the same server where you copied the report) in the appropriate directory?
    Thanks,
    Hussein

  • OBIEE/Oracle apps reports.

    Hi,
    We have implemented OBIEE integrated with oracle apps. They are using Discoverer tool to access reports. Now all these reports need to be developed in OBIEE. My question is we have few users coming and stating that they are unable to find few fields. Is there any mapping or any document available that states which field is mapped to what in OBIEE? Also if the user wants to add couple of more fields to a report whci is not available in the vanilla rpd, can we pull those columns into the subject area? In short can we modify the subject areas that are in the vanilla rpd. Thanks.

    hi User,
    . They are using Discoverer tool to access reports. Now all these reports need to be developed in OBIEEWE can migrate discoverer repots to obiee
    http://www.slideshare.net/leandervandongen/oracle-discoverer-to-obiee-migration-by-aorta
    Discoverer to OBIEE Migration Error
    My question is we have few users coming and stating that they are unable to find few fields. Is there any mapping or any document available that states which field is mapped to what in OBIEE?Think about DAta Linage product that availble in market from which u ll get all the information that u need
    n short can we modify the subject areas that are in the vanilla rpd.As you can but at your risk ;)
    thank,
    Saichand.v

Maybe you are looking for

  • Why do I have to declare my int outside the function?

    `Hi! I've writen the very simple class get_results with one methode test: public class Get_results {    protected int nb=0; public int test(int numb) {          //int nb=0;          nb=numb;          return nb;            }//End test }//End classthis

  • How to use a substitution variable in a load rule?

    I need to use a substitution variable in a load rule in a column, as I will receive a parameter to fix the Month and Year values within the data loading, could somebody tell me if this is possible. I put an expresion "&Yearproc" in the column value b

  • Itunes crashes when i connect my IPOD 5G i Windows XP

    Today I added a lot off songs&lists inside my IPOD with Itunes 7.02, I taked off correctly my ipod from security taking off and the songs and songs list where ok in my IPOD. After that I wante to put more songs list but i connected Ipod and Itunes di

  • Sync/Async bridge via JMS with FAULT messages

    Hello all,<br><br> I set up a sync/async bridge scenario with using of JMS communication channel (SAP - JMSReceiverCC - JMSServer and application - JMSSenderCC - SAP). The normal communication works fine.<br> But what we can not solve is the Fault Me

  • What is the best external drive for Macbook Pro?

    Migration Assistant is not moving files from my Macbook OS X 10.5.8 to My new Macbook Pro just purchased. Apple Support suggested I transfer thru an external drive. They suggested a 1 TB. They said it would be sufficient for migration and afterward f