DBA Data[Home] [Help]

APPS.IGI_SLS_SECURITY_PKG dependencies on FND_PROFILE_OPTIONS

Line 1346: where PROFILE_OPTION_ID = (select profile_option_id from fnd_profile_options where

1342:
1343: write_to_log (l_state_level, 'cleanup_data', 'After Exec. Immediate');
1344:
1345: delete from FND_PROFILE_OPTION_VALUES
1346: where PROFILE_OPTION_ID = (select profile_option_id from fnd_profile_options where
1347: profile_option_name = 'IGI_SLS_SECURITY_GROUP')
1348: and APPLICATION_ID = ( select application_id from fnd_application_vl where
1349: application_short_name = 'IGI' )
1350: and profile_option_value = rt_c_del_alloc.sls_group ;