DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_PA_REQUESTS_PKG2

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

825:
826:
827: -------------Call Pay cap Procedure
828: begin
829: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
830: ,p_effective_date => l_effective_date);
831: l_old_capped_other_pay := l_capped_other_pay;
832: -- Sundar Added the following if statement to improve performance
833: if hr_utility.debug_enabled = true then

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

5753:
5754:
5755: -------------Call Pay cap Procedure
5756: begin
5757: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
5758: ,p_effective_date => l_effective_date);
5759: l_old_capped_other_pay := l_capped_other_pay;
5760: -- Sundar Added the following if statement to improve performance
5761: if hr_utility.debug_enabled = true then

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

7718:
7719:
7720: -------------Call Pay cap Procedure
7721: begin
7722: l_capped_other_pay := ghr_pa_requests_pkg2.get_cop( p_assignment_id => l_assignment_id
7723: ,p_effective_date => l_effective_date);
7724: l_old_capped_other_pay := l_capped_other_pay;
7725: -- Sundar Added the following if statement to improve performance
7726: if hr_utility.debug_enabled = true then