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!

Go_Item...; Execute_Trigger(...);

sgalaxyMay 6 2006 — edited May 7 2006
Hi , everybody
When a trigger is attached to a block item and I want to execute that trigger , I write:
GO_ITEM('BLOCK_NAME.ITEM_NAME');
EXECUTE_TRIGGER('TRIGGER_NAME');

Equivalently , what should I write when I want to execute a trigger , let's say 'WHEN-VALIDATE-RECORD' , which has been defined at form level?

Thanks , beforehand
Simon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2006
Added on May 6 2006
1 comment
929 views