Skip to content

Author: Brijesh Gogia

Brijesh writes about enterprise AI, automation, AIOps, cloud infrastructure, databases, Oracle EBS, Exadata, and real-world multi-cloud architecture patterns for infrastructure and operations teams.Read more about BrijeshConnect on LinkedIn

Script to find responsibilities that can run specific concurrent program in Oracle EBS

Find responsibilities that can run the specific concurrent program SELECT fcp.concurrent_program_name, fr.responsibility_name, frg.request_group_name, fcp.user_concurrent_program_name FROM fnd_request_group_units frgup, fnd_concurrent_programs_vl fcp, fnd_request_groups frg, fnd_responsibility_vl fr WHERE 1…

Leave a Comment