Method Has No Argument

<method_name> has no argument <argument_name>

Description:

An operation attached to the method <method_name> uses an argument belonging to another method. A method may only use the local and global elements and its arguments, but not the arguments of other methods.

Solution:

Change the sequence call or replace the argument with another element.