setItemAttrValue

Java Syntax

public void setItemAttrValue
  (WFContext pWCtx, 
   WFAttribute pAttr) 
  throws NumberFormatException, WFException

Description

Sets the value of the specified item attribute in the database.

This method throws a NumberFormatException if it cannot convert the value to the appropriate format for an attribute of type number or date. The method throws a WFException if it encounters an error while setting an attribute of type document or text.

Arguments (input)

pWCtx Workflow context information. See: Oracle Workflow Context.
pAttr The attribute information for an item attribute.