When you create or modify certain records linked to a Risk Matrix record, the values that you can select in the Name and Description lists are defined by System Code Tables. The following table lists these records and the corresponding tables.
Record |
Table that defines the Name list |
Table that defines the Description list |
---|---|---|
Risk Category |
MI_RISK_CATEGORY |
MI_RISK_CATEGORY_DESC |
Consequence |
MI_RISK_CONSEQUENCE |
MI_RISK_CONSEQUENCE_DESC |
Probability |
MI_RISK_PROBABILITY |
MI_RISK_PROBABILITY_DESC |
Risk Threshold |
N/A |
MI_RISK_THRESHOLD_DESC |
You can modify or add new entries to these System Code Tables via the System Codes and Tables page within the Risk Matrix Admin section of the application.
For each entry in a System Code Table that defines the Name list, there must be a corresponding entry (i.e., an entry with the same ID) in the System Code Table that defines the Description list. After you select a value in the Name box, the Description box is populated automatically with the value defined by the corresponding system code.
When you create a new Probability record, suppose that the following list appears in the Name box.
These values are defined in the MI_RISK_PROBABILITY System Code Table, where the values that appear in the Name list are the Descriptions for each System Code.
Further, after you select a value in the Name box, the Description box is populated automatically. The value that is populated is specified by the entry in the MI_RISK_PROBABILITY_DESC table that contains the same ID as the selected entry in the MI_RISK_PROBABILITY System Code Table, where the value populated is stored in the Description field of the System Code.
For example, suppose you create a new Probability record and select Frequent in the Name box. The Description box is populated automatically with the text Likely to occur more frequent than mission time.
The following System Code in the MI_RISK_PROBABILITY System Code Table represents the value Frequent.
The following System Code in the MI_RISK_PROBABILITY_DESC System Code Table has the same ID. The value from this System Code is used to populate the Description box for the Probability record with the text Likely to occur more frequent than mission time.
Copyright © 2018 General Electric Company. All rights reserved.