DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_PAY_CAPS

Line 866: ghr_pay_caps.do_pay_caps_main

862:
863: end if;
864:
865:
866: ghr_pay_caps.do_pay_caps_main
867: (p_pa_request_id => null
868: ,p_effective_date => l_effective_date
869: ,p_duty_station_id => l_duty_station_id --bug# 13414643,13403289
870: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

Line 962: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||

958: exception
959: when msl_error then
960: raise;
961: when others then
962: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
963: 'Err is '||sqlerrm(sqlcode),23);
964: l_mslerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
965: raise msl_error;
966: end;

Line 5896: ghr_pay_caps.do_pay_caps_main

5892: end if;
5893:
5894: --Bug # 9309268
5895: ghr_msl_pkg.g_msl_bp_paycap := NULL;
5896: ghr_pay_caps.do_pay_caps_main
5897: (p_pa_request_id => null
5898: ,p_effective_date => l_effective_date
5899: ,p_duty_station_id => l_duty_station_id --bug# 13414643,13403289
5900: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

Line 6003: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||

5999: (p_person_id,l_effective_date, l_sel_flg, l_comment,p_mass_salary_id);
6000: l_comment := NULL;
6001: ELSE
6002: -- Bug # 9309268
6003: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
6004: 'Err is '||sqlerrm(sqlcode),23);
6005: l_mslerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
6006: raise msl_error;
6007: END IF;

Line 7899: ghr_pay_caps.do_pay_caps_main

7895:
7896: end if;
7897:
7898:
7899: ghr_pay_caps.do_pay_caps_main
7900: (p_pa_request_id => null
7901: ,p_effective_date => l_effective_date
7902: ,p_duty_station_id => l_duty_station_id --bug# 13414643,13403289
7903: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

Line 8004: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||

8000: ins_upd_per_extra_info
8001: (p_person_id,l_effective_date, l_sel_flg, l_comment,p_mass_salary_id);
8002: l_comment := NULL;
8003: ELSE
8004: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
8005: 'Err is '||sqlerrm(sqlcode),23);
8006: l_mslerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
8007: raise msl_error;
8008: END IF;