DBA Data[Home] [Help]

APPS.PER_POD_FLEX dependencies on HR_UTILITY

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

15: l_proc varchar2(72) := g_package||'kf';
16: l_legislation_code per_business_groups.legislation_code%type;
17: --
18: begin
19: hr_utility.set_location('Entering:'||l_proc, 5);
20: --
21: -- Ensure that p_rec.id_flex_num is mandatory
22: --
23: hr_api.mandatory_arg_error

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

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

Line 34: hr_utility.raise_error;

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

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

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