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 1981: ghr_history_fetch.fetch_asgei(

1977: hr_utility.set_location('PA OVN ' || to_char(l_pa_request_rec.object_version_number),52);
1978: hr_utility.set_location('l_pa_request_rec.award_amount '||l_pa_request_rec.award_amount ,52);
1979:
1980: -- Bug 5041967 Sundar
1981: ghr_history_fetch.fetch_asgei(
1982: p_assignment_id => l_pa_request_rec.employee_assignment_id,
1983: p_information_type => 'GHR_US_ASG_SF52',
1984: p_date_effective => p_effective_date,
1985: p_asg_ei_data => l_asg_ei_data);