DBA Data[Home] [Help]

APPS.WRITE_AUDIT dependencies on FND_CONCURRENT_PROGRAMS

Line 21: ,fnd_concurrent_programs fcp

17:
18: CURSOR c_concurrent_id is
19: select max(fcr.request_id)
20: from fnd_concurrent_requests fcr
21: ,fnd_concurrent_programs fcp
22: where fcp.application_id = 800
23: and fcp.concurrent_program_name = p_reportname
24: and fcr.concurrent_program_id = fcp.concurrent_program_id
25: and fcr.program_application_id = fcp.application_id;