Home » SQL & PL/SQL » SQL & PL/SQL » How to Execute the PL/SQL i.c cursor from Report .
How to Execute the PL/SQL i.c cursor from Report . [message #36216] Sun, 11 November 2001 20:15 Go to next message
rajashekar
Messages: 1
Registered: November 2001
Junior Member
I have written Pl/sql code which will do some calcusation .

i want to know how to execute this pl/sql from Report
giving Input parameters through the input parameter form. this input parameter are input to the PL/SQl

----------------------------------------------------------------------
Re: How to Execute the PL/SQL i.c cursor from Report . [message #36219 is a reply to message #36216] Mon, 12 November 2001 05:07 Go to previous message
hello
Messages: 17
Registered: November 2001
Junior Member
By Pl/sql Code do u mean a procedure.

If it is a procedure or a function u can call it from Before Report Trigger.

begin
Procedure_name(parameter1,parameter2);
end;
return(true);

----------------------------------------------------------------------
Previous Topic: CREATE TRIGGER
Next Topic: how to pass parameters between pl sql scripts
Goto Forum:
  


Current Time: Thu Mar 28 03:51:52 CDT 2024