DBA Data[Home] [Help]

APPS.PER_JBT_UPD dependencies on PER_JOB_DEFINITIONS

Line 410: , per_job_definitions jd

406: , jd.id_flex_num
407: , jd.job_definition_id
408: from fnd_languages l
409: , per_jobs job
410: , per_job_definitions jd
411: where job.job_id = p_job_id
412: and job.job_definition_id = jd.job_definition_id
413: and l.installed_flag IN ('B', 'I');
414: