SQL Query to identify the user who ran the concurrent program from backend....................

Query will help to know who ran the concurrent program from backend.

select a.request_id,
a.request_date,
a.user_concurrent_program_name,
a.requestor,
a.completion_text,
a.actual_start_date,
a.actual_completion_date,
a.phase_code,
a.status_code,
a.argument_text,
b.logfile_name,
b.logfile_node_name,
b.outfile_name,
b.outfile_node_name,
a.responsibility_id,
c.request_group_id,
c.RESPONSIBILITY_NAME,
c.description,d.*
FROM FND_CONC_REQ_SUMMARY_V a,
fnd_concurrent_requests b,
FND_RESPONSIBILITY_VL c ,
FND_REQUEST_GROUPS d
where 1=1
and a.responsibility_id = c.responsibility_id
-and trunc(a.request_date) >= trunc(sysdate)-8
--and trunc(a.request_date) = '14-Feb-2007'
and a.request_id = b.request_id
and c.request_group_Id = d.request_group_id
- and a.requestor not in ('SYSADMIN')
--and a.user_concurrent_program_name like '%DMR - CANADA BANK CHECK RECONCILIATION OUTBOUND%(CCN)%'--'%AS400%PO%'
and a.user_concurrent_program_name = 'FPC Aging - 4 Buckets by Collector'--'%AS400%PO%'
--and a.argument_text = 'pospoaord14020724093529'
ORDER BY a.request_date desc

Comments

Post a Comment

Popular posts from this blog

Oracle Purchasing Module Step by Step in R12

Difference between ATO and PTO in oracle apps

Sub Ledger Accounting SLA (Complete Functional Information)