DBA Data[Home] [Help]

APPS.PER_JBT_UPD dependencies on FND_LANGUAGES

Line 408: from fnd_languages l

404: select l.language_code
405: , l.nls_language
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