DBA Data[Home] [Help]

APPS.PER_ABV_PKG dependencies on HR_UTILITY

Line 48: hr_utility.set_message(801,'HR_6433_EMP_ASS_BUDGET');

44: open c;
45: fetch c into l_exists;
46: if c%found then
47: close c;
48: hr_utility.set_message(801,'HR_6433_EMP_ASS_BUDGET');
49: hr_utility.raise_error;
50: end if;
51: close c;
52: end check_unique_row;

Line 49: hr_utility.raise_error;

45: fetch c into l_exists;
46: if c%found then
47: close c;
48: hr_utility.set_message(801,'HR_6433_EMP_ASS_BUDGET');
49: hr_utility.raise_error;
50: end if;
51: close c;
52: end check_unique_row;
53: --

Line 168: hr_utility.set_message(800,'HR_52404_ASS_BUD_VAL_DUPL');

164: fetch C_EXIST_1 into d_dummy;
165: if C_EXIST_1%found then
166: close C_EXIST_1;
167:
168: hr_utility.set_message(800,'HR_52404_ASS_BUD_VAL_DUPL');
169: hr_utility.raise_error;
170:
171: end if;
172: close C_EXIST_1;

Line 169: hr_utility.raise_error;

165: if C_EXIST_1%found then
166: close C_EXIST_1;
167:
168: hr_utility.set_message(800,'HR_52404_ASS_BUD_VAL_DUPL');
169: hr_utility.raise_error;
170:
171: end if;
172: close C_EXIST_1;
173: