DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on PER_JOBS_VL

Line 4904: from per_jobs_vl job

4900: ;
4901:
4902: cursor c_job (p_bg_id number ) is
4903: select job.job_id
4904: from per_jobs_vl job
4905: where job.business_group_id = p_bg_id
4906: and p_effective_date between job.date_from and nvl(job.date_to,p_effective_date)
4907: ;
4908: