Oracle9iAS Portal Developer Kit

wwa_api_privilege global privilege objects

This table presents privilege details for objects in the wwa_api_privilege package.

Notes:

  • All calls to the security APIs for Access Control Lists (ACLs) should use these privilege constants when using the privilege_code-based APIs.

  • The privilege codes make the privileges hierarchical for wwa_api_privilege package objects, constants, and values each object type. Each higher value includes the privileges associated with the lower valued codes for the same object.
  • References to these privilege types, privilege names, privilege code constants, and privilege codes must be prefixed with the package name.

Version: Oracle Portal 3.0.6.6.5 or later

Object name

Privilege name

Privilege type

Privilege code constant

Privilege code

ANY_APP_PRIV_TYPE

MANAGE_PRIV

'MANAGE'

ANY_APP_MANAGE

500

 

MANAGE_PRIV

'EDIT'

ANY_APP_EDIT

400

 

VIEW_PRIV

'VIEW'

ANY_APP_VIEW

300

 

CUSTOMIZE_PRIV

'CUSTOMIZE'

ANY_APP_CUSTOMIZE

250

 

EXECUTE_PRIV

'EXECUTE'

ANY_APP_EXECUTE

200

 

CREATE_PRIV

'CREATE'

ANY_APP_CREATE

100

ANY_SCOMP_PRIV_TYPE

MANAGE_PRIV

'MANAGE'

ANY_SCOMP_MANAGE

400

 

EDIT_PRIV

'EDIT'

ANY_SCOMP_EDIT

300

 

VIEW_PRIV

'VIEW'

ANY_SCOMP_VIEW

200

 

CREATE_PRIV

'CREATE'

ANY_SCOMP_CREATE

100

 

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio