Need help in expdp query
SQL> show user
USER is "APPS"
SQL> grant select,insert,update on fnd_concurrent_requests to system;
Grant succeeded.
SQL>
expdp system/manager directory=test dumpfile=tes.dmp logfile=exp.log tables=apps.fnd_concurrent_requests query=fnd_concurrent_requests:"phase_code\=\'C'"
Export: Release 11.2.0.3.0 - Production on Tue Jun 9 12:00:39 2015
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39034: Table FND_CONCURRENT_REQUESTS does not exist.