DBA Data[Home] [Help]

APPS.SSP_ERN_T1 dependencies on SSP_SSP_PKG

Line 10: if ssp_ssp_pkg.ssp_is_installed

6: old.average_earnings_amount <> new.average_earnings_amount
7: ) DECLARE
8: BEGIN
9: if hr_general.g_data_migrator_mode <> 'Y' then
10: if ssp_ssp_pkg.ssp_is_installed
11: then
12: if
13: -- the change in amount crosses the NI LEL boundary
14: ((:old.average_earnings_amount

Line 26: ssp_ssp_pkg.earnings_control (:new.person_id, :new.effective_date);

22: (:new.effective_date))))
23: then
24:
25: -- Recalculate SSP only if the change will affect entitlement
26: ssp_ssp_pkg.earnings_control (:new.person_id, :new.effective_date);
27:
28: end if;
29:
30: -- Recalculate SMP in all cases where the amount changes