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

 

ASSET.UNDOCHECKOUT

Retracts the checkout of an object.

Syntax

Parameters

NAME (required)
Input. Name of the loaded asset. (See ASSET.LOAD .)

REVERT (optional)
Specifies that the asset should revert back to its last committed state. The default value true causes the object to revert back to its last committed state. Specifying the value false removes the checkout lock with out reverting the object back to the last committed state.

FLUSH (optional)
Flushes the asset from the object pool. A true value indicates the object should be flushed. The default value is false.

Description

This tag is used for retracting a checkout of an asset.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).
-10011
Database table is not revision tracked.
-10012
Object is not checked out
-10018
Unable to undo check out specified object

Example

This checks out an asset for edit and then retracts the checkout.

See Also

ASSET.CHECKIN
ASSET.CHECKOUT
ASSET.LOAD
ASSET.TRACK
ASSET.ROLLBACK

   Home > Contents > Index >

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