DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_HISTORY_FETCH

Line 3218: ghr_history_fetch.fetch_positionei

3214:
3215: l_log_text := 'Error while getting the groupbox of the personnel';
3216:
3217: -- get the personnel offfice id
3218: ghr_history_fetch.fetch_positionei
3219: (p_position_id => p_position_id ,
3220: p_information_type => 'GHR_US_POS_GRP1' ,
3221: p_date_effective => trunc(nvl(p_effective_date,sysdate)),
3222: p_pos_ei_data => l_pos_ei_data

Line 3791: ghr_history_fetch.fetch_asgei (

3787: END LOOP;
3788: -- From history fetch the Assignment Information Details for the effective date
3789: hr_utility.set_location('Eff. date in get_asg_step_or_rate ' || p_effective_date,25);
3790: IF l_assignment_id IS NOT NULL THEN
3791: ghr_history_fetch.fetch_asgei (
3792: p_assignment_id => l_assignment_id,
3793: p_information_type => 'GHR_US_ASG_SF52',
3794: p_date_effective => p_effective_date,
3795: p_asg_ei_data => l_asgei_data) ;

Line 3801: Ghr_History_Fetch.Fetch_ASGEI_prior_root_sf50

3797: p_step_or_rate := l_asgei_data.aei_information3;
3798:
3799: ELSE
3800: ghr_history_api.get_g_session_var(l_session);
3801: Ghr_History_Fetch.Fetch_ASGEI_prior_root_sf50
3802: (
3803: p_assignment_id => l_assignment_id,
3804: p_information_type => 'GHR_US_ASG_SF52',
3805: p_date_effective => p_effective_date,

Line 4305: ghr_history_fetch.fetch_positionei(

4301: ----Temp Promo Changes by AVR 03-JUN-2000--Start---
4302:
4303: if nvl(p_sf52_data.pay_rate_determinant,hr_api.g_varchar2) in ('A','B','E','F') AND
4304: ghr_pa_requests_pkg.temp_step_true(p_sf52_data.pa_request_id) THEN
4305: ghr_history_fetch.fetch_positionei(
4306: p_position_id => p_sf52_data.to_position_id,
4307: p_information_type => 'GHR_US_POS_VALID_GRADE',
4308: p_date_effective => p_sf52_data.effective_date,
4309: p_pos_ei_data => l_pos_ei_grade_data);

Line 4486: ghr_history_fetch.fetch_people(

4482: ,l_work_schedule);
4483: end if;
4484: hr_utility.set_location('l_work_schedule_desc is ' || p_sf52_data.work_schedule_desc, 13);
4485: if (p_from_only = FALSE) then
4486: ghr_history_fetch.fetch_people(
4487: p_person_id => p_person_id,
4488: p_date_effective => p_effective_date,
4489: p_altered_pa_request_id => l_session_var.altered_pa_request_id,
4490: p_noa_id_corrected => l_session_var.noa_id_correct,

Line 4666: ghr_history_fetch.fetch_positionei(

4662: ----Temp Promo Changes by AVR 03-JUN-2000--Start---
4663:
4664: if p_sf52_data.pay_rate_determinant in ('A','B','E','F') AND
4665: ghr_pa_requests_pkg.temp_step_true(p_sf52_data.pa_request_id) THEN
4666: ghr_history_fetch.fetch_positionei(
4667: p_position_id => p_sf52_data.to_position_id,
4668: p_information_type => 'GHR_US_POS_VALID_GRADE',
4669: p_date_effective => p_sf52_data.effective_date,
4670: p_pos_ei_data => l_pos_ei_grade_data);