DBA Data[Home] [Help]

APPS.PER_OBJ_FLEX dependencies on HR_UTILITY

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

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

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

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

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

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

Line 76: hr_utility.raise_error;

72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: exception
74: when l_error then
75: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
76: hr_utility.raise_error;
77: hr_utility.set_location(' Leaving:'||l_proc, 10);
78: end df;
79: --
80: end per_obj_flex;

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

73: exception
74: when l_error then
75: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
76: hr_utility.raise_error;
77: hr_utility.set_location(' Leaving:'||l_proc, 10);
78: end df;
79: --
80: end per_obj_flex;