Hi,
Under Oracle APEX 24.2.9, I have a region type FORM on the view APEX_APPL_ACL_USERS which is initialised by a form Initialisation process on before header position. The primary Key is defined in the item P11_ID_1, type Text (if I declare type Number, I get an error message “Number not valid”, strange…) declared as PK, and containing the value 161577823229559988. Source is the the column ID in the view APEX_APPL_ACL_USERS.

What happens in that the fields of the form are not filled when I run the page 11. P11_APPLICATION_ID, Nom d'utilisateur, Rôles, Nom de Rôles :

I checked the view to see if that ID (Primary key) exists, and it exists as you can see in the request below :

So I don't understand why the items are not populated by the Initialization from Process. I have cheked the debug, no errors.
Best regards.