DBA Data[Home] [Help]

APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PER_ORGANIZATION_LIST

Line 442: FROM per_organization_list

438: ,30);
439:
440: BEGIN
441: DELETE
442: FROM per_organization_list
443: WHERE security_profile_id = l_security_profile_id;
444: EXCEPTION
445: WHEN no_data_found THEN
446: NULL;