zoukankan      html  css  js  c++  java
  • Trigger Execution Sequence Of Oracle Forms

    Sequence of triggers fires on Commit.

    1.  KEY Commit
    2.  Pre Commit
    3.  Pre/On/Post Delete
    4.  Pre/On/Post Update
    5.  Pre/On/Post Insert
    6.  On commit
    7.  Post Database Commit

    Sequence of triggers fires when Form is opened and closed.

    On Open
    1.  Pre-Logon
    2.  On-Logon     
    3.  Post-Logon                         
    4.  Pre-Form                           
    5.  When-Create-Record             
    6.  Pre-Block                         
    7.  Pre-Record                         
    8.  Pre-Text-Item                     
    9.  When-New-Form-Instance   
    10. When-New-Block-Instance   
    11. When-New-Record-Instance 
    12. When-New-Item-Instance
    On Close 
    1.  Post-Text-Item                 
    2.  Post-Record                     
    3.  Post-Block                       
    4.  Post-Form                       
    5.  On-Rollback                   
    6.  Pre-Logout                     
    7.  On-Logout                     
    8.  Post-Logout                   

    Sequence of triggers fires when Navigating from one item to another.

    1. Key-next
    2. Post Change
    3. When validate
    4. Post text
    5. Pre text
    6. When new item instance
  • 相关阅读:
    Eclipse中插件的运用
    AES加密解密 Java中运用
    DES加密解密 Java中运用
    Chrome中的插件运用
    JqueryEasyUI教程入门篇
    SEO入门教程
    屏幕取色工具
    gif处理
    java 实现序列化的两种方式
    重定向输出 > 1>&2 2>&1
  • 原文地址:https://www.cnblogs.com/quanweiru/p/6220228.html
Copyright © 2011-2022 走看看