Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What DBMS view does Forms use to drive menu security?

DBMS drive forms menu security view
0
Posted

What DBMS view does Forms use to drive menu security?

0

The Forms Menu security just selects from the view FRM50_ENABLED_ROLES as defined in the script FRM60SEC.SQL. – So you can look at that view to see how it works. As far as Forms is concerned it just expects that view to return a column called ROLE and another called FLAG – there is nothing to stop you from creating your own view that queries the Role information in the way you want – or for that reason simply uses tables of your own. As long as the view is called the right thing and returns the correct columns you’re fine. As an FYI we don’t use the FLAG column any more so Just return Zero for that in your view.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123