Migration note

For any business rule that uses the Manager Review of Business Rule Exceptions template, a manual modification is required after migration. Run this query to list all the related business rules:

select * from albr_defn where template_id = 10600127

If customers do not require their reviewers to accept or reject report-only exceptions, then run this query. Otherwise, no further action is required.

update albr_parameter set int_value = 1 where br_instance_id in(select br_instance_id from albr_instance where rule_defn_id in(select rule_defn_id from albr_defn where template_id = 10600127)) .