CARIS HPD : HPD® Server API : User Setup : User Role Views : HPD_ROLES_VW
 

HPD_ROLES_VW

List of roles defined in an HPD server schema.

Output

Column

Type

Description

role_id

NUMBER

Primary key of a role.

name

VARCHAR2

Name of a role.

description

VARCHAR2

Description of a role.

Example

select * from hpd_roles_vw where role_id=1;

Exceptions

None defined at this time.