DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_PA_REQUESTS_PKG2

Line 2332: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop(l_assignment_id,

2328: LOOP
2329: l_assignment_id := asg_rec.assignment_id;
2330: exit;
2331: END LOOP;
2332: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop(l_assignment_id,
2333: l_pay_calc_data.effective_date);
2334:
2335: -- Bug#5349609 If capped other pay is null, get the other pay value.
2336: IF l_capped_other_pay is NULL THEN