DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_HISTORY_FETCH

Line 831: ghr_history_fetch.fetch_asgei(

827: /*l_award_salary :=
828: ghr_pay_calc.convert_amount(l_pa_request_rec.from_basic_pay
829: ,l_pa_request_rec.from_pay_basis,'PA');*/
830:
831: ghr_history_fetch.fetch_asgei(
832: p_assignment_id => l_pa_request_rec.employee_assignment_id,
833: p_information_type => 'GHR_US_ASG_SF52',
834: p_date_effective => p_effective_date,
835: p_asg_ei_data => l_asg_ei_data);

Line 1971: ghr_history_fetch.fetch_asgei(

1967: hr_utility.set_location('PA OVN ' || to_char(l_pa_request_rec.object_version_number),52);
1968: hr_utility.set_location('l_pa_request_rec.award_amount '||l_pa_request_rec.award_amount ,52);
1969:
1970: -- Bug 5041967 Sundar
1971: ghr_history_fetch.fetch_asgei(
1972: p_assignment_id => l_pa_request_rec.employee_assignment_id,
1973: p_information_type => 'GHR_US_ASG_SF52',
1974: p_date_effective => p_effective_date,
1975: p_asg_ei_data => l_asg_ei_data);