DBA Data[Home] [Help]

APPS.PER_PEA_FLEX dependencies on HR_UTILITY

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

15: l_proc varchar2(72) := g_package||'df';
16: l_error exception;
17: --
18: Begin
19: hr_utility.set_location('Entering:'||l_proc, 5);
20: --
21: --
22: -- When the reference field is null, check
23: -- that none of the attribute fields have

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

64: elsif p_rec.attribute20 is not null then
65: raise l_error;
66: end if;
67: --
68: hr_utility.set_location(' Leaving:'||l_proc, 10);
69: exception
70: when l_error then
71: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
72: hr_utility.raise_error;

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

67: --
68: hr_utility.set_location(' Leaving:'||l_proc, 10);
69: exception
70: when l_error then
71: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
72: hr_utility.raise_error;
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: end df;
75: --

Line 72: hr_utility.raise_error;

68: hr_utility.set_location(' Leaving:'||l_proc, 10);
69: exception
70: when l_error then
71: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
72: hr_utility.raise_error;
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: end df;
75: --
76: end per_pea_flex;

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

69: exception
70: when l_error then
71: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
72: hr_utility.raise_error;
73: hr_utility.set_location(' Leaving:'||l_proc, 10);
74: end df;
75: --
76: end per_pea_flex;