DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on SSP_MAT_BUS

Line 3800: ssp_mat_bus.validate_female_sex(p_rec.person_id);

3796: l_ssp_installed := ssp_ssp_pkg.ssp_is_installed;
3797:
3798: if l_ssp_installed and l_absence_category = 'M' then
3799:
3800: ssp_mat_bus.validate_female_sex(p_rec.person_id);
3801:
3802: end if;
3803:
3804: -- end for bug# 6505054