DBA Data[Home] [Help]

APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PER_PERSON_LIST

Line 418: FROM per_person_list

414: l_security_profile_id := p_security_profile_id;
415:
416: BEGIN
417: DELETE
418: FROM per_person_list
419: WHERE security_profile_id = l_security_profile_id;
420: EXCEPTION
421: WHEN no_data_found THEN
422: NULL;

Line 514: FROM per_person_list_changes

510: ,90);
511:
512: BEGIN
513: DELETE
514: FROM per_person_list_changes
515: WHERE security_profile_id = l_security_profile_id;
516: EXCEPTION
517: WHEN no_data_found THEN
518: NULL;