24B INV_ORGANIZATION_DEFINITIONS_V
Hi ,
We were using the following query and post 24B its not fetching data set for users who are restricted for specific BU. Let me know if any one are facing similar issue
select distinct a.BUSINESS_UNIT_NAME
from INV_ORGANIZATION_DEFINITIONS_V a
join INV_ACCESSIBLE_ORGANIZATIONS_V b on (a.organization_id = b.organization_id)
where 1=1
0