Function used to give to a cursor variable the value of an other cursor variable.
Ex:

Let a and b be two cursor variables
In this case, the a cursor recovers the b value.
For that, you just have to write the name of the cursor variable to inform followed by the equal sign, the name of the reference cursor variable, a point and the "value" term.