Can someone please tell me whats wrong with this code?
Does this look correct? From looking at the examples it looks like that was all the I needed to change. I think I might have missed something but I am not sure. Basically I am replacing the RUN_PRODUCT with the new SET_REPORT_OBJECT_PROPERTY but for some reason when I compile I an getting this error.
Error at line 13, column 1,
Wrong number or types if arguments in call to 'SET_REPORT_OBJECT_PROPERTY' Statement ignored
PROCEDURE iproj_report(v VARCHAR2,s VARCHAR2,p VARCHAR2) IS
pl_id paramlist;
REPORTS REPORT_OBJECT;
BEGIN
if p is not null then
0