FSG error test report

Description
select
fr.responsibility_key,
xxen_util.xml_escape(fr.responsibility_key) escaped_responsibility_key,
fa.application_short_name,
fsg.security_group_key
from
fnd_responsibility fr,
fnd_application fa,
fnd_security_groups fsg
where
fr.responsibility_id=fnd_global.resp_id and
fr.application_id=fnd_global.resp_appl_id and
fr.application_id=fa.application_id and
fr.data_group_id=fsg.security_group_id