DBA Data[Home] [Help]

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

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

Line 42: hr_utility.raise_error;

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

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

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

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

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

Line 100: hr_utility.raise_error;

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

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

97: exception
98: when l_error then
99: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
100: hr_utility.raise_error;
101: hr_utility.set_location(' Leaving:'||l_proc, 10);
102: end df;
103: --
104: end per_apl_flex;