select * from FND_CONCURRENT_PROGRAMS_VL fcp where fcp.USER_CONCURRENT_PROGRAM_NAME like '%CUX%XXXX%';

select * from FND_CONC_REQ_SUMMARY_V fcr where fcr.CONCURRENT_PROGRAM_ID= xxxxxx order by fcr.REQUEST_DATE desc;


SELECT t.logfile_name,
t.outfile_name,
t.*
FROM fnd_concurrent_requests t
WHERE t.request_id = xxxxxx --请求ID

 

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-12-03
  • 2021-10-06
猜你喜欢
  • 2021-09-24
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案