You can use fnd_profile.value('PER_PERSON_ID') in Value Sets and Instance Sets to further refine access control. You can also use the function fnd_global.employee_id to get the person_id of the logged-in user's Person Id. In this way, you can use these Ids to create more advanced instance sets and grants based on information held against the person’s record.
Use of Profile Option Values to get Person Id Information
👉 Drag me