4.2 Data Base Units
This topic provides an overview of the Data Base Units.
Table 4-2 Data Base Units
Data Base Units | Description |
---|---|
Static Scripts | The following static scripts generated are required for the proper functioning of a Call Form screen. Refer document on generated units for a detailed explanation.
|
System Packages | The Main Package contains the basic validations and backend logic for the
Maintenance function id. The main package contains the mandatory checks
required. It will also contain function calls to the other packages
generated by Workbench. The main package has the below stages for a
maintenance form:
Each of these stages has Pre and Post hooks in the Kernel, Cluster, and Custom Packages. And these Hooks are called from the Main Package itself. Main Package has the system-generated code and should not be modified by the developer. Kernel, Cluster, and Custom Packages are the packages where the respective team can add business logic in appropriate functions using the Pre and Post hooks available. |
Hook Packages | Release-specific packages will be generated based on the release type (KERNEL, CLUSTER or CUSTOM). The developer can add his code in the release-specific hook package. The Main Package has designated calls to these Hook Packages for executing any functional checks and Business validations added by the user. The structure for all the Hook Packages are the same, like:
|
Parent topic: Generated Units