DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_PA_REQUESTS_PKG2

Line 622: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id

618: hr_utility.set_location('Supervisory Diff Amount = ' || to_char(l_supervisory_differential),10);
619:
620: -------------Call Pay cap Procedure
621: begin
622: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
623: ,p_effective_date => l_effective_date);
624: l_old_capped_other_pay := l_capped_other_pay;
625: -- Sundar Added the following if statement to improve performance
626: if hr_utility.debug_enabled = true then

Line 1849: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id

1845:
1846:
1847: -------------Call Pay cap Procedure
1848: begin
1849: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
1850: ,p_effective_date => l_effective_date);
1851: l_old_capped_other_pay := l_capped_other_pay;
1852: -- Sundar Added the following if statement to improve performance
1853: if hr_utility.debug_enabled = true then