Howto Register &  Execute Custom Oracle Reports in R11I ( 11.5.9 )

Hii guys
How do i register execute and view output of Custom Oracle Reports in R11i ( 11.5.9 ) .I have developed custom reports for HR and Payroll in Report Builder 6i.
Is their a step by step tutorial ??
What to do next ??
Can somebody please guide me.
Regards
Fahad
Consultant
IBM Global , Pakistan

Hello
Thanks for the link.
However i'm unable to see my report output.
I did the following steps
1.Uploaded my Report file in
/vision/d01/oracle/visappl/per/11.5.0/reports/US/
Since we are doing it for Oracle HR module
2.I used the executable tab as outlined in the report
3.I then used the define tab to register report.
In step 2 and 3 i specified Oracle Human Resources in applications field.
Now when i try to submit the request for my report FHSAMPLE i can find it in the list.
Any ideas??
Regards
Fahad

Similar Messages

  • Can I use Report Manager to distribute customized oracle reports?

    Hi,
    Can I use Report Manager to distribute customized oracle reports, other than FSG reports?
    If no, is there any function that can be used for distributing reports submitted from concurrent manager in r12.1.2?
    Thanks for any advice!
    HY

    Pl post details of OS and EBS versions.
    >
    Can I use Report Manager to distribute customized oracle reports, other than FSG reports?
    >
    I am not sure - pl ask your friendly Oracle salesperson if this functionality is included in your license.
    >
    If no, is there any function that can be used for distributing reports submitted from concurrent manager in r12.1.2?
    >
    Another option could be to use XML/BI Publisher - again, you will need to check if your license includes distributing custom reports.
    HTH
    Srini

  • Custom Oracle Report displaying records one at a time

    I have a custom oracle report that i've created and what i'm trying to achieve is to get all the records for the specific job code to print on one page. Instead, it is putting one record on one page. For example, job 90822 might have 6 records associated with it. Instead of it putting all 6 on one page it is putting one on 6 separate pages. I'm attaching my statement below. Any help is appreciated!
    select proj, cmocn_code, cmocn_comp_code, cmocn_job_code, cmocn_notes, cmocn_post_date, cmocn_issued_date,
    cmocn_executed_date, cmocn_impact_days, budg_amt,
    sum(budg_amt) over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt,
    sum(cmocn_impact_days) over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_days,
    cc_pmownercon, cc_cmownmod, bp_name
    from
    select pmp_proj_code || ' - ' || pmp_proj_name || ' - ' || pmp_add_line3 || ', ' || pmp_region_code proj
    , cmocn_code, cmocn_comp_code, cmocn_job_code, nvl(cmmv_name, cmocn_title) Notes
    , cmocn_post_date, cmocn_issued_date, cmocn_executed_date, cmocn_impact_days
    , nvl(cmmv_bill_amt, 0) budg_amt
    --, sum(decode(cmocn_code, '0000', pmp_curr_cont_amt/*pmp_orig_cont_override_amt*/, nvl(cmmv_bill_amt, 0)))
    --over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt
    , cmocn_notes, cc_pmownercon, cc_cmownmod, bp_name
    from da.cmownchgnum
    , (select cmmv_comp_code, cmmv_job_code, cmmv_owner_chg_code, sum(cmmv_bill_amt) cmmv_bill_amt
    , max(cmmv_name) cmmv_name
    from da.pmmast_v
    where cmmv_owner_chg_code <> '0000'
    group by cmmv_comp_code, cmmv_job_code, cmmv_owner_chg_code--,cmmv_name
    , da.pmproject_table
    , da.cc_user_fields_vw
    , da.bpartners
    where cmocn_code <> '0000'
    and cc_table_name (+) = 'CMOWNCO'
    and cmocn_oraseq = cc_oraseq_in_table (+)
    and cmocn_comp_code = cmmv_comp_code (+)
    and cmocn_job_code = cmmv_job_code (+)
    and cmocn_code = cmmv_owner_chg_code (+)
    and cmocn_comp_code = pmp_comp_code
    and cmocn_job_code = pmp_job_code
    and pmp_cust_code = bp_code
    union all
    select pmp_proj_code || ' - ' || pmp_proj_name || ' - ' || pmp_add_line3 || ', ' || pmp_region_code proj
    , '0000', pmp_comp_code, pmp_job_code, null /*nvl(cmmv_name, cmocn_title) Notes*/
    /*, cmocn_post_date, cmocn_issued_date, cmocn_executed_date, cmocn_impact_days*/
    , null, null, null, null
    , pmp_curr_cont_amt budg_amt
    --, sum(decode(cmocn_code, '0000', pmp_orig_cont_override_amt, nvl(cmmv_bill_amt, 0)))
    --over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt
    , null/*--cmocn_notes*/, cc_pmownercon, cc_cmownmod, bp_name
    from da.pmproject_table
    , da.cc_user_fields_vw
    , da.bpartners
    where cc_table_name (+) = 'PMPROJ'
    and pmp_proj_oraseq = cc_oraseq_in_table (+)
    and pmp_cust_code = bp_code
    and pmp_cust_code = bp_code
    order by cmocn_job_code, cmocn_code

    Hello,
    What is the "Vertical Elasticity" of the enclosing frames / repeating frames ?
    This problem may occur when a frame or repeating frame has a property "Vertical Elasticity" set to Fixed or contract.
    In this case, change the property "Vertical Elasticity" to Expand or Variable.
    Regards

  • I want to use command line to execute an oracle report?

    Dear all,
    I am using Oracle Application. Does anyone know how to use command line to execute an oracle report?
    I mean execute command from client to server.
    Please advice,
    Amy
    Edited by: amychan60 on Dec 13, 2009 11:33 PM

    Hi,
    Using Oracle Application Server the standard way for a client to request a report is via a HTTP request. This doesn't really lend itself to use directly on a command line on a client however you could use the following:
    explorer "http://your_server/reports/rwservlet?report=report_name.rdf&userid=userid/password@db_sid&paramform=no&destype=FILE&desname=c:\temp\filename.pdf&desformat=pdf"
    This will load explorer and submit that URL for you and request the report. You can change the parameters depending on the report output you require.
    If you need something that is silent (ie doesn't load in explorer) you'll need to investigate other ways of submitting that URL request, perhaps using Java. You could also use SRW.run_report (Event Driven Publishing) to submit the request using SQL.
    Cheers,
    Toby.

  • Custom Oracle Report errored with Enter Password:  REP-0004: Warning: Unable to open user preference file. REP-0300: ORACLE error occurred. REP-0069: Internal error REP-57054: In-process job terminated:Terminated with error:  REP-300: ORACLE error occurre

    Hi Gurus
    We have created a custom oracle report and concurrent program and when we ran the concurrent program it is error out with below error
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Can any one help us
    Thanks in advance.
    Kumar

    Please see
    REP-0004 Warning - Unable to Open User Preference File. (Doc ID 26014.1)
    ApPsMaStI
    sharing is Caring

  • Find custom oracle reports and forms

    Hi all,
    I would like to know the table names where I would be able to find all oracle forms and reports?
    Thanks in advance,

    Hi,
    I would like to know the table names where I would be able to find all oracle forms and reports?FND_FORM for forms and FND_CONCURRENT_PROGRAMS for reports. More details about these tables can be found at eTRM website.
    Regards,
    Hussein

  • Oracle Report Parameter LOV

    Hi hussein,
    I have a customized Oracle Report for EBS 11i.
    My report sa "static" LOV and have static list of value
    1
    2
    3
    4
    5
    How do I register this LOV in the EBS 11i?
    I also have "select table" LOV. I know how to register this parameter in EBS using System Administrator > Application> Validation > Set
    I don not know the static one :(
    Please help....
    Thanks

    hi hussein,helios,
    I found this note in metalink:
    Subject: Re : LOV
    you can say .. two types: static and dynamic
    static or independent means, you have to hard code what all values will be there in lov. this hardcoding is done from app dev responsibility
    dynamic or dependent means, it will pick values at run time using some query from some table(s). so, if anything changes in table, it will reflect immediately in LOV. whereas in static lov, you have to make changes in value sets values explicitly. I am interest in "this hardcoding is done from app dev responsibility" , I do not know how to encode those static value. :(
    thanks

  • Changing Oracle Report Output Format at runtime

    Dear All,
    I've custom Oracle Report in Oracle Apps., and would like to give the users an option to select the output format (XML, TEXT, PDF, etc.) whilst submitting the request.
    As a SYSADMIN, we can modify the Output Format value of the concurrent program(Oracle Report in this case) to one we like.
    But I would like the user to select this output format option at runtime, rather then hard coding at SYSADMIN level. For that I've to create a Value Set with the desired report output format options, and attach this to the concurrent program.
    My question is, how we can make the desired output format to work at runtime?
    If any one can help?
    Thanks,
    Sandeep

    Hi Steve,
    I couldn't get it...???
    I'm running an Oracle Report in Oracle Apps. release 11.5.9
    The default output format of this report is TEXT, which is defined in its concurrent program.
    This report is submitted using standard request submission screen, and after successful completion we can view the output by pressing "View Output" button on "Requests" screen. This will open an another window and we can view the output page by page. Using "Tools>Copy File..." menu option, we can view the same output in IE window.
    Now, how does your resolution fits here and how can I view the same report in XML format?
    Many Thanks,
    Sandeep

  • Oracle Reports in PDF output

    Hi everyone ,
    We are using Oracle 11g.
    I have a custom Oracle report in PDF output. In some cases the value is changed. For example, when i run a query in toad i get a value 0.13, then I run my report, check the XML output - the value is still 0.13....but when I check the report output that is in the PDF format, the value is changed to 0.14. Do you have any ideas why it happens? Do I need a special coad in the rtf tag?
    Thank you

    What command did you type in to run your report in Unix? Did you give the full path of your rdf file. I guess that the system may not be find your rdf file correctly.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by guest2000:
    Hi all,
    Anybody currently running Oracle Reports in unix platform and the output is generated in pdf format & display in browser?
    Can you please advise on what are all the environment variables that I have to set in order to get the report runs?
    Besides, what are the specific printer setting that I have to set? as well as priviledge on directory if necessary.
    My reports are created in PC with RDF format. When run in unix, can the RDF still be used or it has been to recompile? If recompile, how is this done?
    I always get the following error but do not what is the cause:
    REP-0110: Unable to open file 'myreport.rdf'. REP-1070: Error while opening or saving a document. REP-0110: Unable to open file 'myreport.rdf'.
    Please advise.
    Hope to receive your reply asap.
    Great thanks in advance.<HR></BLOCKQUOTE>
    null

  • Register HR custom forms.

    Hi
    Is it recommend to register custom forms on seeded product application and put the fmx files in seeded product folder. Or should all custom forms should be put in custom folder. I need to register custom HR forms.
    thanks
    sva

    Hi,
    Are you going to create a custom schema? If yes, it is recommended you create a new CUSTOM_TOP and place all the files under this directory. If no custom schema is required you can register those custom forms/reports under the product application, just make sure you follow a naming convention to identify your custom objects/files from the seeded ones -- Please see the docs referenced in this thread for details.
    Custom application implemented in E-bussiness Suite
    Re: Custom application implemented in E-bussiness Suite
    Thanks,
    Hussein

  • Oracle reports to Crystal reports

    Hi
    we have existing Oracle reports executed using Oracle Reports Server.
    Is it possible to replicate same scnario in Crystal reports. Means can we replace Oracle reports with Crystal Reports.
    What all component do we need?
    Do we need to use Crystal report Server

    You have a few options.
    I can't really speak to Oracle reports but I can give you a quick explanation of how you could embed Crystal Reports inside of your applications
    Option 1. Crystal Reports for Eclipse - This allows you create reports inside of Eclipse and embed those reports inside java applications using our Java runtime engine. In this scenario you would be placing our runtime inside your application.
    http://diamond.businessobjects.com/eclipse
    Option 2. For higher report loads and extra features you could use something like Crystal Reports Server(CRS). CRS has backend services contain the report engine. These reports can be run outside your application and then the output is streamed to your application via a client API.
    Hope this helps
    Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/robhorne</a>

  • How to register custom forms & reports

    Hi,
    Please anyone help me the steps required to register custom forms & reports to e-business suite 11i.
    regards
    sva

    Hi,
    Please refer to the following document.
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1
    Note: 177610.1 - Oracle Forms in Applications FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=177610.1
    Note: 104697.1 - Setup & Usage (Customization)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=104697.1
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Regards,
    Hussein

  • Customizing Oracle Sales Reports

    I am trying to customize a report in the Oracle Sales module. For instance, there is a Customer Organization Summary page that lists customers. Our employees would like a column added to that page that has a link to the Organization Notes page. How can this be done? Can the JSPs or java classes be editted? Is there a way to do this from the database side?
    When you customize a report using what provided, it lets you select some columns. One is FlexFields...but this includes a bunch of new columns. Is there a way to add a custom column?!
    Another customization is adding a new section to a summary page. Is there a way to add new sections to an existing report?
    Any assistance is greatly appreciated. If there are any Oracle consultants who work these forums, please give me some insight.
    Thank you!

    Have you looked at the ASO_PQUOTE_TEMPLATE lookup (Order Capture)?. This provides the capability to register your own template reports (.rdf). Make sure the Lookup code & Reports .rdf file name are same.
    If you need more specific customizations, Unfortunately there is no easy way to do it in 11.5.9
    I have customized some reports for Quoting, by adding custom actions to the JSP using JSP includes. As these JSPs are hardcoded, modifying is the only way to customize.
    To minimize the level of Upgrade maintenance, write the custom code in separate file and include it in main (Oracle's) jsp something like this
    <%
    if ("PRINT".euqals(qotHdrActCd))
    %>
    <%@include file="myCustomJspInclude.jsp" %>
    <%}
    else -- Other Actions.
    %>
    <%
    %>
    Hope this helps

  • Creating Custom BI Reports from Oracle Agile PLM

    Hi All,
    Firstly apologies if this post is in the wrong forum, I struggling to find any real Oracle Agile Support.
    I have been tasked with developing 3 custom BI reports for Oracle Agile. I have used BI Publisher in the past but only within Oracle E-Business Suite. From what I have seen so far Oracle Agile is a lot different.
    What I need to understand is within Oracle Agile how do I create the XML Data file for the custom report, and then how do you then register the RTF template and run the report within Oracle Agile PLM.
    Any help would be really appreciated.
    Regards
    Pete

    Hi,
    To develop custom report there are many way's. To discuss more Please send your contact details at [email protected]
    Swayam Sevak.

  • Oracle Reports with graphics for Oracle App R11i 11.5.9 ??

    Hii
    Can i develop Oracle Reports with Graphics ( basic header,footer,logo ) and register it with Oracle Apps R11i 11.5.9 and be able to view it as an end user.
    If yes then how ?
    Regards
    Fahad Hameed

    Hii Guys
    I've developed a report with a basic Header.BMP file and it runs fine on local.
    How will it run on Oracle Apps is the question that i need to find answers to .
    Regards
    Fahad Hameed

Maybe you are looking for

  • MCE05 and Mega 180

    Has anyone experienced the loss of buttons (display not function) on the media center program after about 5minutes of use.  If I access any of the features like My Music and play or delete files some of the files become blacked out but can still be u

  • Search feature in Test Stand templates

    Hi, I am trying to create templates of sequence steps for a particular dll in Test Stand. The dll has about 50 functions, and when I line up all of them under templates, it becomes very lenghty, and difficult to use. Is there a way to add  "Search/Fi

  • How to decode audio data from dvi/rtp to PCM linear

    Hi all, I am getting audio data as DVI/RTP 4 bit mono as input stream but not able to create player for this can any one send me any decoding function so that i can change this data to PCM linear 16 bit format

  • Using numberformatter Please help !!!

    Hi I want to use number formatter for following purpose. If number is 1 million then it should display as 1M if it 1thousand then it should display as 1K please help me what pattern i use for the number formatter Thanks Apratim

  • Ignore certain callers automatically

    Does anyone now if it's possible to set up a ring profile so if certain contacts call then the phone will ring, but if anyone else calls the phone will send the caller to directly to voicemail? I've had a few phones with this capability and it's quit