решил вывести запросик в формулу отдельно,
function CF_usopFormula return Char is
usop char;
begin
select oper.title into USOP from supermag.smuserop oper, supermag.smdocuments d where d.id = :ID and d.doctype = 'WO' and oper.id = d.userop;
return usop;
end;
так теперь в отчете в самом супермаге ошибка почему то: ORA-06502 PL/SQL numeric or value error!
сверил везде стоит тип данных char или varchar2, 255 символов. по отдельности запросы к базе делал (в SQL-Plus), выводит то что нужно.