assignment_statement ::=
{ collection_name [ (index) ]
| cursor_variable_name
| : host_cursor_variable_name
| : host_variable_name [ :indicator_name ]
| object_name [ .attribute_name ]
| parameter_name
| record_name [ .field_name ]
| variable_name
} := expression;