Restrict employees by Grade
Hello Experts
We have a requirement to restrict employees by Grade. Responsibility A users should be able to see only those employees who are in Grade 1.
I tried defining a custom rule as below but did not work. After I updated the security profile when I ran security list maintenance program getting an error
:ASSGT.GRADE_NAME not in
(select name from PER_GRADES where name not in ('A.-', 'B.-', 'C.-'))
Error:
**Starts**14-MAR-2017 16:24:36 **SQL error and free**14-MAR-2017 16:24:37 ORACLE error 1008 in FDPSTP Cause: FDPSTP failed due to ORA-01008: not all variables bound ORA-06512: at "SYS.DBMS_SQL", line 1707 ORA-06512: at "APPS.PAY_PYUCSLIS_PKG", line 1208 ORA-06512: at "APPS.PAY_PYUCSLIS_PKG", line 1566 ORA-06512: at "APPS.PAY_P14-MAR-2017 16:24:37