DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on PER_JOBS_VL

Line 7246: from per_jobs_vl

7242: -- pabodla : mapping data
7243: --
7244: cursor c_get_mapping_name11(p_id in number,p_date in date) is
7245: select name
7246: from per_jobs_vl
7247: where business_group_id = p_business_group_id
7248: and job_id = p_id
7249: and p_date between date_from and nvl(date_to,p_date);
7250: