DBA Data[Home] [Help]

APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PER_SECURITY_ORGANIZATIONS

Line 502: FROM per_security_organizations

498: ,80);
499:
500: BEGIN
501: DELETE
502: FROM per_security_organizations
503: WHERE security_profile_id = l_security_profile_id;
504: EXCEPTION
505: WHEN no_data_found THEN
506: NULL;