DBA Data[Home] [Help]

APPS.IGI_SLS_SECURITY_PKG dependencies on FND_APPLICATION_VL

Line 1348: and APPLICATION_ID = ( select application_id from fnd_application_vl where

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 ;
1351:
1352: write_to_log (l_state_level, 'cleanup_data', 'After Delete stmt. Immediate' || rt_c_del_alloc.sls_group);