What is the business reason for using triggers and what sequence they get fired when control transfer from one text item to next text item ?

Questions by suhasshah2007

Showing Answers 1 - 6 of 6 Answers

Raghu2008

  • Aug 6th, 2008
 

A trigger is PL/SQL block which will fire whenever a corresponding event occures. The sequence of the triggers are Key-Next-Item, When_validate_item, Post_item and when-new-item-instance.

Thanks,
Rahgu.

  Was this answer useful?  Yes

A trigger is PL/SQL function which will fire whenever a corresponding event occures. The sequence of the triggers as follows

1> When-validate-item
2> Post-text-item 
3>Key-Next-Item
4>when-new-item-instance.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions