DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_JOBS_VL

Line 786: from per_jobs_vl j

782: g_job_flex_07,
783: g_job_flex_08,
784: g_job_flex_09,
785: g_job_flex_10
786: from per_jobs_vl j
787: where j.job_id = p_job_id;
788:
789: if g_debug then
790: hr_utility.set_location('Exiting'||l_proc, 15);

Line 3032: from per_jobs_vl

3028: ;
3029:
3030: cursor c_job(p_job_id number) is
3031: select name
3032: from per_jobs_vl
3033: where job_id = p_job_id
3034: ;
3035:
3036: cursor c_grade(p_grade_id number) is