2.5.2 Code in Packages
This topic describes about coding in packages for extensible development.
The developer can write the business logic in fn_main which will be present in the release-specific hook package. Skip Handlers can be used to skip the code in any previous release stages if required. Processing logic has to be written for the user-defined action codes in the release-specific hook package
The above figure shows the handling for the user defined action code NET_BATCH in fn_main of stpks_stdcsnet_cluster.sql.
Parent topic: Extensible development