DBA Data[Home] [Help]

APPS.ARI_DB_UTILITIES dependencies on FND_CONCURRENT_PROGRAMS

Line 973: fnd_concurrent_programs fcp

969: /* Verify that the request belongs to this user */
970:
971: select 'Y' into l_valid_user
972: from fnd_concurrent_requests fcr,
973: fnd_concurrent_programs fcp
974: where fcr.request_id = p_request_id
975: and fcr.requested_by = p_user_id
976: and fcp.concurrent_program_id = fcr.concurrent_program_id
977: and fcp.concurrent_program_name = 'RAXINV_SEL';