DBA Data[Home] [Help]

APPS.HR_DEPLOYMENT_FACTOR_API dependencies on HR_ALL_POSITIONS_F

Line 664: l_business_group_id hr_all_positions_f.business_group_id%type;

660: l_effective_date date;
661: l_proc varchar2(72) := g_package||'create_position_dpmt_factor';
662: l_deployment_factor_id per_deployment_factors.deployment_factor_id%type;
663: l_object_version_number per_deployment_factors.object_version_number%type;
664: l_business_group_id hr_all_positions_f.business_group_id%type;
665: --
666: cursor get_bg is
667: select business_group_id
668: from hr_all_positions_f

Line 668: from hr_all_positions_f

664: l_business_group_id hr_all_positions_f.business_group_id%type;
665: --
666: cursor get_bg is
667: select business_group_id
668: from hr_all_positions_f
669: where position_id=p_position_id;
670: --
671: begin
672: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 1243: l_business_group_id hr_all_positions_f.business_group_id%type;

1239: l_effective_date date;
1240: l_proc varchar2(72) := g_package||'create_job_dpmt_factor';
1241: l_deployment_factor_id per_deployment_factors.deployment_factor_id%type;
1242: l_object_version_number per_deployment_factors.object_version_number%type;
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