DBA Data[Home] [Help]

APPS.GHR_CORR_CANC_SF52 dependencies on GHR_HISTORY_FETCH

Line 2318: ghr_history_fetch.get_date_eff_eleevl(p_element_entry_value_id => l_hist_pre.information1,

2314: -- action we are cancelling. If it is different, then there are intervening actions on
2315: -- the same date and the update should not be applied to pay_element_entry_values_f table.
2316: -- If it is the same, then there are no intervening actions on the same date and the
2317: -- update should be applied.
2318: ghr_history_fetch.get_date_eff_eleevl(p_element_entry_value_id => l_hist_pre.information1,
2319: p_date_effective => l_hist_rec.effective_date,
2320: p_element_entry_data => l_date_eff_rec,
2321: p_result_code => l_result_code,
2322: p_pa_history_id => l_pa_history_id);

Line 2735: ghr_history_fetch.fetch_people(

2731: fetch get_hist into l_hist_id;
2732: close get_hist;
2733: hr_utility.set_location( 'Fetched Hist id' || l_proc, 15);
2734:
2735: ghr_history_fetch.fetch_people(
2736: p_person_id => p_sf52_data.person_id,
2737: p_date_effective => p_sf52_data.effective_date,
2738: p_pa_history_id => l_hist_id,
2739: p_altered_pa_request_id => p_sf52_data.altered_pa_request_id,

Line 3369: ghr_history_fetch.fetch_asgei(

3365: else
3366: ghr_history_conv_rg.copy_field_value(p_sf52rec_correct.award_percentage,p_sf52rec.award_percentage);
3367: IF p_sf52rec.award_percentage IS NOT NULL THEN
3368: -- Begin Bug# 5014663
3369: ghr_history_fetch.fetch_asgei(
3370: p_assignment_id => p_sf52rec.employee_assignment_id,
3371: p_information_type => 'GHR_US_ASG_SF52',
3372: p_date_effective => p_sf52rec.effective_date,
3373: p_asg_ei_data => l_asg_ei_data);

Line 3744: ghr_history_fetch.fetch_positionei(

3740: l_session_var1.assignment_id := l_session_var.assignment_id;
3741: l_session_var1.fire_trigger := 'N';
3742: l_session_var1.program_name := 'sf50';
3743: ghr_history_api.set_g_session_var(l_session_var1);
3744: ghr_history_fetch.fetch_positionei(
3745: p_position_id => p_sf52_data_result.to_position_id,
3746: p_information_type => 'GHR_US_POS_GRP1',
3747: p_date_effective => p_sf52_data_result.effective_date,
3748: p_pos_ei_data => l_pos_ei_grp1_data);

Line 3815: ghr_history_fetch.fetch_positionei(

3811: l_session_var1.program_name := 'sf50';
3812: ghr_history_api.set_g_session_var(l_session_var1);
3813:
3814: -- Retrieve the Grade info from the POI history table
3815: ghr_history_fetch.fetch_positionei(
3816: p_position_id => p_sf52_data_result.to_position_id,
3817: p_information_type => 'GHR_US_POS_VALID_GRADE',
3818: p_date_effective => p_sf52_data_result.effective_date,
3819: p_pos_ei_data => l_pos_ei_grade_data);

Line 5633: ghr_history_fetch.fetch_positionei(

5629: l_session_var1.program_name := 'sf50';
5630: ghr_history_api.set_g_session_var(l_session_var1);
5631:
5632: -- Retrieve the Grade info from the POI history table
5633: ghr_history_fetch.fetch_positionei(
5634: p_position_id => p_sf52_data_result.to_position_id,
5635: p_information_type => 'GHR_US_POS_VALID_GRADE',
5636: p_date_effective => p_sf52_data_result.effective_date,
5637: p_pos_ei_data => l_pos_ei_grade_data);

Line 7583: ghr_history_fetch.fetch_positionei(

7579: l_session_var1.assignment_id := l_session_var.assignment_id;
7580: l_session_var1.fire_trigger := 'N';
7581: l_session_var1.program_name := 'sf50';
7582: ghr_history_api.set_g_session_var(l_session_var1);
7583: ghr_history_fetch.fetch_positionei(
7584: p_position_id => p_sf52_data_result.to_position_id,
7585: p_information_type => 'GHR_US_POS_GRP1',
7586: p_date_effective => p_sf52_data_result.effective_date,
7587: p_pos_ei_data => l_pos_ei_grp1_data);

Line 7674: ghr_history_fetch.fetch_positionei(

7670: l_session_var1.program_name := 'sf50';
7671: ghr_history_api.set_g_session_var(l_session_var1);
7672:
7673: -- Retrieve the Grade info from the POI history table
7674: ghr_history_fetch.fetch_positionei(
7675: p_position_id => p_sf52_data_result.to_position_id,
7676: p_information_type => 'GHR_US_POS_VALID_GRADE',
7677: p_date_effective => p_sf52_data_result.effective_date,
7678: p_pos_ei_data => l_pos_ei_grade_data);