Rep-1401:formula name : Fatal Pl/SQL error occured. [message #90345] |
Thu, 03 February 2005 02:27 |
shamsad
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
Hi,
I am using report builder 6.0 and recently came across a error while running the report. Rep-1401:formula name : Fatal Pl/SQL error occured.
I created a formula column in the report. In that i have three local variable.
f_val number := 0;
s_val number := 0;
t_val number := 0;
t_val := f_val/s_val ; --> this gives the above fatal error.
t_val := f_val/(s_val + 1); ---> no error
if i change the value of s_val
s_val := 1;
t_val := f_val/(s_val - 1) ; ----> this gives the above fatal error.
Can anyone help me to solve this problem or is it report builder bug.
Please help me, as i desperately need help.
Thanks
|
|
|
|