Runtime configuration tables
Runtime configuration tables are “lookup tables” that provide information for various defined categories. They are likely to have corresponding “header” tables that define the categories.
Technically, runtime configuration tables can be considered dictionary tables. But because the data in these tables might be highly volatile, session-oriented, used for reporting and tracking purposes, or can be expected to grow over time at a given installation, they are listed here as noted for runtime application use. It might be that the data begins with a standard data set, but becomes installation-specific over time as information about the system as a whole is acquired through customer interaction.
These tables include:
mpi_appop: Application operations
mpi_appdata: Application-specific data
mpi_apphead: Application definition information
mpi_appprop: Application-specific properties
mpi_cvwxseg: Attributes and segments for a composite view
mpi_edthead: Enumerated data type definitions
mpi_edtelem: Enumerated data type element lists
mpi_grpxapp: Group-to-application definitions
mpi_grpxcvw: Group-to-composite view permission definitions
mpi_grpxixn: Group-to-interaction permission definitions
mpi_grpxseg: Group-to-segment permission definition
mpi_handler: Callback handler identification
mpi_segxdat: Enables information to be pushed into the event framework for downstream workflow consumers
mpi_rule: Rule definition for a given rule set
mpi_rulearg: Configuration arguments for a given rule
mpi_ruleset: Definition of a set of rules for a given tag type
mpi_rulesetarg: Configuration arguments for a given rule set
mpi_tagtype: Defines the tag types used in the operational server
mpi_usrprop: Stores user-specific properties.