DBA Data[Home] [Help]

APPS.PE_PEI_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 38: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');

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

Line 39: hr_utility.raise_error;

35: --
36: -- Reference field values is not supported
37: --
38: hr_utility.set_message(801, 'HR_7438_FLEX_INV_REF_FIELD_VAL');
39: hr_utility.raise_error;
40: end if;
41: else
42: */
43: --

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

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

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

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

Line 97: hr_utility.raise_error;

93: hr_utility.set_location(' Leaving:'||l_proc, 10);
94: exception
95: when l_error then
96: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
97: hr_utility.raise_error;
98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: end df;
100: --
101: end pe_pei_flex;

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

94: exception
95: when l_error then
96: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
97: hr_utility.raise_error;
98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: end df;
100: --
101: end pe_pei_flex;