DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on GHR_CUSTOM_PAY_CAP

Line 1629: ghr_custom_pay_cap.custom_hook

1625: l_pay_cap_in_data.retention_allow_percentage := p_retention_allow_percentage;
1626: l_pay_cap_in_data.capped_other_pay := p_capped_other_pay;
1627: l_pay_cap_in_data.pa_request_id := p_pa_request_id;
1628: --
1629: ghr_custom_pay_cap.custom_hook
1630: (l_pay_cap_in_data
1631: ,l_pay_cap_out_data);
1632: --
1633: --

Line 1689: ghr_custom_pay_cap.custom_hook

1685: p_pay_cap_adj :=nvl(l_pay_cap_out_data.pay_cap_adj,l_temp_ret_allowance);
1686: /* Commenting this call because there is no need to call this again as already there is
1687: call to custom_hook above. Also there is no change in pay component values between raising of
1688: exception and here.
1689: ghr_custom_pay_cap.custom_hook
1690: (l_pay_cap_in_data
1691: ,l_pay_cap_out_data);
1692: */
1693: --