DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on GHR_CUSTOM_PAY_CAP

Line 1506: ghr_custom_pay_cap.custom_hook

1502: l_pay_cap_in_data.retention_allow_percentage := p_retention_allow_percentage;
1503: l_pay_cap_in_data.capped_other_pay := p_capped_other_pay;
1504: l_pay_cap_in_data.pa_request_id := p_pa_request_id;
1505: --
1506: ghr_custom_pay_cap.custom_hook
1507: (l_pay_cap_in_data
1508: ,l_pay_cap_out_data);
1509: --
1510: --

Line 1566: ghr_custom_pay_cap.custom_hook

1562: p_pay_cap_adj :=nvl(l_pay_cap_out_data.pay_cap_adj,l_temp_ret_allowance);
1563: /* Commenting this call because there is no need to call this again as already there is
1564: call to custom_hook above. Also there is no change in pay component values between raising of
1565: exception and here.
1566: ghr_custom_pay_cap.custom_hook
1567: (l_pay_cap_in_data
1568: ,l_pay_cap_out_data);
1569: */
1570: --