DBA Data[Home] [Help]

APPS.FND_TM_TESTER dependencies on FND_RESPONSIBILITY

Line 47: fnd_responsibility fr

43: into userid, appid, respid
44: from fnd_concurrent_queues fcq,
45: fnd_conc_processor_programs fcpp,
46: fnd_concurrent_programs fcp,
47: fnd_responsibility fr
48: where fcq.processor_application_id = fcpp.processor_application_id
49: and fcq.concurrent_processor_id = fcpp.concurrent_processor_id
50: and fcpp.concurrent_program_id = fcp.concurrent_program_id
51: and fcpp.program_application_id = fcp.application_id