DBA Data[Home] [Help]

APPS.PER_ANC_FLEX dependencies on HR_UTILITY

Line 18: hr_utility.set_location('Entering:'||l_proc, 5);

14: --
15: l_proc varchar2(72) := g_package||'kf';
16: --
17: begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: -- Ensure that p_rec.id_flex_num exists
21: --
22: hr_api.mandatory_arg_error

Line 32: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');

28: --
29: if p_rec.id_flex_num is not null then
30: null;
31: else
32: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
33: hr_utility.raise_error;
34: end if;
35: --
36: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 33: hr_utility.raise_error;

29: if p_rec.id_flex_num is not null then
30: null;
31: else
32: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
33: hr_utility.raise_error;
34: end if;
35: --
36: hr_utility.set_location(' Leaving:'||l_proc, 10);
37: --

Line 36: hr_utility.set_location(' Leaving:'||l_proc, 10);

32: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
33: hr_utility.raise_error;
34: end if;
35: --
36: hr_utility.set_location(' Leaving:'||l_proc, 10);
37: --
38: end kf;
39: --
40: end per_anc_flex;