DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_PAY_CALC

Line 434: l_user_table_id := ghr_pay_calc.get_user_table_id(

430: If p_mass_action_type = 'MASS_SALARY_CHG' then
431: -- Pradeep added EE to the following if list for the Bug 3604377
432: if l_pa_request_rec.to_pay_plan in ('ES','EP','FE','IE','EE') then
433:
434: l_user_table_id := ghr_pay_calc.get_user_table_id(
435: p_position_id => l_pa_request_rec.to_position_id
436: ,p_effective_date => l_pa_request_rec.effective_date
437: );
438:

Line 506: IF (ghr_pay_calc.get_lpa_percentage (l_pa_request_rec.duty_station_id, l_pa_request_rec.effective_date)

502: IF l_pa_request_rec.duty_station_location_id <> l_duty_station_location_id THEN
503: ghr_pa_requests_pkg.get_SF52_loc_ddf_details
504: (p_location_id => l_duty_station_location_id
505: ,p_duty_station_id => l_target_duty_station_id);
506: IF (ghr_pay_calc.get_lpa_percentage (l_pa_request_rec.duty_station_id, l_pa_request_rec.effective_date)
507: <> ghr_pay_calc.get_lpa_percentage (l_target_duty_station_id, l_pa_request_rec.effective_date)) THEN
508: l_pa_request_rec.first_noa_code := '894';
509: --Begin Bug# 14805985 to get the noa description
510: ghr_mass_actions_pkg.get_noa_id_desc

Line 507: <> ghr_pay_calc.get_lpa_percentage (l_target_duty_station_id, l_pa_request_rec.effective_date)) THEN

503: ghr_pa_requests_pkg.get_SF52_loc_ddf_details
504: (p_location_id => l_duty_station_location_id
505: ,p_duty_station_id => l_target_duty_station_id);
506: IF (ghr_pay_calc.get_lpa_percentage (l_pa_request_rec.duty_station_id, l_pa_request_rec.effective_date)
507: <> ghr_pay_calc.get_lpa_percentage (l_target_duty_station_id, l_pa_request_rec.effective_date)) THEN
508: l_pa_request_rec.first_noa_code := '894';
509: --Begin Bug# 14805985 to get the noa description
510: ghr_mass_actions_pkg.get_noa_id_desc
511: (p_noa_code => l_pa_request_rec.first_noa_code,

Line 1221: l_retained_grade_rec ghr_pay_calc.retained_Grade_rec_type;

1217: l_remark_code_information2 ghr_pa_remarks.remark_code_information2%type;
1218: l_remark_code_information3 ghr_pa_remarks.remark_code_information3%type;
1219: l_remark_code_information4 ghr_pa_remarks.remark_code_information4%type;
1220: l_remark_code_information5 ghr_pa_remarks.remark_code_information5%type;
1221: l_retained_grade_rec ghr_pay_calc.retained_Grade_rec_type;
1222: l_pa_remark_id ghr_pa_remarks.pa_remark_id%type;
1223: l_object_version_number ghr_pa_remarks.object_version_number%type;
1224:
1225: begin