Bursting FSG Reports in R12.0.3

Hi,
I am trying to burst an FSG report using the integrated bursting java concurrent program. The FSG report is running fine and producing the XML publisher output as expected. I then run the java concurrent program for bursting setting the concurrent request ID of the FSG report as a parameter. I am getting the following error in the log for the bursting:
+---------------------------------------------------------------------------+
XML Publisher: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
XDOBURSTREP module: XML Publisher Report Bursting Program
+---------------------------------------------------------------------------+
Current system time is 22-NOV-2007 10:11:22
+---------------------------------------------------------------------------+
XML/BI Publisher Version : 5.6.3
Request ID: 3631196
All Parameters: Dummy for Data Security=Y:ReportRequestID=3631175:DebugFlag=Y
Report Req ID: 3631175
Debug Flag: Y
Updating request description
Updated description
Retrieving XML request information
Node Name:SVR-DEV185
Preparing parameters
null output =/home/applmgr/12.0test/inst/apps/TEST_svr-dev185/logs/appl/conc/out/o3631196.out
inputfilename =/home/applmgr/12.0test/inst/apps/TEST_svr-dev185/logs/appl/conc/out/o3631175.out
Data XML File:/home/applmgr/12.0test/inst/apps/TEST_svr-dev185/logs/appl/conc/out/o3631175.out
Set Bursting parameters..
Temp. Directory:/tmp
[112207_101123926][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.0.0 - Production
Start bursting process..
[112207_101123927][][STATEMENT] /tmp
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:territory : value=>US
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:ReportRequestID : value=>3631175
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:language : value=>en
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:responsibility : value=>55824
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>burstng-source : value=>EBS
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:DebugFlag : value=>Y
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:locale : value=>en-US
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:parent_request_id : value=>3631175
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:user : value=>SPENJ
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:application_short_name : value=>XDO
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:request_id : value=>3631196
[112207_101123930][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:org_id : value=>203
[112207_101123931][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:Dummy for Data Security : value=>Y
[112207_101123931][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:reportdescription : value=>Program - Publish & Burst FSG Report
[112207_101123931][][STATEMENT] Inside burstingConfigParser
[112207_101123933][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
[112207_101123993][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
[112207_101124079][][EXCEPTION] java.lang.StringIndexOutOfBoundsException: String index out of range: -1
     at java.lang.String.substring(String.java:1762)
     at java.lang.String.substring(String.java:1735)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.applyGroupBreak(BurstingProcessorEngine.java:2305)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:1974)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1133)
     at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1310)
     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:328)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:295)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:258)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(BurstingProcessorEngine.java:2167)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1800)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1136)
     at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1310)
     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:328)
     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:295)
     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:287)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:968)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:912)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:278)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
[112207_101124079][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
Bursting process complete..
Generating Bursting Status Report..
--Exception
ZIP file must have at least one entry
java.util.zip.ZipException: ZIP file must have at least one entry
     at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:291)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:526)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:284)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
[112207_101124086][][STATEMENT] /tmp/112207_101123930 deleted successfully...
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
Executing request completion options...
+------------- 1) PUBLISH -------------+
Beginning post-processing of request 3631196 on node SVR-DEV185 at 22-NOV-2007 10:11:24.
Post-processing of request 3631196 failed at 22-NOV-2007 10:11:24 with the error message:
One or more post-processing actions failed. Consult the OPP service log for details.
+--------------------------------------+
Finished executing request completion options.
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 22-NOV-2007 10:11:24
+---------------------------------------------------------------------------+This is the control file I am using uploaded to a custom data definition for the FSG:
<?xml version="1.0"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" xmlns:fsg="http://www.oracle.com/fsg/2002-03-20/" type="bursting">
     <xapi:request select="/MasterReport/fsg:RptDef">
          <xapi:delivery>
               <xapi:email server="somesmtpserver" port="25" from="[email protected]">
                    <xapi:message id="send1" to="[email protected]" cc="[email protected]" attachment="false" content-type="html/text" subject="Test Bursting, Month End Reports = ${../fsg:RepCurPeriod}">
