DBA Data[Home] [Help]

APPS.PER_GB_ABSENCE_RULES dependencies on SSP_SMP_SUPPORT_PKG

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

105: --IF l_abs_category = 'S' THEN
106: IF nvl(l_abs_category,'S') = 'S' THEN
107: -- call recalculate_SSP_and_SMP to create/update stoppages and/or element entries.
108:
109: ssp_smp_support_pkg.recalculate_SSP_and_SMP(p_deleting=>FALSE);
110:
111: END IF;
112: --
113: END IF;