Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
BI Report fails with custom security role
Summary
User can't run report as he is assigned to security roleContent
Hi Team,
BI report runs for Admin but does not run for the user. Narrowing down the roles we found out the a custom security role is the issue.
Just for reference: the seed role is Human Capital Management Integration Specialist.
Here is the security SQL which is failing the report for the user:
EXISTS
(SELECT 1
FROM FUSION.PER_PERIODS_OF_SERVICE pps
WHERE pps.person_id = &TABLE_ALIAS.PERSON_ID
/** --- Exclude Countries --- **/
AND pps.legislation_code NOT IN ('DE')
)
Anyone has faced similar issue? The only view different in this particular report is fun_all_business_units_v.
Tagged:
1