Skip to Main Content

Oracle Forms

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!

function 'function name' may not used in sql

867965Jul 26 2011 — edited Jul 26 2011
Hi Guys,

How to call a function in a form level trigger?

i created a function in program unit.In timer expired trigger i tried to call a function as
select sf1('a') from dual;
Im getting below error
function sf1 may not use in sql
Advance thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2011
Added on Jul 26 2011
4 comments
661 views