APEX not Initializing Security Profile
Hi
I am debugging an issue we are having with creating Salary record from Apex using hr_maintain_proposal_api.insert_salary_proposal and would appreciate any assistance in finding a solution.
We have a HR responsibility with a Restricted Security Profile which has VIEW_ALL_FLAG=N, CUSTOM_RESTRICTION_FLAG=Y, RESTRICTION_TEXT=person.business_group_id=5000 in PER_SECURITY_PROFILES table.
1)The security profile despite being restricted is able to query the Assignment record (in business_group_id=5000) and create salary from Applications. (When I am logging into the Responsibility from EBS, the HR_SECURITY.VIEW_ALL is set to N. This I have verified by printing the value through Forms Personalization)