ERROR 52251 it s urgent
i have error
when i run report from forms10g with run_report_objetc and web.show_document this my code
declare
pl_id PARAMLIST;
pl_name VARCHAR2(10);
rapport varchar2(8);
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
report_message VARCHAR2(100) :='';
rep_status VARCHAR2(100) :='';
vjob_id VARCHAR2(4000) :='';
vc_url VARCHAR2(1000) :='a' ;
BEGIN
pl_name := 'temp';
pl_id := get_parameter_list(pl_name);
IF NOT ID_NULL(pl_id) THEN |