17
2015
Eşzamanlı Programların Hangi Sorumluluklardan Çalıştırılabileceğini Gösteren Sorgu
Selamlar, Sistem üzerinden oluşturduğunuz Taleplere güvenlik => sorumluluk => talepler sekmesinden sorumluluk atanır. Bu durumda bir talep ismi vererek hangi sorumluluklara bağladığınızı gösteren sorgu örneğini aşağıda bulabilirsiniz. Keyifli Hafta sonları. SELECT DISTINCT fcpt.user_concurrent_program_name, fcpt.description, frt.responsibility_name, request_group_name FROM apps.fnd_concurrent_programs_tl fcpt, apps.fnd_request_groups frg, apps.fnd_request_group_units frgu, apps.fnd_responsibility fr, apps.fnd_responsibility_tl frt WHERE fcpt.concurrent_program_id = frgu.request_unit_id AND frg.request_group_id = frgu.request_group_id […]