DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on ENG_ORG

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

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