! ! Please IGNORE and DELETE this email. Bursting Example Only ! !
************** T E S T     E M A I L **************
Dear ${@RptDetName}.
Please find attached your monthly Oracle report.
************** T E S T     E M A I L **************
                    </xapi:message>
               </xapi:email>
               <xapi:filesystem id="save1" output="/tmp/test_${@RptPEVal}.pdf"/>
          </xapi:delivery>
          <xapi:document output-type="pdf" delivery="save1">
               <xapi:template type="xsl-fo" location="xdo://SCCAPP.XX_FSG_TEST1.en.GB"/>
          </xapi:document>
<!--          <xapi:document output-type="pdf" delivery="send1" output="Month end Reports - ${@RptPEVal}">
               <xapi:template type="xsl-fo" location="xdo://SCCAPP.XX_FSG_TEST1.en.GB"/>
          </xapi:document>-->
     </xapi:request>
</xapi:requestset>Please could you give me some help as to why I am getting this error.
I look forward to hearing from you.
Carl

Bump.
Does anyone have any ideas on this. Is it because of the namespace in the select attribute of the xapi:request element?
Any help will be much appreciated and this is getting urgent now. Customer is due for go live very soon.
Regards,
Cj

Similar Messages

  • R12 FSG Report in Multiple Languages

    Dear Experts,
    Client requirement is they need FSG Report in 3 Languages. is it possible?
    If possible please help me on this
    Thanks
    Bharath

    Hi Kumar,
    It's not that report be written in multiple languages. The coding is normal and all that you have to do is, create text elements, selections texts and messages also normally as you do regularly.
    As per your requirement, in order to display your report in multiple languages, all that you have to do is maintain translations to all the above texts. You can do this from the same report in SE38.
    GOTO-->text elements. Here goto --> translations. Here you will find all the texts. You maintain the required translations here.
    You can also maintain translations for any given object like function modules, reports, dictionary objects etc from SE63.
    Hope this helps.
    Regards,
    Kiran

  • R12 FSG Report - Budget Setups

    Our requirement is to create a monthly and a quarterly fsg report for each cost center which will give the actual,budget, variance & variance as columns and all the budgeted accounts as rows.
    Right now in our current budget setup,
    We have only one yearly budget, and only one organization which covers all the budgeted accounts (all the code combinations)
    Is it possible to create the required fsg report with this kind of budget setup so I can get the report for each cost center? Or we need to do some changes to the setups as well? please advise?
    Also in the fsg report, is it possible to tie up the range of these accounts (WAGES,401(K),INSURANCE) together as SALARIES AND WAGES account so that they can collapsed & expanded like in EXCEL. For e.g:
                   Cost Center XYZ - June. 2010     
         ACTUAL     BUDGET     VARIANCE     VARIANCE %
    SALARIES AND WAGES     50,000      35,000.00      (15,000.00)     -4.7%
    WAGES     20,000      15,000.00      (5,000.00)     -7.7%
    401(K)      15,000      10,000.00      (5,000.00)      9.8%
    INSURANC 15,000      10,000.00      (5,000.00)     18.2%

    Any advise?

  • Missing Generating Bursting Status Report

    Hi,
    EBS R12.
    I got log for XML Publisher Report Bursting Program,
    But after the Start bursting process..
    I didn't get Generating Bursting Status Report.
    May somebode familiar with this problem ?
    Thank you,
    MRERP2

    Are you getting the xml for the report....as every BI report generate the xml file.
    If you are getting the xml file might be you can check for the prohram short name -->Xml admin-->rtf template and check the preview.
    Thanks
    Ratnesh

  • Issue in bursting of reports

    Hi,
    I upgraded old reports(BIP 10g) to that in BIP 11g using the upgrade assistant.
    I am trying to burst a report through a webservice using following report request params and schedulerequest params :
    reportReq.setAttributeFormat(test.getReportType());
    reportReq.setAttributeLocale("en-US");
    reportReq.setAttributeTemplate("Template1");
    reportReq.setReportAbsolutePath(xdofile);
    reportReq.setSizeOfDataChunkDownload(-1);
    scheduleReport.setDeliveryRequest(delivery);
    scheduleReport.setJobLocale("en-US");
    scheduleReport.setReportRequest(reportReq);
    scheduleReport.setScheduleBurstringOption(true);
    scheduleReport.setUseUTF8Option(true);
    scheduleReport.setUserJobName("Scheduling Report");
    Following is used as version of OXP jar.
    xmlns="http://xmlns.oracle.com/oxp/xmlp" version="1.1"
    The Axis jar is used for the webservice.
    The bursting when invoked returns the jobId as null thus showing the job is not invoked.
    Do we need to do any changes in the schema created during installation
    P.S. The schema created for installation is different from that of the data source being used.
    Please help.
    Thanks.
    Edited by: user12780408 on Mar 14, 2012 12:10 AM

    We are migrating from oracle 11.5.10.2 to R12 from Windows to LinuxIs this a custom report..?
    Did manifest patch completed successfully and then completed compiling reports successfully..?
    Moved the oracle reports RDF from 11.5.10.2 to R12Did you compile reports in 10g report builder..?

  • FSG Reports (P&L and Balace Sheet) are showing null balances

    Hi Experts,
    Let me update
    Post upgrade when we have tried to execute the P&L Report in the R12.1 instance we are not getting the output. FSG Reports (P&L and Balace Sheet) are showing null balances after the Application upgrade from 11.5.10.2 to R12.1.1
    We have followed the note id 189282.1 and applied the patch patch 11792958:R12.RG.B
    plus patch 10380225:R12.GL.B for 12.1 FSG drilldown on the R12.1 upgrade instance but no luck.
    Please advise.
    Regards
    Mohammed.

    Post upgrade when we have tried to execute the P&L Report in the R12.1 instance we are not getting the output. FSG Reports (P&L and Balace Sheet) are showing null balances after the Application upgrade from 11.5.10.2 to R12.1.1Can you find any errors in the logs?
    FSG:Message Detail Log File (iTAR template) [ID 312537.1]
    FSG Transfer Troubleshooting Guide [ID 161635.1]
    FSG: Useful Notes for Most Common Issues in Financial Statement Generator [ID 1087207.1]
    We have followed the note id 189282.1 and applied the patch patch 11792958:R12.RG.B
    plus patch 10380225:R12.GL.B for 12.1 FSG drilldown on the R12.1 upgrade instance but no luck.
    For 12.1.x FSG, you need to apply:
    - Patch 11792958:R12.RG.B
    - Plus, Patch 10380225:R12.GL.B for 12.1 FSG drilldown
    FSG: Apply Latest Patch - How to Find it and Verify it has been Applied [ID 189282.1]
    Thanks,
    Hussein

  • Error  while running custom BI report in R12.1.1

    Hi All,
    We are encountering below error while running custom BI report in R12.1.1...
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Enter Password:
    MSG-00001: started report
    REP-1401: '': Fatal PL/SQL error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1401: '': Fatal PL/SQL error occurred.
    Report Builder: Release 10.1.2.3.0 - Production on Fri Jun 24 16:47:30 2011
    Please let us know how to fix this error.
    Thanks
    Praveen

    Hi Praveen,
    Seems the issue is with the rdf. Check whether all the parameters are passed correctly.
    REP-1401: '': Fatal PL/SQL error occurred.

  • Purchase Order Report In R12

    Hi All,
    I have created a purchase order report in R12,in the test instance the report is running perfectly for all the operating units but when i moved the rdf to the LIVE instance the report is running for only one operating unit(nothing is hard coded in the rdf) and the report says completed normar but after clicking on view output i am getting a msg as the output is not generated for the concurrent request.
    After clicking on the view log i am getting an error msg as
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.2.0 - Production on Tue Aug 19 16:41:18 2008
    Help me in fixing this issue.
    Thanks in advance

    Somu,
    chk note:
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1

  • Report in R12.1.3 opening in some other window

    Hello,
    When i am opening reports EBS R12.1.3. the text report is opening in some other window, i can not able to copy the text from that window.
    Also after loggin in into EBS the menu structure is like tree structure and that is not feasible with us.
    In previous release of EBS R12.0.6 the text report is opening with internet explorer.
    why this is happening with EBS R12.1.3???
    Please help me if you could.
    Thanks,
    Atul

    In previous release of EBS R12.0.6 the text report is opening with internet explorer.
    why this is happening with EBS R12.1.3???
    Is this Q. has any workarounds???Please see (How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i [ID 184375.1]) -- It is applicable to R12 as well.
    Thanks,
    Hussein

  • FSG report not printing column values on same line but sequentially

    FSG report problem:
    We have defined 2 FSG reports 'Balance Sheet - Total' and 'Balance Sheet - Detail'. Both reports have 3 column values, namely the value in Euro (our Functional Currency), the value in MUR - Mauritian rupees (our reporting currency) and the rate of exchange.
    The report 'Balance Sheet - Total' displays these values for assets e.g.:-
    EURO MUR Rate of exchange
    Non-current assets
    1. Intangible assets ? ? ?
    2. Other investments ? ? ?
    (note: ? represents a certain value)
    The report 'Balance Sheet - Detail' displays values as follows :-
    Account EURO MUR Rate of exchange
    1. Property & Equipment
    A10101 Building Cost ? 0.00 0.0000
    A20105 Motor Veh Accum Dep ? 0.00 0.0000
    TOTAL ? 0.00 0.0000
    A10101 Building Cost 0.00 ? n/m
    A20105 Motor Veh Accum Dep 0.00 ? n/m
    (note: ? represents a certain value)
    What we don't understand s why the 'Balance Sheet - Detail' report repeats the display of column values in MUR FOLLOWING the display in EURO, instead of displaying column values for EURO and MUR on the same line, just like in the case for 'Balance Sheet - Total'.
    Is there anything in the definition of column set, row set or report set should I change?
    Can anybody help. Thanks.
    null

    The problem is related to defining the column set properly. It is OK with the first report and needs modification for the second. Formatting is also important so that they appear in the same line(row). The columns need to be linked to the fileds and assignment to set of books is also important as mentioned by Rajsekhar

  • Customize AP Trial Balance Report in R12.1.3

    Hi
    I have to customize AP Trial Balance Report in R12 Version 12.1.3.
    Can any one please provide some pointers how do we do it?
    Here is some background for AP Trial Balance Report:
    Its an XML Publisher Report with XDODTEXE Executable. XLAAPRPT.xml is the file uploaded to data definition(Code: APTBRPT) for Accounts Payable Trial Balance . XML template XDODTEXE calls oracle’ s seeded XML template “XLAAPRPT.xml ", this template further calls package XLA_TB_AP_REPORT_PVT for Trial balance.
    Our customiztion has to populate trial balance data in to our custom table instead of global temp table . XLA_TB_AP_REPORT_PVT package has a private procedure populate_trial_balance_gt which populates trial balance data into xla_trial_balances_GT.
    Please provide some ideas for customization of standard XML publisher reports in R12.1.3.
    Any ideas are appreciated.
    Thanks
    Theja R

    Hi Vamsi,
    I've recreated the standard oracle Trial balance package & XML file . Now i'm able to populate the data into custom table as well as standard table . But the report out doesn't show data in it . it just shows report title, columns bUT NO DATA. the xml file itself doesnt contain data. The custom report completes in 2 mins. But standard report completes in 7 mins
    Steps
    1. Create custom package similar to oracle standard package & added new insert statement to populate trial balance data into custom table.
    2. created new datadefinition with new datatemplate(refering custom package) similar to oracle standard datatemplate.
    3. create template same as standard template.
    4. copy of standard conc program with custom application
    5. Ran the report ...able to populate data into custom table .....but unable to see data in the report.
    Please let me know if i'm missing anythng.

  • Error when trying to run an FSG Report via XML Publisher...

    hello.
    Hope someone can help.
    This is our first look into the benefits of XML Publisher in order convince Manager to start using it. Thing is, we really need to get both FSG reports and Dunning Letters working.
    We've currently got XML Publisher 5.0.0 and BI Publisher Template Builder for Word v10.1.3.2.0
    First up, FSG reports. Having followed this link here:
    http://solutionbeacon.blogspot.com/2007/07/simple-tutorial-for-publishing-fsg.html
    Ive managed to create a template based upon the basic FSG template supplied. I’ve follwed easy steps but on submitting the request against ANY [its what the notes said] FSG report the error messages from both the log and output files are given.. Those being..
    Output file displayed the most productive error message:
    DECLARE
    ERROR at line 1:
    ORA-06550: line 133, column 8:
    PLS-00306: wrong number or types of arguments in call to 'SUBMIT_XML_REQUEST'
    ORA-06550: line 133, column 5:
    PL/SQL: Statement ignored
    Can anyone help please? Or perhaps suggest an alternative to running FSG reports through XML Publisher.
    Other thought was, do I need any different versions and/or Publisher Enterprise installing?
    Many thanks for reading this..
    Steven

    ..having tried an alternative presentation I got a singular FSG report to generate in PDF via XML Publisher..
    www.darrylcarson.com/Dice/OVOAUG/MAY_2007/XMLP_and_RM.ppt
    question closed..

  • FSG report output does not show column headers (XML Publisher)

    Hi everyone
    Iam required to create a template for an FSG report with 20 columns. Used copy of FSG:Fixed number of columns Template(FSGTEMP) to create the template because i need to do some conditional formatting(need to show negative values in red color).
    here is the problem:
    when i use the template and run the program the output i can see the row data but not the column headers..column headings are blank!
    regarding the conditional formatting, can anybody tell me how to give the condition
    iam able to give the condition for oracle reports but not for FSG reports as i dont see the column name in the 'data field' in conditional format
    Regards
    sam

    Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
    Enable Document Cache Property and your issue should be resolved.

  • Oracle self service reports in R12

    Hi,
    We are gonna upgrade from EBS 11i to EBS R12. In 11i we have several reports which are run as self service. Would like some suggestions is there any way we can run these reports in R12, One method is I redevelop the reports using XML publisher. Is there any way I can redevelop the these reports so that they run as self service pages.
    Your reply is appreciated.
    Regards,
    Boris

    Is there any patch required prior to start implementation of Self Service in R12.0.6. I've HR & Payroll running at present.
    is there any metalink note or tips before implemenating self service in R12.0.6?R12 Documentation Library
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    What Is the E-Business Suite Recommended Patch List (RPL) Tool? [ID 789483.1]
    Oracle Applications Current Patchset Comparison Utility - patchsets.sh [ID 139684.1]
    Oracle E-Business Suite HCM Information Center - Consolidated HRMS Mandatory Patch List [ID 1160507.1]
    Oracle HRMS Product Family - Release 11i and Release 12 Information [ID 135266.1]
    Latest Oracle HRMS Legislative Data Patch Available (HR Global / hrglobal) [ID 145837.1]
    Oracle EBS US and Canadian Payroll - 12.0.x Mandatory Patches [ID 386434.1]
    Thanks,
    Hussein

  • Bursting a report with multiple queries

    Hi,
    I need to set-up bursting in BIP for a report with multiple queries. The output format is pdf and delivery is through e-mail. Since the queries need to be linked, I'm trying to do this using data template. I've set-up split and burst based on a field (store_id) from the first query which is used as a bind variable in the subsequent queries. So I'd ideally want the report to be split based on store_id. The report works fine if I use a parameter for store_id and view the output by store_id. When I try to schedule the report for bursting, it generates and e-mails the reports but only the last report appears to have correct data output while the others have only the output from the first query (and all other queries appear to return nothing in the report).
    Any suggestions on what could be the issue here? Thanks!
    Here is the data template for the report:
    <dataTemplate name="Report" description="Report" dataSourceRef="ReportDB">
    <dataQuery>
    <sqlStatement name="STORE_VENDOR">
    <![CDATA[SELECT STORE.STORE_ID Q1_STORE_ID, VENDOR.VENDOR_ID Q1_VENDOR_ID, VENDOR.VENDOR_DESC Q1_VENDOR_DESC, PERSON.NAME Q1_NAME
                   FROM STORE, SERVICE_TICKET, VENDOR, ROLE, ROLE_TYPE, PERSON, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = VENDOR.SOURCE_ID AND SERVICE_TICKET.VENDOR_ID = VENDOR.VENDOR_ID)
                   AND (STORE.SOURCE_ID = ROLE.SOURCE_ID AND STORE.STORE_ID = ROLE.STORE_ID)
                   AND (ROLE.SOURCE_ID = ROLE_TYPE.SOURCE_ID AND ROLE.ROLE_TYPE_ID = ROLE_TYPE.TYPE_ID AND ROLE_TYPE.TYPE_DESC = 'PIC')
                   AND (ROLE.SOURCE_ID = PERSON.SOURCE_ID AND ROLE.PERSON_ID = PERSON.PERSON_ID)
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   GROUP BY STORE.STORE_ID, VENDOR.VENDOR_ID, VENDOR.VENDOR_DESC, PERSON.NAME
                   ORDER BY STORE.STORE_ID]]>
    </sqlStatement>
    <sqlStatement name="WO">
    <![CDATA[SELECT STORE.STORE_ID Q3_STORE_ID, 'Nightly Cleaning' Q3_NIGHTLY_CLEANING, 'Nightly Cleaning' Q3_DESCRIPTION, SERVICE_TICKET.TICKET_ID Q3_TICKET_ID, TO_CHAR(SERVICE_TICKET.END_DATE, 'MM/DD/YYYY') Q3_END_DATE, 'Excellent' Q3_QUALITY_RATING_1, 'Satisfactory' Q3_QUALITY_RATING_2, 'Unsatisfactory' Q3_QUALITY_RATING_3
                   FROM SERVICE_TICKET, STORE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4']]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_1">
    <![CDATA[SELECT STORE.STORE_ID Q4_STORE_ID, ZONE.ZONE_DESC Q4_ZONE_DESC, SERVICE_TICKET_LINE.SERVICE_COST Q4_SERVICE_COST, SERVICE_TICKET_LINE.TICKET_ID Q4_TICKET_ID, TO_CHAR(SERVICE_TICKET_LINE.WO_END_DATE, 'MM/DD/YYYY') Q4_WO_END_DATE, 'Excellent' Q4_QUALITY_RATING_1, 'Satisfactory' Q4_QUALITY_RATING_2, 'Unsatisfactory' Q4_QUALITY_RATING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'ABC'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TICKET_LINE.SOURCE_ID, SERVICE_TICKET_LINE.TICKET_ID, SERVICE_TICKET_LINE.LINE_ID]]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_2">
    <![CDATA[SELECT STORE.STORE_ID Q5_STORE_ID, ZONE.ZONE_DESC Q5_ZONE_DESC, SERVICE_TICKET_LINE.SERVICE_COST Q5_SERVICE_COST, SERVICE_TICKET_LINE.TICKET_ID Q5_TICKET_ID, TO_CHAR(SERVICE_TICKET_LINE.WO_END_DATE, 'MM/DD/YYYY') Q5_WO_END_DATE, 'Excellent' Q5_QUALITY_RATING_1, 'Satisfactory' Q5_QUALITY_RATING_2, 'Unsatisfactory' Q5_QUALITY_RATING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'XYZ'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TICKET_LINE.SOURCE_ID, SERVICE_TICKET_LINE.TICKET_ID, SERVICE_TICKET_LINE.LINE_ID]]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_3">
    <![CDATA[SELECT STORE.STORE_ID Q6_STORE_ID, ZONE.ZONE_DESC Q6_ZONE_DESC, 'Excellent' Q6_QUALITY_RATING_1, 'Satisfactory' Q6_QUALITY_RATING_2, 'Unsatisfactory' Q6_QUALITY_RATING_3, 'One' Q6_QTY_MISSING_1, 'Two' Q6_QTY_MISSING_2, '3 or More' Q6_QTY_MISSING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'PQR'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TYPE.TYPE_ID]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
         <group name="G_STORE_VENDOR" source="STORE_VENDOR">
              <element name="Q1_STORE_ID" value="Q1_STORE_ID"/>
              <element name="Q1_VENDOR_ID" value="Q1_VENDOR_ID"/>
              <element name="Q1_VENDOR_DESC" value="Q1_VENDOR_DESC"/>
              <element name="Q1_NAME" value="Q1_NAME"/>
         </group>     
         <group name="G_WO" source="WO">
              <element name="Q3_NIGHTLY_CLEANING" value="Q3_NIGHTLY_CLEANING"/>
              <element name="Q3_DESCRIPTION" value="Q3_DESCRIPTION"/>
              <element name="Q3_TICKET_ID" value="Q3_TICKET_ID"/>
              <element name="Q3_END_DATE" value="Q3_END_DATE"/>
              <element name="Q3_QUALITY_RATING_1" value="Q3_QUALITY_RATING_1"/>
              <element name="Q3_QUALITY_RATING_2" value="Q3_QUALITY_RATING_2"/>
              <element name="Q3_QUALITY_RATING_3" value="Q3_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_1" source="SERVC_TYPE_1">
              <element name="Q4_ZONE_DESC" value="Q4_ZONE_DESC"/>
              <element name="Q4_SERVICE_COST" value="Q4_SERVICE_COST"/>
              <element name="Q4_TICKET_ID" value="Q4_TICKET_ID"/>
              <element name="Q4_WO_END_DATE" value="Q4_WO_END_DATE"/>
              <element name="Q4_QUALITY_RATING_1" value="Q4_QUALITY_RATING_1"/>
              <element name="Q4_QUALITY_RATING_2" value="Q4_QUALITY_RATING_2"/>
              <element name="Q4_QUALITY_RATING_3" value="Q4_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_2" source="SERVC_TYPE_2">
              <element name="Q5_ZONE_DESC" value="Q5_ZONE_DESC"/>
              <element name="Q5_SERVICE_COST" value="Q5_SERVICE_COST"/>
              <element name="Q5_TICKET_ID" value="Q5_TICKET_ID"/>
              <element name="Q5_WO_END_DATE" value="Q5_WO_END_DATE"/>
              <element name="Q5_QUALITY_RATING_1" value="Q5_QUALITY_RATING_1"/>
              <element name="Q5_QUALITY_RATING_2" value="Q5_QUALITY_RATING_2"/>
              <element name="Q5_QUALITY_RATING_3" value="Q5_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_3" source="SERVC_TYPE_3">
              <element name="Q6_ZONE_DESC" value="Q6_ZONE_DESC"/>
              <element name="Q6_QUALITY_RATING_1" value="Q6_QUALITY_RATING_1"/>
              <element name="Q6_QUALITY_RATING_2" value="Q6_QUALITY_RATING_2"/>
              <element name="Q6_QUALITY_RATING_3" value="Q6_QUALITY_RATING_3"/>
              <element name="Q6_QTY_MISSING_1" value="Q6_QTY_MISSING_1"/>
              <element name="Q6_QTY_MISSING_2" value="Q6_QTY_MISSING_2"/>
              <element name="Q6_QTY_MISSING_3" value="Q6_QTY_MISSING_3"/>
         </group>
    </dataStructure>
    </dataTemplate>

    Hello user6428199,
    When you use ":Q1_STORE_ID" in your queries, BI Publisher looks for a report parameter named Q1_STORE_ID. Change all your report queries to get data for all the store_id's available. As you are bursting the report using the store_id as the bursting key, BI Publisher will split the report based on the stored_id and delivers content based on it. No matter how many queries you may have, BI Publisher will loop through all the store_id's available and all the queries will return data for that particular id in a report.
    Thanks,
    Machaan

Maybe you are looking for

  • How can I have my Data on my iMac, my iPhone 4, my Macbook Pro and iCloud without duplicating in any one of them ?

    I'm really tired of looking to my Address Book and see the same groups and contacts "On My Mac", iCloud and etc... . If I look at my iMac I don't want to see what is on iCloud and vice versa. I don't want to see my iCal also duplicated ... . I need m

  • Droid DNA was a good phone - HTC please fix what you have broken

    I just got the latest update and I really don't care for the new interface.  I have talked to Verizon and HTC and both say the only way to get the older version is to root the phone which will take it out of warranty.   Not that I really care about t

  • EJB environment question (static helper classes)

    We're using JBoss as AS containing several stateless session beans. Now, we have certain helper classes that are abstract and contain static methods. Is this a problem for the EJBs? All of them use these helper classes all over their methods. Are the

  • Buttons created in InDesign, exported to flash

    Good evening, I need to deal with different geometric shapes (about 200) designed in InDesign, such as buttons: 1: click the left should change color, and reclick must return to the old color; Let me know if laying out everything to get what is writt

  • PE51 form to HRFORM Smartform

    Hi Everyone, Can PE51 form design convert into SAP SmartForm which later can be used for HRFORMS ? If YES, could someone explain how it can be done without missing any setup being done during PE51 design? Regards, KKP