DBA Data[Home] [Help]

APPS.PER_JBT_UPD dependencies on PER_JOBS

Line 66: -- Update the per_jobs_tl Row

62: --
63: --
64: --
65: --
66: -- Update the per_jobs_tl Row
67: --
68: update per_jobs_tl
69: set
70: job_id = p_rec.job_id

Line 68: update per_jobs_tl

64: --
65: --
66: -- Update the per_jobs_tl Row
67: --
68: update per_jobs_tl
69: set
70: job_id = p_rec.job_id
71: ,language = p_rec.language
72: ,source_lang = p_rec.source_lang

Line 208: (p_module_name => 'PER_JOBS_TL'

204: --
205: when hr_api.cannot_find_prog_unit then
206: --
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'PER_JOBS_TL'
209: ,p_hook_type => 'AU');
210: --
211: end;
212: --

Line 409: , per_jobs job

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
413: and l.installed_flag IN ('B', 'I');