DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_PAY_CAPS

Line 647: ghr_pay_caps.do_pay_caps_main

643: hr_utility.set_location('l_new_au_overtime ' || to_char(l_new_au_overtime),21);
644: hr_utility.set_location('l_new_availability_pay ' || to_char(l_new_availability_pay),21);
645: end if;
646:
647: ghr_pay_caps.do_pay_caps_main
648: (p_pa_request_id => null
649: ,p_effective_date => l_effective_date
650: ,p_duty_station_id => l_duty_station_id --bug# 13414643,13403289
651: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

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

739: exception
740: when mlc_error then
741: raise;
742: when others then
743: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
744: 'Err is '||sqlerrm(sqlcode),23);
745: l_mlcerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
746: raise mlc_error;
747: end;

Line 1875: ghr_pay_caps.do_pay_caps_main

1871: hr_utility.set_location('l_new_availability_pay ' || to_char(l_new_availability_pay),21);
1872: end if;
1873:
1874:
1875: ghr_pay_caps.do_pay_caps_main
1876: (p_pa_request_id => null
1877: ,p_effective_date => l_effective_date
1878: ,p_duty_station_id => l_duty_station_id --bug# 13414643,13403289
1879: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

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

1960: exception
1961: when mtc_error then
1962: raise;
1963: when others then
1964: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
1965: 'Err is '||sqlerrm(sqlcode),23);
1966: l_mtcerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
1967: raise mtc_error;
1968: end;