DBA Data[Home] [Help]

APPS.PAY_PPM_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 an then
23: -- call relevant validation procedure.

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

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

Line 43: hr_utility.raise_error;

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

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

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

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

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

Line 101: hr_utility.raise_error;

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

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

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