DBA Data[Home] [Help]

APPS.PER_SEU_DEL dependencies on HR_SECURITY_INTERNAL

Line 174: hr_security_internal.user_in_static_lists

170: -- Set the warning flag to true if the user has static lists
171: -- and they will be deleted.
172: --
173: p_del_static_lists_warning :=
174: hr_security_internal.user_in_static_lists
175: (p_user_id => per_seu_shd.g_old_rec.user_id
176: ,p_security_profile_id => per_seu_shd.g_old_rec.security_profile_id);
177:
178: IF p_del_static_lists_warning THEN

Line 186: hr_security_internal.delete_static_lists_for_user

182: IF g_debug THEN
183: hr_utility.set_location(l_proc, 10);
184: END IF;
185:
186: hr_security_internal.delete_static_lists_for_user
187: (p_user_id => per_seu_shd.g_old_rec.user_id
188: ,p_security_profile_id => per_seu_shd.g_old_rec.security_profile_id);
189:
190: END IF;