Sets the product group that the product belongs to. There is one product group for each edition of a product.
Input
Parameter | Type | Description |
|---|---|---|
p_product_id | NUMBER | Product ID. |
p_productgroup | VARCHAR2 | The name of the product group to set. |
Example
exec P_VECTORAPI.SET_PRODUCT_GROUP(64, 'Private'); |
Exceptions
• Product ID is invalid or does not currently exist.
• Product Group is invalid or does not currently exist.