notes of Oracle applications developer's guide(1)
作者: moonsoft(http://moonsoft.itpub.net)发表于: 2006.11.09 11:37
分类: Oracle基础/数据仓库/BI , forms , reports
出处: http://moonsoft.itpub.net/post/15182/227913
---------------------------------------------------------------
concept of chapter1,2,3
overview of coding standards
set up your applications framewok
building your database objects
Handlers:
oracle applications group of packaged procedure called handlers. to organize pl/sql in forms so that is it easier to develop , maintain and debug.
CBO :Oracle cost-based optimization
RBO :Rule-based optimization
WHO: Record history (who ?) the WHO report feature reports the information who created or updated rows in oracle applications table


