List the responsibilities that can run a given concurrent program

Posted by Jiltin     12 March, 2008    873 views   

————————————————————————-
—    Author : Jay Gopal
————————————————————————-

SELECT          fr.responsibility_name RN ,fcpt.user_concurrent_program_name
FROM            fnd_request_groups frg,
fnd_request_group_units frgu,
fnd_concurrent_programs fcp,
fnd_concurrent_programs_tl fcpt,
fnd_responsibility_vl fr
WHERE           frgu.request_unit_type = ‘P’
and             UPPER(fcpt.user_concurrent_program_name) = UPPER(’Journal Entries Report’)
AND             frgu.request_group_id = frg.request_group_id
AND             frgu.request_unit_id = fcp.concurrent_program_id
AND             fr.request_group_id = frg.request_group_id
AND             fcp.CONCURRENT_PROGRAM_ID = fcpt.CONCURRENT_PROGRAM_ID
ORDER BY        1

Following Google Searches Lead To This Post: whta are the rpm’s required for R12 install on redhat linux 4

Post to Twitter  Post to Delicious  Post to Digg    Post to StumbleUpon

Categories : 11i Scripts, Scripts Oracle Tags :

Comments

No comments yet.


Leave a comment

(required)

(required)