To find the Responsibility SQL Script

SELECT request_group_name, concurrent_program_name
  FROM fnd_request_group_units a,
       fnd_concurrent_programs_vl b,
       fnd_request_groups c,
       fnd_responsibility_vl d
 WHERE a.request_unit_id = b.concurrent_program_id
   AND a.request_group_id = c.request_group_id
   AND c.request_group_id = d.request_group_id
   AND user_concurrent_program_name LIKE '%XX%'
   AND (request_unit_type = 'P')
--   AND (a.request_group_id = 295)


SELECT distinct  RESPONSIBILITY_NAME  , CONCURRENT_PROGRAM_NAME  from FND_RESPONSIBILITY_VL a ,
 FND_REQUEST_GROUP_UNITS  B ,
  fnd_concurrent_programs_vl c
WHERE 1=1 --and REQUEST_GROUP_ID=1
AND RESPONSIBILITY_NAME LIKE '%ZAMBIA%'
and a.REQUEST_GROUP_ID=b.REQUEST_GROUP_ID
and a.APPLICATION_ID=b.APPLICATION_ID
and b.request_unit_id = c.concurrent_program_id

Comments

  1. Its impressive to know something about your note on Oracle apps Course. Please do share your articles like this your articles for our awareness. Mostly we do also provide Online Training on Cub training oracle apps course.

    ReplyDelete

Post a Comment

Popular posts from this blog

Oracle Shipping Network SQL Query

Oracle Ar Invoice Numbering Sequence alter to avoid missing in between by cache

How to call Auto invoice Import Program from Back end