Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Items of the view are not filled in by a form initialization process

Christian Pitet 230 hours ago — edited 30 hours ago

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.

This post has been answered by Christopher Petrov on Oct 14 2025
Jump to Answer
Comments
Post Details
Added 30 hours ago
5 comments
62 views