DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on ENG_ORG

Line 1337: eng_org.eng_predel_validation(p_rec.organization_id);

1333: ,status => l_eng_installed
1334: ,industry => l_industry);
1335: if l_eng_installed <> 'N' then
1336: null;
1337: eng_org.eng_predel_validation(p_rec.organization_id);
1338: end if;
1339: -- End of fix for bug 2881808
1340: hr_utility.set_location(' Leaving:'||l_proc, 10);
1341: End delete_validate;