Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ASSET.DELETEREVISION

Deletes revision of a tracked asset.

Syntax

Parameters

OBJECTTYPE (required)
Input. The asset type of the asset.

OBJECTID (required)
Input. The asset id of the asset.

REVISION (required)
Input. The revision number of asset.

Description

This tag deletes an existing revision of the asset. The tag should only be used for deleting revisions prior to the current version.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10006
The asset id is not valid.
-10011
Asset table is not revision tracked.

Example

The following example deletes a revision of the specified asset.

See Also

ASSET.CHECKIN
ASSET.CHECKOUT
ASSET.TRACK
ASSET.ROLLBACK
ASSET.UNDOCHECKOUT

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.