Objects - lucienlazar/oracle-menu-permissions GitHub Wiki

Oracle Menu Permissions data model and PL/SQL framework has six tables and two packages.

Tables

Packages

  • users management package that contains the procedures that add roles, add users and set roles to users
  • menu management package that contains the procedures and functions that add menu items, set permissions on the menu items and return the permissions on menu items.

You can download and run the objects.sql script that creates all the objects contained by the framework.