DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_PA_REQUESTS_PKG2

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

2476: LOOP
2477: l_assignment_id := asg_rec.assignment_id;
2478: exit;
2479: END LOOP;
2480: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop(l_assignment_id,
2481: l_pay_calc_data.effective_date);
2482:
2483: -- Bug#5349609 If capped other pay is null, get the other pay value.
2484: IF l_capped_other_pay is NULL THEN