Skip Headers
Oracle® Forms Upgrading Oracle Forms 6i to Oracle Forms 11g
11g Release 1 (11.1.1)
E10394-01
  Go To Documentation Library
Library
Go To Product List
Product
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

11 User Exits

As a result of removing old-style (V2) triggers, V2 user exits have also been removed.

11.1 Obsolete V2 User Exits

The following user exits, which are hard-coded callbacks to V2 trigger functionality, have been removed. It is now assumed that any calls to these user exits is calling a user-defined user exit rather than a built-in one. Therefore, any code that attempts to locate them is directed to the user exit with the same name in the IAPXTB structure. (IAPXTB is a file that acts as an index to locate each of the user exits that you create at runtime.)

You should recode any code that uses these callbacks to PL/SQL: