Fixing Times
Local-easy
Local change in a single location. For example adding a missing label.
Local-medium
Local changes in a few locations. For example fix overladed local variable.
Other
Local change and changes in other modules. For example, replace the use of ROWID with primary keys in tables and code.
Local-high
Local changes in many locations, or where identifying the right action requires some time to think. For example, fixing missing table aliases in columns.