Set a configuration option so that only one user at a time can edit the product (locked) or so that more than one user can simultaneously edit the product (unlocked).
Input
Parameter | Type | Description |
|---|---|---|
enforcelocking | BOOLEAN | true: Enable product locking false: Disable product locking |
Example
exec p_hpdconfig.enforce_product_locking(true); |
Exception
N/A