DBA Data[Home] [Help]

APPS.PER_POS_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: -- Check for value of reference field and then
23: -- 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: --

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

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

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

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

Line 95: hr_utility.raise_error;

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

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

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