Monday, September 24, 2018

cm_table_count

prompt FND_CONCURRENT_REQUESTS
select count(*) from FND_CONCURRENT_REQUESTS
/
prompt FND_RUN_REQUESTS
select count(*) from FND_RUN_REQUESTS
/
prompt FND_CONC_REQUEST_ARGUMENTS
select count(*) from FND_CONC_REQUEST_ARGUMENTS
/
prompt FND_DUAL
select count(*) from FND_DUAL
/
prompt  FND_CONCURRENT_PROCESSES
select count(*) from FND_CONCURRENT_PROCESSES
/
prompt FND_CONC_REQ_OUTPUTS
select count(*) from FND_CONC_REQ_OUTPUTS
/
prompt FND_CONC_PP_ACTIONS
select count(*) from FND_CONC_PP_ACTIONS
/
prompt FND_RUN_REQ_PP_ACTIONS
select count(*) from FND_RUN_REQ_PP_ACTIONS
/
prompt FND_ENV_CONTEXT
select count(*) from FND_ENV_CONTEXT
/

No comments:

Post a Comment

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files.

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files. I got the issue below wh...