DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on GHR_PA_REQUESTS_PKG

Line 948: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id

944: ,p_noa_id_corrected => l_noa_id
945: ,p_date_effective => p_effective_date
946: ,p_assignment_data => l_asgn_data);
947: --
948: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id
949: ,l_duty_station_id);
950: --
951: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
952: ,p_effective_date

Line 951: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id

947: --
948: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id
949: ,l_duty_station_id);
950: --
951: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
952: ,p_effective_date
953: ,l_duty_station_code
954: ,l_dummy_varchar);
955: p_from_duty_station_code := l_duty_station_code;

Line 1008: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id

1004: ,p_duty_station_location_id => l_location_id
1005: ,p_pay_rate_determinant => p_from_pay_rate_determinant
1006: ,p_work_schedule => p_from_work_schedule);
1007: --
1008: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id
1009: ,l_duty_station_id);
1010:
1011: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
1012: ,p_effective_date

Line 1011: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id

1007: --
1008: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id
1009: ,l_duty_station_id);
1010:
1011: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
1012: ,p_effective_date
1013: ,l_duty_station_code
1014: ,l_dummy_varchar);
1015: p_from_duty_station_code := l_duty_station_code;

Line 2759: l_employee_number := ghr_pa_requests_pkg2.get_employee_number

2755: --End Bug# 4648811
2756:
2757: --Bug # 9329643
2758: If l_ghr_pa_requests_rec.person_id is not null then
2759: l_employee_number := ghr_pa_requests_pkg2.get_employee_number
2760: (p_person_id => l_ghr_pa_requests_rec.person_id,
2761: p_effective_date => l_ghr_pa_requests_rec.effective_date);
2762: End if;
2763:

Line 2992: l_noa_family_code := ghr_pa_requests_pkg.get_noa_pm_family

2988: IF l_noa_family_code = 'CORRECT' THEN
2989: -- Bug#2789704 Added Exception Handling
2990: -- Bug#5172710 Modified the function to determine the noa family code.
2991: BEGIN
2992: l_noa_family_code := ghr_pa_requests_pkg.get_noa_pm_family
2993: (l_ghr_pa_requests_rec.second_noa_id,
2994: l_ghr_pa_requests_rec.effective_date);
2995: EXCEPTION
2996: WHEN OTHERS THEN