Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:catalogmanager.deleterevision
Deletes a revision of a row from a tracked table using
ics:catalogmanager.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="delterevision" /> <ics:argument name="tablename" value="table" /> <ics:argument name="asset" value="primarykey"/> [<ics:argument name="version" value="first|last|#|date]"/></ics:catalogmanager>Parameters
ftcmd (required)- Value must be set to
deleterevision.
tablename (required)- Name of the tracked table.
asset (required)- Value of the primary key for the row to obtain history.
version (optional)- Possible values are:
first- history of earliest revision of record.
last- history of most recent revision of record.
#- history of a specific revision number.
date- history of the record to whatever revision was current at the specified date. The date must be in SQL format (yyyy-mm-dd hh:mm:ss) and is expected to be Greenwich Mean Time.Description
The
deleterevisioncommand deletes a revision of a row from a tracked table. The current user must havertadminaccess to the tracked table to perform this operation.Error Numbers
The possible values of
errnoinclude:
See Also
The following
ics:catalogmanagercommand:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.