Hi
I am using jdev 11.1.2.4
I have a scenario where in a table some of the rows are select-able while others are not. For Ex: Lets consider a employee table . In the table I want to make sure user cannot select employees of Department id "10,20,30" or whose manager id "25" . Is this possible?
Thanks