DBA Data[Home] [Help]

APPS.HR_DEPLOYMENT_FACTOR_API dependencies on PER_JOBS_V

Line 1247: from per_jobs_v

1243: l_business_group_id hr_all_positions_f.business_group_id%type;
1244: --
1245: cursor get_bg is
1246: select business_group_id
1247: from per_jobs_v
1248: where job_id=p_job_id;
1249: --
1250: begin
1251: hr_utility.set_location('Entering:'|| l_proc, 10);