Quote:
Originally posted by achiola
test this:
Select PARENTENTITYID into l_var from umlcompositestate where compositestateid = l_var and modelid =2 and parententitytype = 121;
|
Hi,
The select into clause doesnot work inside a function.
Secondly , I wanted to know whether exception handling is possible in udfs and if yes then how can I do that. In my code snippet that I have posted, I am getting errors while handling exceptions. whereas similar things work in procedures.
Thanks,
Raj