Is fnd_users actually a table, or is it a view, perhaps on fnd_user?
If it is a view then there may be something in the where clause limiting what you can select.
If it is a new install,then the table will be empty until apps users are created.
sqlcl is not at fault here...