APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on PAY_SECURITY_PAYROLLS
Line 490: FROM pay_security_payrolls
486: ,70);
487:
488: BEGIN
489: DELETE 490: FROM pay_security_payrolls 491: WHERE security_profile_id = l_security_profile_id;
492: EXCEPTION
493: WHEN no_data_found THEN
494: NULL;