DBA Data[Home] [Help]

APPS.PE_POI_FLEX dependencies on HR_UTILITY

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

17: l_proc varchar2(72) := g_package||'df';
18: l_error exception;
19: --
20: Begin
21: hr_utility.set_location('Entering:'||l_proc, 5);
22: --
23: /*
24: -- Check for value of reference field an then
25: -- call relevant validation procedure.

Line 36: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');

32: else
33: --
34: -- Reference field values is not supported
35: --
36: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
37: hr_utility.raise_error;
38: end if;
39: else
40: --

Line 37: hr_utility.raise_error;

33: --
34: -- Reference field values is not supported
35: --
36: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
37: hr_utility.raise_error;
38: end if;
39: else
40: --
41: -- When the reference field is null, check

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

85: elsif p_rec.poei_attribute20 is not null then
86: raise l_error;
87: end if;
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: exception
91: when l_error then
92: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
93: hr_utility.raise_error;

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

88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: exception
91: when l_error then
92: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
93: hr_utility.raise_error;
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: end df;
96:

Line 93: hr_utility.raise_error;

89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: exception
91: when l_error then
92: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
93: hr_utility.raise_error;
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: end df;
96:
97: --

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

90: exception
91: when l_error then
92: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
93: hr_utility.raise_error;
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: end df;
96:
97: --
98: end pe_poi_flex;