[Home] [Help]
442: and lookup_code = p_code;
443:
444: cursor c_programs is
445: select 1
446: from fnd_concurrent_requests fcr,
447: fnd_concurrent_programs fcp
448: where fcr.concurrent_program_id = fcp.concurrent_program_id
449: and fcp.application_id = 513
450: and fcp.concurrent_program_name = 'CSFUPDATE'