DBA Data[Home] [Help]

APPS.PER_PERSON_ANALYSES_PKG dependencies on HR_UTILITY

Line 50: hr_utility.set_location('per_person_analyses_pkg.check_for_duplicates',1);

46: pa.rowid <> chartorowid(p_rowid)));
47: --
48: l_exists varchar2(1);
49: begin
50: hr_utility.set_location('per_person_analyses_pkg.check_for_duplicates',1);
51: open c;
52: fetch c into l_exists;
53: if c%found then
54: close c;

Line 55: hr_utility.set_message(801,'HR_6012_ROW_INSERTED');

51: open c;
52: fetch c into l_exists;
53: if c%found then
54: close c;
55: hr_utility.set_message(801,'HR_6012_ROW_INSERTED');
56: hr_utility.raise_error;
57: end if;
58: close c;
59: end check_for_duplicates;

Line 56: hr_utility.raise_error;

52: fetch c into l_exists;
53: if c%found then
54: close c;
55: hr_utility.set_message(801,'HR_6012_ROW_INSERTED');
56: hr_utility.raise_error;
57: end if;
58: close c;
59: end check_for_duplicates;
60: --

Line 151: hr_utility.set_message(801,'HR_7443_PA_UNIQUE_CASE_NUMBER');

147: if c_duplicate_case%FOUND then
148: --
149: close c_duplicate_case;
150: --
151: hr_utility.set_message(801,'HR_7443_PA_UNIQUE_CASE_NUMBER');
152: hr_utility.raise_error;
153: --
154: --
155: end if;

Line 152: hr_utility.raise_error;

148: --
149: close c_duplicate_case;
150: --
151: hr_utility.set_message(801,'HR_7443_PA_UNIQUE_CASE_NUMBER');
152: hr_utility.raise_error;
153: --
154: --
155: end if;
156: --