Apply ownership to a marker.
Input
Parameter | Type | Description |
|---|---|---|
p_marker_id | NUMBER | ID of the marker. |
p_new_owner | NUMBER | ID of the user that will own the marker. |
Example
begin p_markerapi.setmarkerowner(1, 3); end; / |
Exceptions
• Marker ID does not exist.
• User ID does not exist.
• Unable to alter a marker that is Closed.
• User ID <id> is already the owner of Marker <id>.