EBS 查找用户在某段时间内运行了什么请求

  
  select fu.user_name               用户名,
         frt.responsibility_name    职责,
         fcr.completion_text        完成,
         fcr.RESPONSIBILITY_ID      职责号,
         fcr.actual_completion_date 完成日期,
         fcr.request_id             请求号,
         fcrsv.USER_CONCURRENT_PROGRAM_NAME 使用并发程序名
    from fnd_concurrent_requests fcr,
         fnd_responsibility_tl   frt,
         fnd_user                fu,
         FND_CONC_REQ_SUMMARY_V fcrsv
   where fcr.RESPONSIBILITY_ID = frt.RESPONSIBILITY_ID
     and fcr.actual_completion_date <= sysdate - 1
     and fu.user_id = fcr.requested_by
     and fcrsv.REQUEST_ID = fcr.request_id
     and fu.user_name = 'ZMSUP006'
     and fcr.actual_completion_date >= sysdate -3-- ;--两天内    
   order by fcr.actual_completion_date;
    

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值