DBA Data[Home] [Help]

APPS.SSP_ERN_T1 dependencies on SSP_SMP_PKG

Line 31: ssp_smp_pkg.earnings_control (:new.person_id, :new.effective_date);

27:
28: end if;
29:
30: -- Recalculate SMP in all cases where the amount changes
31: ssp_smp_pkg.earnings_control (:new.person_id, :new.effective_date);
32:
33: end if;
34: end if;
35: END;