Pl/sql report not populating output

SQL> CREATE OR REPLACE PROCEDURE GET_RECORDS(v_action IN VARCHAR2) IS
  2  v_thing VARCHAR2(10);
  3  get_records SYS_REFCURSOR;
  4  BEGIN
  5   IF (v_action = 'DO THIS') THEN
  6   OPEN get_records FOR
  7   SELECT 1 FROM dual;
  8   ELSE
  9   OPEN get_records FOR
10   SELECT 2 FROM dual;
11   END IF;
12 
13  LOOP
14   FETCH get_records INTO v_thing;
15   EXIT WHEN get_records%NOTFOUND;
16   /* do things */
17  dbms_output.put_line(v_thing);
18   END LOOP;
19   CLOSE get_records;
20  END;
21  /
Procedure created
SQL> exec get_records ('DO THIS');
1
If I call this procedure it is populating data but , if I register it in oracle apps I am not getting data   can any one help
also I  replaced dbms_output.put_line with fnd_file.put_line , still it is not populating data

This seems to be like a SQL*Plus report. Please port this query in SQL*Plus community.

Similar Messages

  • Report not giving Output correctly

    hi all
    The problem is about Pending invoice report. But this report is not giving output correctly.
    Plz help me to solve the problem.
    Thanks
    Subhasish

    Hi Mishra,
    Invoice output is coming correctly- assuming you have calculation error then check the print program assigned to your invoice output condition type. It must be having some logic error.
    If the issue is with improper formatting then check the layout assigned to your invoice output conditon. You can check both the program and layout assingment to ouput condition at NACE transaction.
    This is regular task which abapers can do with ease. so please take their help. They can just do a simple debug to understand the issue.
    regards
    sadhu kishore

  • SQL Report not Working

    We have this DCM report in SCCM 2007 and we want to migrate it to SCCM 2012. In SCCM 2007, this report is working when you run it in the sccm console, but does not work when you run it in sql management studio. The error that I am encountering in sql management
    studio is
    The EXECUTE permission was denied on the object 'fnBuildCICategories', database 'SMS_ABC', schema 'dbo'
    After importing this report in SCCM 2012, this report is giving me the same error when running from the sccm console as well as in sql management studio
    Can anyone help me resolve this issue. Here is the sql report
    declare
    @severity varchar(255)
    declare
    @cicontentversion varchar(255)
    declare
    @name varchar(255)
    declare
    @category varchar(255)
    set
    @severity =
    'Informational'
    set
    @name =
    '1.0 Compliance Baseline'
    set
    @cicontentversion =
    set
    @category =
    'Windows'
    if
    IsNumeric(@severity)<>1
    begin
    select @severity=Severity
    from v_CIValidationSeverity
    where
    Description=@severity
    end
    select
      loc
    .DisplayName
    as BaselineName,
      ci
    .SDMPackageVersion
    as BaselineContentVersion,
      cssev
    .Description
    as MaxNoncomplianceCriticality,
      summ
    .CountCompliant,
      summ
    .CountNoncompliant,
      summ
    .CountTargeted
    - summ.CountCompliant
    - summ.CountNoncompliant
    - summ.FailureCount
    as CountNotReporting,
      summ
    .FailureCount,
      summ
    .CountTargeted,
      summ
    .ActivatedCount,
    case
    when summ.CountTargeted>0
    then
    convert(numeric(5,2),
    100.0*summ.CountCompliant/summ.CountTargeted)
    else 0
    end
    as CompliancePercentage,
      dbo
    .fnBuildCICategories(ci.CI_ID)
    as Categories,
      ci
    .CI_UniqueID
    as Baseline_UniqueID,
    -- used for drillthrough
    from
    v_CIComplianceSummary summ
    left
    join v_CIValidationSeverity cssev
    on cssev.Severity=summ.Severity
    left
    join v_LocalizedCIProperties_SiteLoc loc
    on loc.CI_ID=summ.CI_ID
    inner
    join v_ConfigurationItems ci
    on summ.CI_ID=ci.CI_ID
    left
    join(select
    distinct CI_ID
    from
                v_CICategoryInfo cat
    where cat.CategoryInstanceName
    = @category
    or @category='')
    temp
    on
    temp.CI_ID=ci.CI_ID
    where
    CIType_ID=2
    and(loc.DisplayName
    = @name
    or @name='')
    and(ci.SDMPackageVersion
    = @cicontentversion
    or @cicontentversion
    =
    and(summ.Severity
    >= @severity
    or @severity='')
    and(temp.CI_ID
    is
    not
    null
    or @category='')
    order
    by summ.CountCompliant,
    summ.Severity,
    BaselineName, BaselineContentVersion

    I bet you have an SSRS exestuation account that has been given the correct permission within the CM12 db. Are you dbo for CM12 db? if not have you grant yourself db_reader and sms_report reader (local group) rights?
    Did you know that even if you do that this working, there is another issue with respect to converting varchar to int?
    http://www.enhansoft.com/

  • Bug - Sorting Order in SQL Reports not Working?

    Today i defined a SQL Report in APEX and choose 3 columns for sorting the report.
    The order is like that:
    1. Category
    2. List Price
    3. Product Name
    When calling the SQL Report in a new session i expected to get a sorted report like defined.
    I got only the report like the last person who edited this report.
    It looks like that the Sort Sequence columns is not usable in SQL Reports.
    Here is an example based on the problems which i described:
    http://apex.oracle.com/pls/apex/f?p=40082
    below the SQL Report a screenshot is shown, where the Report Attributes (and the sort sequence) is displayed.

    OliverL
    Did you reset the pagination of the report you made the changes to?
    Normal behaviour is that APEX remembers per user per report the last sorting that was used.
    Including when a user clicked a column header to change the order from the default one.
    The sort preference are stored in preferences with a name like FSPapp_id_Ppage_id_Rinternal region_id_SORT.
    Nicolette

  • SQL Report not showing data - available in SQL Workshop and SQL Developer

    I am having an issue with developing a SQL Report in APEX 3.2.1. I run the code in both SQL developer and SQL Workshop and I get data pulled back (both against my development environment). When I run the same code in a SQL Report region, it returns no data available. Does anyone have any idea what would be causing this? Other regions on the page accessing different tables in the same schema return data without issue. Any help would be appreciated.
    Thanks
    Freddie

    Could you explain the last comment a bit more. Here is a bit more info just in case I touch on the info with it. The db schema is BPAMGR, the Workspace is BPAMGR. We use the same schema for all of our reporting. All of our tables are in the same schema. We don't use any tables outside of this schema. Our APEX workspace has been associated to only this schema. The tables are able to be queried by SQL Workshop in the same APEX instance that the report application is under.
    Freddie

  • Sql report not accounting all the tickets

    Hello all,I currently am trying to put together a sql report to use since the manual reports don't include all the information I need. I am currently using the following code."select t.c_type_of_service "Type of Service", t.category, (select (COALESCE(SUM(tw.time_spent), 0)/60)) as "Time Spent (minutes)", '$'||(select round(sum(tw.labor),2)) as "Labor Costs", Count(DISTINCT tw.id) as "Ticket Count"FROM ticket_work tw INNER JOIN tickets t ON t.id = tw.ticket_id where datetime(t.closed_at)>=datetime('now', '-30 days')and t.category != 'projects'group by t.category, t.c_type_of_service"The issue is that when I run the report it is roughly missing about half my tickets for this month. I am very new to using sql so any help would be appreciated.
    This topic first appeared in the Spiceworks Community

    You must have larger margin. Try to make smaller header and/or footer.

  • XML publisher report not generating output for huge XML files

    Changed Depreciation Projections Report output type to XML.
    Defined a Data Definition and a new Data Template (RTF) for this report.
    Ran the Depreciation Projection Report to generate the XML output.
    Ran the XML Report Publisher report to generate teh PDF/Excel output of the above report.
    Output generated for smaller XML files. When XML size is big, the program is running for hours without generating the output.
    Teh RTF template is basically a matrix report in which the number of columns in the report is based on the number of periods the report is run for.
    The same is not working in the Desktop version also. The system is hanging when i try to view the preview pdf.
    The XML file size is approximately 33 MB.
    Please let me know if there is any way we can increase the memory size to see the output.
    Thanks,
    Ram.

    for publisher use Category: E-Business Suite

  • Dynamic SQL PIVOT not producing output?

    Hey all,
    Find my source code with test data scripts below. Since my production system is not connected to the inet, I had to type this
    "by hand" as it were, so please pardon any mispellings. I have no way to test on my inet-enabled PC before posting.
    Anyways, here's my issue: if you run the below code as PL/SQL script, it runs fine but it produces NO output (it should display a
    grid of data). That is my dilemma. How to get my dynamic pivot to actually SHOW the data. So I've been experimenting with
    EXECUTE IMMEDIATE, but when I use that syntax, it blows up with the error:
    PLS-00321: expression 'TMPTABLE' is inappropriate as the left hand side of an assignment statement
    I have provide the lines below which cause the error, but they are commented out so you can see it runs fine the 1st way (yet
    displays no data) and blows up the 2nd way. I would appreciate your insights.
    Thanks
    DROP TABLE table1;
    DROP TABLE table2;
    DROP TABLE datetable;
    CREATE TABLE table1
         TIME_STAMP TIMESTAMP(6) DEFAULT systimestamp NOT NULL,
         Id VARCHAR2(50 BYTE)  NOT NULL
    CREATE TABLE table2
         NAME VARCHAR2(50 BYTE),
         Id VARCHAR2(50 BYTE) NOT NULL
    CREATE TABLE datetable
         YEAR_WEEK VARCHAR2(7 BYTE),
         WEEK_START_DATE DATE
    INSERT INTO table1 VALUES (to_date(‘05/30/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (to_date(‘05/31/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (to_date(‘06/01/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (to_date(‘06/02/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (to_date(‘06/03/2011’,’MM/DD/YYYY’),’2’);
    INSERT INTO table1 VALUES (to_date(‘06/04/2011’,’MM/DD/YYYY’),’2’);
    INSERT INTO table1 VALUES (to_date(‘06/05/2011’,’MM/DD/YYYY’),’2’);
    INSERT INTO table1 VALUES (to_date(‘06/07/2011’,’MM/DD/YYYY’),’2’);
    INSERT INTO table1 VALUES (to_date(‘06/08/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (to_date(‘06/09/2011’,’MM/DD/YYYY’),’1’);
    INSERT INTO table1 VALUES (‘Bob’,’1’);
    INSERT INTO table1 VALUES (‘Gary’,’2’);
    INSERT INTO table1 VALUES (‘2011-21’,to_date(‘05/23/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-22’,to_date(‘05/30/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-23’,to_date(‘06/06/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-24’,to_date(‘06/13/2011’,’MM/DD/YYYY’));
    DECLARE
         sql_txt VARCHAR2 (32767);
         --keep the below commented for the 1st test, uncomment for 2nd test
         --TYPE tmpTable IS TABLE OF VARCHAR2(100) INDEX BY BINARY_INTEGER;
    BEGIN
         sql_txt :=
    Q'{WITH got_dates AS
    SELECT b.name,
    COUNT(*) AS Responded,
    iso.week_start_date AS week_start_date
    FROM
    table1 a INNER JOIN table2 b ON
    (a.id = b.id) INNER JOIN datetable iso ON
    ((case when to_char(a.time_stamp, 'IW')='53' then to_char(cast(to_char(a.time_stamp, 'IYYY') as int)+1) || '-01' else to_char(a.time_stamp, 'IYYY-IW') end) = iso.year_week)
    WHERE
    (a.time_stamp >= sysdate-30)
    GROUP BY
    iso.week_start_date,
    b.name
    SELECT   *
    FROM       got_dates
    PIVOT      (
    SUM (Responded) FOR week_start_date IN (
         FOR d_rec IN     (
    WITH    possible_dates      AS
         SELECT  SYSDATE + 1 - LEVEL     AS time_stamp
         FROM     DUAL
         CONNECT BY     LEVEL <= 31
    SELECT     DISTINCT  'DATE '''
                || TO_CHAR ( c.week_start_date
                              , 'YYYY-MM-DD'
                || ''' AS '
                || TO_CHAR ( c.week_start_date
                              , 'mon_dd_yyyy'
                || CASE          
                           WHEN  DENSE_RANK () OVER (ORDER BY  c.week_start_date) > 1
                    THEN  ','
                   END          AS txt
    FROM          possible_dates     p
    INNER JOIN     datetable      c  ON   c.year_week =
    CASE
    WHEN  TO_CHAR ( p.time_stamp, 'IW') = '53'
    THEN  TO_CHAR (cast(TO_CHAR(p.time_stamp,'IYYY') AS int)+1) || '-01'
    ELSE  TO_CHAR ( p.time_stamp, 'IYYY-IW')
    END
    ORDER BY  txt     DESC
         LOOP
              sql_txt := sql_txt || ' ' || d_rec.txt;
         END LOOP;
         sql_txt := sql_txt || ') )';
    --keep the below commented for the 1st test, uncomment for 2nd test. also, comment out the 2nd EXECUTE IMMEDIATE (only 1 at a time should be uncommented)
    --EXECUTE IMMEDIATE sql_txt BULK COLLECT INTO tmpTable;
    EXECUTE IMMEDIATE sql_txt;
    END;Edited by: user8825851 on Oct 6, 2011 2:12 PM

    Hi,
    user8825851 wrote:
    Find my source code with test data scripts below. Since my production system is not connected to the inet, I had to type this
    "by hand" as it were, so please pardon any mispellings. I have no way to test on my inet-enabled PC before posting. Install an Oracle database on your PC. It's free and it's not difficult. if you're going to use this forum, whatever time you have to invest in it will pay off within a week.
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Anyways, here's my issue: if you run the below code as PL/SQL script, it runs fine but it produces NO output (it should display a
    grid of data)...In PL/SQL, you always have to SELECT into something.
    One simple way is to open a cursor. Before running the PL/SQL code, declare a bind variable for the cursor:
    VARIABLE     c     REFCURSOR
    -- And while you're at it, do this, too
    SET  SERVEROUTPUT  ONIn the PL/SQL code, use an OPEN statement in place of EXECUTE IMMEDIATE:
    ...     dbms_output.put_line (sql_txt); -- For debugging only
    --     EXECUTE IMMEDIATE sql_txt;     -- Don't do this
         OPEN :c FOR sql_txt;          -- Do this instead
    END;
    /After the PL/SQL is finsihed, you can use PRINT to see the results:
    PRINT :cIn this case, you'll get an error message because the dynamic code is incorrect. That's what the call to put_line is for: to show exactly what you're running. If there's a problem, you can examine the output, or copy it into a script, edit it and debug it.
    In this case, you'll see that the dynamic SQL ends with:
    PIVOT    (
    SUM (Responded) FOR week_start_date IN (
    ) )The part that's supposed to be dynamic is missing. That part is supposed to be written inside the d_rec cursor loop, but d_rec is returning no rows. That's because of the join condition:
    INNER JOIN     datetable      c  ON   c.year_week =
    CASE
    WHEN  TO_CHAR ( p.time_stamp, 'IW') = '53'
    THEN  TO_CHAR (cast(TO_CHAR(p.time_stamp,'IYYY') AS int)+1) || '-01'
    ELSE  TO_CHAR ( p.time_stamp, 'IYYY-IW')
    END With the given sample data, p.time_stamp is producing values between '2011-36' and '2011-40', but the values in c.week are
    INSERT INTO table1 VALUES (‘2011-21’,to_date(‘05/23/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-22’,to_date(‘05/30/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-23’,to_date(‘06/06/2011’,’MM/DD/YYYY’));
    INSERT INTO table1 VALUES (‘2011-24’,to_date(‘06/13/2011’,’MM/DD/YYYY’));(I assume you meant "INSERT INTO *datetable* " above.)
    Perhaps you meant LEFT OUTER JOIN instead of INNER JOIN in d_rec.

  • Crystal Report Not giving output

    GoodMorning Gurus!!!
    I created a crystal report in XI R2 based on a Multiprovider. Though the Multiprovider is active and the DSO has the Data correctly activated, the crystal report is not giving the output.
    Could someone please tell the reasons...also i have checked the server connections as well..they are right.
    Please give me the options to chk some more criterias.
    Thanks & Regards
    Jiten

    not answered

  • Report not producing output in web browser

    Hi, I am currently in the process of setting up a development machine with weblogic, forms & reports. I have installed a default install of the products and forms is working a treat but i am having a bit of a mare with reports. I have set the reports_path in the registry, opened and compiled a report and passed it through to the run paper layout option and done a print preview and the report works fine.
    My problem is when I select the run web layout option, in that nothing is generated ie no output in the browser. When the created output file is check in the WLS_REPORTS\tmp\_WL_user\reports_11.1.1.2.0\uqanoi\war classic home the file has not content.
    I have converted the rdf file to a jsp file and both are in the reports_path
    What am I missing??

    Hello,
    Since Reports 9.0.2 , there are 2 layouts :
    - The Paper layout
    - The Web layout
    Paper Layout is identical to the Layout in previous versions (.. , 2.5 ,6.0 6i)
    The Web Layout must be created if you want to see something when executing the run web layout option.
    Regards

  • Bw report not giving output

    Hi,
    We have  a BW report which was published in WEB. It is based on one infoset.
    The variable screen has date entry in range.
    when i give one date in the variable screen , iam getting the output.
    But if i give  a range , then , the query runs  but the webpage after one hour shows " Cannot find server"
    But the workprocess for that particular query runs on and on.
    Is there is any way to increase the webpage life , any suggestions to overcome this is welcome
    PVC

    Hi,
    Data is there in the underlying objects of the infosets.
    If i  give single value in the variable screen , iam getting the report.
    But if i give a range , the report runs on and on withouit giving any output.
    Is there a way to increase the waiting time of the webpage.
    PVC

  • CRM survey report not populating all questions per questionarie in BW.

    Hellos,
    We are facing issue with CRM survey report in BW.
    Against each questionnaire (say 1002) we have 10 questions, however not all 10 questions are appearing in the report.
    From our analysis we figured out the issue is from CRM side.
    Please let me know if anyone has faced this issue.
    Please let me know if more information is required.
    Thanks,
    MK

    Hi,
    Are you using datasource 0SVY_QUEST_TEXT ?
    "From our analysis we figured out the issue is from CRM side."-----can you please provide more detail about this ?
    Regards.

  • Popup2 in SQL report not passing values of table fields

    Hello All,
    Can some one help me with this popup 2 case statement.
    Instead of the values behind the fields being passed the literal text of "A.Metric" & "A.Month" is beaing passed into the new page instead.
    A.Metric has a value of 10 and A.Month has a value of '01/May/2008'
    CASE WHEN ANALYSIS IS NOT NULL THEN
    '<a href="javascript:popUp2('''
               || 'f?p=&APP_ID.:305:&SESSION.::&DEBUG.::'
               || 'P305_METRIC_TYPE,P305_METRIC_MONTH:A.METRIC_TYPE,A.MONTH'
               || ''', 890, 460);style="text-decoration:underline;color:black; font-size: 90%">'
    || '<img src="#APP_IMAGES#notes.jpg">'
    || '</a>' END "Analysis"
    Frank

    Species 5618 wrote:
    Hello All,
    Can some one help me with this popup 2 case statement.
    Instead of the values behind the fields being passed the literal text of "A.Metric" & "A.Month" is beaing passed into the new page instead.
    A.Metric has a value of 10 and A.Month has a value of '01/May/2008'
    ----------------------------------------------------------------------------------------------------------------------<font face="Arial">CASE WHEN ANALYSIS IS NOT NULL THEN
    '&lt;a href=&quot;javascript:popUp2('''
               || 'f?p=&amp;APP_ID.:305:&amp;SESSION.::&amp;DEBUG.::'
               || 'P305_METRIC_TYPE,P305_METRIC_MONTH:'
               ||  A.METRIC_TYPE,A.MONTH
               || ''', 890, 460);&quot;style=&quot;text-decoration:underline;color:black; font-size: 90%&quot;&gt;'
               || '&lt;img src=&quot;#APP_IMAGES#notes.jpg&quot;&gt;'
               || '&lt;/a&gt;' END &quot;Analysis&quot;</font>
    Franksorry did not realise that my text was being changed by this forum's application edit tool
    Here is the SQL statement again
    Frank
    Edited by: Species 5618 on Apr 15, 2009 10:03 AM
    I also Tried this with no success (&
    <font face="Arial">CASE WHEN ANALYSIS IS NOT NULL THEN
    '&lt;a href=&quot;javascript:popUp2('''
               || 'f?p=&amp;APP_ID.:305:&amp;SESSION.::&amp;DEBUG.::'
               || 'P305_METRIC_TYPE,P305_METRIC_MONTH:'
               ||  &A.METRIC_TYPE.,&A.MONTH.
               || ''', 890, 460);&quot;style=&quot;text-decoration:underline;color:black; font-size: 90%&quot;&gt;'
               || '&lt;img src=&quot;#APP_IMAGES#notes.jpg&quot;&gt;'
               || '&lt;/a&gt;' END &quot;Analysis&quot;</font>
    Edited by: Species 5618 on Apr 15, 2009 10:10 AM

  • Report not showing output

    I am trying to run a report from forms using run_report_object. The report runs fine if I use the following URL in a webbrowser:
    http://hostname.domain:8889/reports/rwservlet?report=PRPLACT.rdf&destype=cache&desformat=pdf&userid=system/admin@I02&server=repserver.
    When I try to run the report using run_report_object() the report is not displayed.
    set_report_object_property('REPORT', report_filename, 'PRPLACT.rdf');
    rptID := find_report_object('PRPLACT');
    SET_REPORT_OBJECT_PROPERT(rptID,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(rptID,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(rptID,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(rptID,REPORT_DESFORMAT,'html');
    SET_REPORT_OBJECT_PROPERTY(rptID,REPORT_SERVER,'repserver');
    add_parameter(plID, 'P_TYPE', TEXT_PARAMETER, strType);
    add_parameter(plID, 'P_ORDERBY', TEXT_PARAMETER, NULL);
    add_parameter(plID, 'P_WHERE', TEXT_PARAMETER, strWhere);
    add_parameter(plID, 'P_USERNAME', TEXT_PARAMETER, :MISC.USERNAME);
    add_parameter(plID, 'P_PERIOD_DATE', TEXT_PARAMETER, strPrdEndDate);
    add_parameter(plID, 'P_SHOWCROSSFOOTFAILURES', TEXT_PARAMETER, :MISC.SHOW_CROSSFOOT_FAILURES_ONLY);
    add_parameter(plID, 'PARAMFORM', TEXT_PARAMETER, 'NO'); -- don't show parameter form to user
    strRpt := run_report_object(rptID, plID);
    Other code that executes successfully all the way to the end

    Using the code sent by u
    1) I cannot see the userid being set which can be set using the REPORT_OTHER parameter.
    v_report_other = '&userid='||get_application_property(USERNAME)||'/'||
    get_application_property(PASSWORD)||'@'
    get_application_property(Connect_string)||
    set_report_object_property(rptid,REPORT_OTHER,v_report_other );
    2) Using the code u will be creating the file in cache ,if u want to show it
    u ll have to use
    web.show_document(<URL>,'_blank')
    _blank will open the report in a new page.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Report not giving output

    Dear All,
    I have created a new report and registered in con.curr.program with output format as 'XML'. After running the report with a parameter, the output is showing the value as '0'.
    But if i run the same report through Oracle Report Builder for the same parameter, it is giving the value.
    Please suggest me in this.
    Thanks in Advance
    Rgds,
    Bopty
    Edited by: Bopty on Feb 14, 2012 11:00 AM
    Edited by: Bopty on Feb 14, 2012 11:06 AM

    Bopty wrote:
    Dear All,
    I have created a new report and registered in con.curr.program with output format as 'XML'. After running the report with a parameter, the output is showing the value as '0'.
    But if i run the same report through Oracle Report Builder for the same parameter, it is giving the value.
    When you run report through report builder with parameter and works fine.. then problem is in parameter passing at mail calling report. check it.
    Hope this will help you

Maybe you are looking for

  • No sound output help

    plz help someone .... I have hp g6 2312ax there is no sound in my laptop I took it to the hp service centre and they said that audio port on mobo is damaged motherboard need to be replaced. I have two audio device 1. amd 2. idt is there any way I can

  • High frequency measurement 2 counters range

    Hello, I know this info is somewhere but I can't find it. When using a Counter/timer to measure frequency there are multiple methods. i.e. Low Frequency with 1 counter and high frequency with 2 counters. What is the definition of a "low frequency" an

  • Windows 8.1 apps don't connect to Wi-Fi

    I have a Windows 8.1 64-bit laptop and a few days ago i ran into an issue.None of my apps on the start screen connect to the internet even though the internet is connected and i'm able to browse the net.I'm not sure but i think this happened right af

  • Need to disable adobe updater in reader 10

    We deploy adobe reader using the MSI in Group Policy.  We just pushed out Reader X.  We also push out updates the same way as our users do not have admin rights.  We need to disable automatic updating and checking for updates.  The Customization Wizz

  • Export quicktime at 27,97 fps impossible

    From FCP 7, I cannot export a quicktime conversion at 29,97 fps. even when I select it, it changes the frame rate to 29. not 29,97. I have QT X and QT 7 pro. my Timeline is at 23,98 fps.