DBA Data[Home] [Help]

APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PER_POSITION_LIST

Line 454: FROM per_position_list

450: ,40);
451:
452: BEGIN
453: DELETE
454: FROM per_position_list
455: WHERE security_profile_id = l_security_profile_id;
456: EXCEPTION
457: WHEN no_data_found THEN
458: NULL;