DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on GHR_PA_REQUESTS_PKG

Line 611: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id

607: ,p_noa_id_corrected => l_noa_id
608: ,p_date_effective => p_effective_date
609: ,p_assignment_data => l_asgn_data);
610: --
611: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id
612: ,l_duty_station_id);
613: --
614: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
615: ,p_effective_date

Line 614: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id

610: --
611: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_asgn_data.location_id
612: ,l_duty_station_id);
613: --
614: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
615: ,p_effective_date
616: ,l_duty_station_code
617: ,l_dummy_varchar);
618: p_from_duty_station_code := l_duty_station_code;

Line 671: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id

667: ,p_duty_station_location_id => l_location_id
668: ,p_pay_rate_determinant => p_from_pay_rate_determinant
669: ,p_work_schedule => p_from_work_schedule);
670: --
671: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id
672: ,l_duty_station_id);
673:
674: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
675: ,p_effective_date

Line 674: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id

670: --
671: ghr_pa_requests_pkg.get_SF52_loc_ddf_details (l_location_id
672: ,l_duty_station_id);
673:
674: ghr_pa_requests_pkg.get_duty_station_details (l_duty_station_id
675: ,p_effective_date
676: ,l_duty_station_code
677: ,l_dummy_varchar);
678: p_from_duty_station_code := l_duty_station_code;