SQL to inspect form personalization:
SELECT * FROM fnd_form_custom_rules WHERE function_name LIKE '%OEXOEORD%' AND description LIKE '%Order Confirmation'; SELECT * FROM fnd_form_custom_actions WHERE rule_id IN (SELECT id FROM fnd_form_custom_rules WHERE function_name LIKE '%OEXOEORD%' AND description LIKE '%Order Confirmation');