DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on GHR_HISTORY_FETCH

Line 3092: ghr_history_fetch.fetch_positionei

3088:
3089: l_log_text := 'Error while getting the groupbox of the personnel';
3090:
3091: -- get the personnel offfice id
3092: ghr_history_fetch.fetch_positionei
3093: (p_position_id => p_position_id ,
3094: p_information_type => 'GHR_US_POS_GRP1' ,
3095: p_date_effective => trunc(nvl(p_effective_date,sysdate)),
3096: p_pos_ei_data => l_pos_ei_data

Line 3609: ghr_history_fetch.fetch_asgei (

3605: END LOOP;
3606: -- From history fetch the Assignment Information Details for the effective date
3607: hr_utility.set_location('Eff. date in get_asg_step_or_rate ' || p_effective_date,25);
3608: IF l_assignment_id IS NOT NULL THEN
3609: ghr_history_fetch.fetch_asgei (
3610: p_assignment_id => l_assignment_id,
3611: p_information_type => 'GHR_US_ASG_SF52',
3612: p_date_effective => p_effective_date,
3613: p_asg_ei_data => l_asgei_data) ;

Line 3619: Ghr_History_Fetch.Fetch_ASGEI_prior_root_sf50

3615: p_step_or_rate := l_asgei_data.aei_information3;
3616:
3617: ELSE
3618: ghr_history_api.get_g_session_var(l_session);
3619: Ghr_History_Fetch.Fetch_ASGEI_prior_root_sf50
3620: (
3621: p_assignment_id => l_assignment_id,
3622: p_information_type => 'GHR_US_ASG_SF52',
3623: p_date_effective => p_effective_date,

Line 4055: ghr_history_fetch.fetch_positionei(

4051: ----Temp Promo Changes by AVR 03-JUN-2000--Start---
4052:
4053: if nvl(p_sf52_data.pay_rate_determinant,hr_api.g_varchar2) in ('A','B','E','F') AND
4054: ghr_pa_requests_pkg.temp_step_true(p_sf52_data.pa_request_id) THEN
4055: ghr_history_fetch.fetch_positionei(
4056: p_position_id => p_sf52_data.to_position_id,
4057: p_information_type => 'GHR_US_POS_VALID_GRADE',
4058: p_date_effective => p_sf52_data.effective_date,
4059: p_pos_ei_data => l_pos_ei_grade_data);

Line 4238: ghr_history_fetch.fetch_people(

4234: end if;
4235: hr_utility.set_location('l_work_schedule_desc is ' || p_sf52_data.work_schedule_desc, 13);
4236:
4237: if (p_from_only = FALSE) then
4238: ghr_history_fetch.fetch_people(
4239: p_person_id => p_person_id,
4240: p_date_effective => p_effective_date,
4241: p_altered_pa_request_id => l_session_var.altered_pa_request_id,
4242: p_noa_id_corrected => l_session_var.noa_id_correct,

Line 4418: ghr_history_fetch.fetch_positionei(

4414: ----Temp Promo Changes by AVR 03-JUN-2000--Start---
4415:
4416: if p_sf52_data.pay_rate_determinant in ('A','B','E','F') AND
4417: ghr_pa_requests_pkg.temp_step_true(p_sf52_data.pa_request_id) THEN
4418: ghr_history_fetch.fetch_positionei(
4419: p_position_id => p_sf52_data.to_position_id,
4420: p_information_type => 'GHR_US_POS_VALID_GRADE',
4421: p_date_effective => p_sf52_data.effective_date,
4422: p_pos_ei_data => l_pos_ei_grade_data);