
or whether a specific page item should be displayed

Luckily there is a way to use the authorization in PLSQL, this is done using the following code
v_bool := apex_util.public_check_authorization('AUTHORIZATION_NAME');
The authorization scheme can now be used on its own, or in a combination with other schemes, as well as being part of more complex logic
0 comments:
Post a Comment