ISG Healthcheck

Description

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select
fff.function_name,
fff.function_id,
fic.source_file_version,
fic.creation_date,
(select fu.end_date from fnd_user fu where user_name='GLOBAL') global_user_end_date,
(select fu.end_date from fnd_user fu where user_name='ASADMIN') asadmin_end_date,
(select fu.end_date from fnd_user fu where user_name='ISGADMIN') isgadmin_end_date
from
fnd_irep_classes fic,
fnd_form_functions fff
where
fic.irep_name='XXEN_WEBSERVICES' and
fic.class_type='PLSQL' and
fic.class_id=fff.irep_class_id