DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on SSP_MAT_BUS

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

3364: l_ssp_installed := ssp_ssp_pkg.ssp_is_installed;
3365:
3366: if l_ssp_installed and l_absence_category = 'M' then
3367:
3368: ssp_mat_bus.validate_female_sex(p_rec.person_id);
3369:
3370: end if;
3371:
3372: -- end for bug# 6505054