DBA Data[Home] [Help]

APPS.PER_GB_ABSENCE_RULES dependencies on SSP_SMP_SUPPORT_PKG

Line 171: ssp_smp_support_pkg.recalculate_SSP_and_SMP(p_deleting=>FALSE);

167: --IF l_abs_category = 'S' THEN
168: IF nvl(l_abs_category,'S') = 'S' THEN
169: -- call recalculate_SSP_and_SMP to create/update stoppages and/or element entries.
170:
171: ssp_smp_support_pkg.recalculate_SSP_and_SMP(p_deleting=>FALSE);
172:
173: END IF;
174: --
175: END IF;