473,322 Members | 1,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Procedure in Oracle10g for Run_Product_Report

3
PROCEDURE RUN_REPORT_OBJECT_PROC(
report_id REPORT_OBJECT,
REPORT_COMM_MODE VARCHAR2,
report_id number,
report_server_name VARCHAR2,
report_format VARCHAR2,
report_destype_name NUMBER,
report_file_name VARCHAR2,
report_otherparam VARCHAR2,
reports_servlet VARCHAR2)
IS

BEGIN

SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_M ODE,SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILE_N AME,report_file_name);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER ,report_server_name);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYP E,report_destype_name);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFOR MAT,report_format);
end;



After executing i am getting this error
ERROR AT LINE 2,COLUMN 23
PLS-00201:IDENTIFIER 'REPORT_OBJECT' MUST BE DECLARED

CAN ANYONE HELP I AM CALLING REPORT FROM FORMS 10G
Sep 13 '06 #1
0 1257

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Alexander Pino | last post by:
Hi, does anyone know if, and how, I can return a record (set) from a stored procedure/function? What does the function have to do? well at this moment I'm porting our product's database based...
5
by: Gustavo Randich | last post by:
Hello, I'm writing an automatic SQL parser and translator from Informix to DB2. Now I'm faced with one of the most difficult things to translate, the "foreach execute procedure" functionality...
2
by: Dino L. | last post by:
How can I run stored procedure (MSSQL) ?
1
by: shahidmalayil | last post by:
I have installed Accpac5.4A and oracle10g but i could not connect it. when i connect from accpac databse setup its error 49153.
3
by: HardQuestion | last post by:
Hi I'm unable to connect to Oracle10g using vb Its giving providers problem
0
by: praveen2gupta | last post by:
Hi I am using Oracle10g Database. The charset is ISO-8859-1. Now my charset requirements have been changed and I wants to change the charset of DataBase to UTF-8. I would Like to Following. 1....
1
by: praveen2gupta | last post by:
Hi I wants to store sound files in Oracle10g using blob datatype. Pls help me how can i store these .wav siles in the database
1
by: holdingbe | last post by:
Hi, what is the new feature in oracle10g
0
by: vijjibalu | last post by:
Hi, please give me the terms and conditions for oracle10g production license Regards, vijaya
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.