Using per_people_f view in reports, does not fetch any data
Hi All,
We have defined a dyanamic security profile with restriction based on logged in person.When we query people form, count of employees are correct based on restriction in security profile. but when I run a report for personal detail, it does not fetch any data.I have added SRW.USER_EXIT('FND SRWINIT') in before report trigger and SRW.USER_EXIT('FND SRWEXIT') in after report trigger. I have found that count(*) of per_people_f is 0 in the report using srw.message.
Can any one help me to resolve this issue ?
Thanks