CARIS HPD : HPD® Server API : Paper Product Data : P_PPRAPI : SET_PRODUCT_GROUP
 

SET_PRODUCT_GROUP

Set the product group on a Paper Chart product.

Input

Parameter

Type

Description

p_chart_id

NUMBER

Chart ID.

p_productgroup

VARCHAR2

Name of a product group. The chart is assigned to this product group.

Example

EXEC P_PPRAPI.SET_PRODUCT_GROUP(64, 'Private');

Exceptions

Chart ID '<chart_id>' is invalid or does not currently exist.

Product group name is invalid or does not currently exist.