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

Similar Messages

  • 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

  • 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

  • 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

  • Crystal Reports Displaying records where field 1 is populated but field 2 is empty

    i have 3 fields in my report.
    Job id, date on hold, date off hold
    I need to display records where there is a value for on hold but where off hold is blank so I can see which jobs are still on hold. How do i do this?
    thanks in advance

    Have you tried adding criteria of:
    Not IsNull() and
    IsNull()?
    Alastair

  • Looking for a Layout Set to display images one at a time

    Hello,
    I have a folder with images and I would like to create a KM Navigation iView which displays only one picture at a time and an option to move forward and backward between the images. Which LayoutSet/ Collection Render should I Use/create in order to acheivi this?
    Roy

    Hi Roy,
    > Which tool did you used to test
    > the HTTP Request by the way?
    > > checked with HttpWatch
    (That is in fact the name of the tool.)
    Best regards
    Detlev

  • 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

  • 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

  • Oracle Report as data source in XMLP data template?

    I use XML Publisher 5.6.3 in EBS 11.5.10
    Is it possible to make an xml data template with an oracle report (rdf) as one of the sources of data? (I'm not saying create a Data Def with no Data Template attached... rather point the Data Template to an rdf, or it's xml output.)
    I converted RAXINV.rdf (Invoice) to a data template and layout template. I had to replicate the data template portion of the oracle report and add our own fields to the queries because we have custom fields we want on the invoice report. I didn't want to modify the original rdf.
    I am wondering if I could have avoided converting the entire data template portion of the rdf. My thought is that if I could make a data template that combines A) the xml output of the original rdf, together with B) our custom sql, I could eliminate the "rdf-to-data template" conversion step. This would have been a significant time savings, because making the converted data template actually work was no small task.
    Any and all thoughts are welcome.

    You need the source-data as XML for BIP.
    You can use
    1. RDF to generate xml.
    2. datatemplate to generate xml.
    The ultimate aim is to get xml out of it, so consider both are same.
    If you are comfortable in using RDF, then go ahead and use that.

  • Problems displaying records

    I would like to display multiple records on a form. The form is set to display 20 records at a time. When I run the query it does just that except it displays the records one at a time in the space provided for the topmost record. It gives me a frm-41009 error(modal dialog box). How do I get this query to display the records in the spaces provided for it? Also, is there a way to turn off the modal "Acknowledge message" dialog box that comes up everytime a trigger is executed?

    Thank you both for replying to my post. I appreciate your help. I am sorry but I should have made my question more clearer than I did and should have responded sooner to your replies. I started using a form where the layout displays one record. The query returns more than 1 record (generally 3 to 20 records depending on the user input. When using this form, the results will just show the last record returned rather than letting the user scroll from the first to the last record in the layout of the single row space provided. When I try to use a tabular form and set the forms property to display 20 records for instance, and the query returns say 7 rows, rather than display in 7 of the 20 rows spaces provided by the form, it uses only the topmost row space provided and removes the previous row to display the next. I want to display all of the records simultaneously on one form. I am new to Oracle & Forms and would appreciate any help, hints, direction, etc. Thanks again.

  • Oracle Reports - page numbering for repeating frames

    Hello,
    I have an Oracle Report that has one parent repeating frame containing several children repeating frames. One repeating frame has a maximum of three records per page. If the records do not exceed the maximum, page numbering is fine. If there are more than three records it creates a new page. The new page appends to the end of the report and throws off the page numbering. I changed the source of the page numbering from page number to panel number. The panel number gives the best results. All pages are numbered with the exception of the appended page(s). Does anyone have any suggestions?
    Thanks

    YES!!!, change the PRINT condition of your
    panel field to ALL instead of FIRST.
    null

  • 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

  • Error while calling oracle reports from another report

    Hello everyone,
    I have a problem running oracle reports. In one report I have a button
    that calls another report. There is a button for each row of the result
    in the first report , and i have used Srw.run_report to call the second
    report.
    My problem is, when I run the report, at the first time i can push the
    button and the second report opens and works correctly. But if i close
    the second report and come back to the first one, when i push the
    button for a different row ,the second report starts to run but then I
    get some oracle errors like table does not exist or... while the first
    time the report worked correctly.
    It seems that when i close the second report and go back to the first
    one, sth happens that changes my session or connection. I don't know
    what can be the problem.
    By the way, when I log in with the user that owns the tables and has
    all the privileges, I don't get this problem. It only occurs when I
    use other users ( which have all privileges on all of the tables
    needed in the report )
    I am using Report Builder 6.0.5 and the DB is Oracle Database 10g.
    Can anyone please help me with this problem?
    Thanx in Advance.
    Maryam.

    6.0.5 is not certified against 10g database, so I suggest to upgrade to 6.0.8.26 (6i patch 17) first to see if the problem is gone.

  • Oracle reports in real time?

    can any one brief me about the kind of oracle reports do they generate in real time?i.e d2k reports . . iam facing tough to answer these questions in interview?can anyone examples abt use of it in real time?

    at my work i use dev suite 10g on windows, and the application server is also on windows.
    i compile the fmb into an fmx directly in forms builder. open the form in forms builder and the option is in program->compile module on the menu.
    there is also frmcmp which you can run, which can also compile the fmb.
    once i have the fmx i just copy it to the server into the directory where our forms expects it to be (you can see that in the forms server configuration - FORMS_PATH)
    as for the reports, we're still a throwback to the the good old days, so all our reports are still in .rdf format. this does not need any compiling as the reports server will do that when it is executed. so like the .fmx, i just copy it to the directory where our reports server expects it (again you can see this in the reports server configuration - REPORTS_PATH)
    we're just a small shop, so there are probably better ways to do this, but that's how we do it. be happy to hear how others do it...

Maybe you are looking for