DBA Data[Home] [Help]

APPS.PAY_PGP_FLEX dependencies on HR_UTILITY

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

16: l_legislation_code per_business_groups.legislation_code%type;
17: l_error exception;
18: --
19: begin
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: -- Ensure that p_rec.id_flex_num is mandatory
23: --
24: hr_api.mandatory_arg_error

Line 104: hr_utility.set_message(801, 'HR_51337_PGP_KEY_FLEX_SEG_ARG');

100: end if;
101: --
102: exception
103: when l_error then
104: hr_utility.set_message(801, 'HR_51337_PGP_KEY_FLEX_SEG_ARG');
105: hr_utility.raise_error;
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: end kf;
108: --

Line 105: hr_utility.raise_error;

101: --
102: exception
103: when l_error then
104: hr_utility.set_message(801, 'HR_51337_PGP_KEY_FLEX_SEG_ARG');
105: hr_utility.raise_error;
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: end kf;
108: --
109: end pay_pgp_flex;

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

102: exception
103: when l_error then
104: hr_utility.set_message(801, 'HR_51337_PGP_KEY_FLEX_SEG_ARG');
105: hr_utility.raise_error;
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: end kf;
108: --
109: end pay_pgp_flex;