DBA Data[Home] [Help]

APPS.HR_OWNER_DEFINITIONS_PKG dependencies on HR_UTILITY

Line 22: hr_utility.set_message(801,'HR_6661_OWNER_ALREADY_EXISTS');

18: open c1 ;
19: fetch c1 into l_dummy ;
20: if c1%found
21: then close c1 ;
22: hr_utility.set_message(801,'HR_6661_OWNER_ALREADY_EXISTS');
23: hr_utility.raise_error ;
24: end if ;
25: close c1 ;
26: end check_unique ;

Line 23: hr_utility.raise_error ;

19: fetch c1 into l_dummy ;
20: if c1%found
21: then close c1 ;
22: hr_utility.set_message(801,'HR_6661_OWNER_ALREADY_EXISTS');
23: hr_utility.raise_error ;
24: end if ;
25: close c1 ;
26: end check_unique ;
27: --