DBA Data[Home] [Help]

APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PER_SECURITY_USERS

Line 478: FROM per_security_users

474: ,60);
475:
476: BEGIN
477: DELETE
478: FROM per_security_users
479: WHERE security_profile_id = l_security_profile_id;
480: EXCEPTION
481: WHEN no_data_found THEN
482: NULL;