Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

no rep output caused by incompatible frequency

193870May 13 2002
Hi All,
I wanna to run another rep from a rep using srw.run_report. Here is my code :

function BetweenPage return boolean is
begin
IF pkg_var.v_loc_from = 'KL' THEN
IF pkg_var.v_loc_to = 'PTI' THEN
srw.run_report('report=ticket_thailand');
END IF;
END IF;
return (TRUE);
end;


The value of the pkg_var is referred to formula column which again refer to column retrieved from SQL.

I got this error : column 'cf_loc_from' references column 'loc_from', which has incompatible frequency.

Pls help

Thanks,
Shu Wen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2002
Added on May 13 2002
3 comments
349 views