Set a Vector Product Update to Locked, Rejected or Active. Locked and Rejected product updates can be viewed only as read-only. When a product update is rejected, is it considered as discarded.
Input
Parameter | Type | Description |
|---|---|---|
p_productversion _id | NUMBER | Product Version ID. |
p_new_inactive_state_name | VARCHAR2 | Locked, Rejected, or Active. |
Example
exec P_VECTORAPI.SET_PRODUCT_U PDATE_STATUS(:id, ’Rejected’); |
Exceptions
• productversion_id is invalid or does not currently exist.
• Product Version '<id>' is status and cannot be changed to status.