markForDelete
This function deletes a value in a cross-reference table. The row, containing the column value passed to the function, is deleted from the XREF_DATA
table and moved to the XREF_DELETED_DATA
table. This function returns true
if the deletion is successful. Otherwise, it returns false
.
Signature:
xref:markForDelete(tableName,columnName,value)
Arguments:
-
xrefTableName
: The cross-reference table name. -
xrefColumnName
: The name of the column that contains the value to be deleted. -
xrefValueToDelete
: The value to be deleted.
Property IDs:
-
namespace-uri:http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions
-
namespace-prefix: xref
For more information, see How to Delete a Cross Reference Table Value.