When entering application in Access policy (AP) to view entitlements some are blank.

the reason is their POC_FIELD Column had wrong name of the attribute holding the entitlement.


Example:

Application name TEST had a child table (entitlements table) name UD_TEST_CHILD where the field name was UD_TEST_CHILD_ROLE.


We found out that in POC table for the specific AP the POC_FIELD was in small letters when it should have been capital:

wrong value found: UD_TEST_CHILD_role

right value : UD_TEST_CHILE_ROLE

updating the rows which were wrong fixed the UI and also fixed provisioning of Role containing the relevant AP.