DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_PAY_CAPS

Line 1079: ghr_pay_caps.do_pay_caps_main

1075: --Call Pay cap Procedure
1076: BEGIN
1077: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
1078: ,p_effective_DATE => l_effective_DATE);
1079: ghr_pay_caps.do_pay_caps_main
1080: (p_pa_request_id => null
1081: ,p_effective_DATE => l_effective_DATE
1082: ,p_duty_station_id => t_duty_station_id --bug# 13414643,13403289
1083: ,p_pay_rate_determinant => nvl(l_out_pay_rate_determinant,l_pay_rate_determinant)

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

1135: EXCEPTION
1136: when mass_error then
1137: raise;
1138: when others then
1139: hr_utility.set_location('Error in ghr_pay_caps.do_pay_caps_main ' ||
1140: 'Err is '||sqlerrm(sqlcode),23);
1141: l_mslerrbuf := 'Error in do_pay_caps_main Sql Err is '|| sqlerrm(sqlcode);
1142: raise mass_error;
1143: END;