Kernel Package
The Kernel package is solely for the Kernel Team to modify. The Main package has designated calls to the Kernel package for executing any functional checks or validations included in the Kernel Package. All the user level validations and conditional operations should be included in Fn_Post_Default_and_Validate. This function is called from the Main Package after the execution of Fn_Default_and_Validate. User should avoid putting validations or code in any other function.
In case user needs to add a separate function, the existing RAD generated structure should not be changed. Instead the user can create a new package e.g. STPKS_STDCIFCR_UTILS package. The desired function can be included in this package and the call can be made from the Kernel Package.
Parent topic: Database layer – Maintenance