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 3066: from per_jobs_vl

3062: ;
3063:
3064: cursor c_job(p_job_id number) is
3065: select name
3066: from per_jobs_vl
3067: where job_id = p_job_id
3068: ;
3069:
3070: cursor c_grade(p_grade_id number) is