DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on PER_JOBS_VL

Line 4902: from per_jobs_vl job

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