the run_report_object example has below line (for other parameters)
SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER, 'p_deptno='||:dept.deptno||'paramform=no');
confused about p_deptno, should I need to define it first in report parameter/parameter form first?
actually, I need to pass a parameter for each report without parameter defined in each report. It is a global variable available in all forms but same needs to pass all report through a FORM (which is standard/generic to run any report)
thanks