What do mean by VIEW, are you talking about a database VIEW in which case either the VIEW is defined differently in each schema, so simply recreate the VIEW.

Alternativly there are access controls which stop userB accessesing some of the rows in the table, so you would need to remove those.

Regards