DBA Data[Home] [Help]

APPS.FND_SET dependencies on FND_RUN_REQUESTS

Line 3035: from fnd_run_requests r,

3031: NULL;
3032: end;
3033: /*check whether any errored out program got deleted */
3034: select count(r.request_set_program_id) INTO tmp_number
3035: from fnd_run_requests r,
3036: fnd_concurrent_requests fcr1, fnd_concurrent_requests fcr2
3037: where r.parent_request_id = requestId
3038: and fcr1.parent_request_id = fcr2.request_id
3039: and fcr1.concurrent_program_id = r.concurrent_program_id