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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

APEX Create Form based on Procedure

ltan1Jul 23 2021

Good day everyone,
I am trying this create FORM based on local procedure and it seems to work well until .... my procedure takes more than 16 variables in (exactly 22). Somehow, even though it shows that it sees 22 variables ( all IN variable) but when I click create, it only creates 15 of them.
By the way, the dialog that lets you preview the fields that Apex will create shows 1 to 15 (first page) then 16 to 22 (second page). I think somehow Apex only read the "first" page (only first 15 fields).
Does anyone know what am I doing wrong or maybe a work around this problem. Thank you in advanced.

Comments

Post Details

Added on Jul 23 2021
0 comments
242 views