CARIS HPD : HPD® Server API : Access Control : Access Control Views : PRODUCTGROUP_VW
 

PRODUCTGROUP_VW

List of product groups defined on an HPD server schema.

Output

Name

Type

Description

productgroup_id

NUMBER

ID of the product group.

name

VARCHAR2

Name of the product group.

Example

The following example shows the use of this view in an SQL statement.

select * from productgroup_vw where productgroup_id=1;

Exceptions

None defined at this time.