DBA Data[Home] [Help]

APPS.HR_STD_HOL_ABS_API dependencies on HR_UTILITY

Line 51: hr_utility.set_location('Entering:'|| l_proc, 10);

47: l_object_version_number number;
48: l_std_holiday_absences_id number;
49: --
50: begin
51: hr_utility.set_location('Entering:'|| l_proc, 10);
52: --
53: -- Issue a savepoint
54: --
55: savepoint create_std_hol_abs;

Line 57: hr_utility.set_location(l_proc, 20);

53: -- Issue a savepoint
54: --
55: savepoint create_std_hol_abs;
56: --
57: hr_utility.set_location(l_proc, 20);
58: --
59: -- Process Logic
60: --
61: --

Line 136: hr_utility.set_location(l_proc, 8);

132: ,p_attribute19 => p_attribute19
133: ,p_attribute20 => p_attribute20
134: ,p_object_version_number => l_object_version_number );
135: --
136: hr_utility.set_location(l_proc, 8);
137: --
138: --
139: -- Start of API User Hook for the after hook
140: --

Line 189: hr_utility.set_location(' Leaving:'||l_proc, 11);

185: --
186: p_object_version_number := l_object_version_number;
187: p_std_holiday_absences_id := l_std_holiday_absences_id;
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 11);
190: exception
191: when hr_api.validate_enabled then
192: --
193: -- As the Validate_Enabled exception has been raised

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

262: per_std_holiday_absences.object_version_number%TYPE;
263: l_proc varchar2(72) := g_package||'update_std_hol_abs';
264: --
265: begin
266: hr_utility.set_location('Entering:'|| l_proc, 5);
267: --
268: -- Issue a savepoint
269: --
270: savepoint update_std_hol_abs;

Line 272: hr_utility.set_location(l_proc, 6);

268: -- Issue a savepoint
269: --
270: savepoint update_std_hol_abs;
271: --
272: hr_utility.set_location(l_proc, 6);
273: --
274: l_object_version_number_temp := p_object_version_number;
275: l_object_version_number := p_object_version_number;
276: --

Line 353: hr_utility.set_location(l_proc, 8);

349: ,p_attribute20 => p_attribute20
350: ,p_object_version_number => l_object_version_number
351: );
352: --
353: hr_utility.set_location(l_proc, 8);
354: --
355: -- Start of API User Hook for the after
356: --
357: begin

Line 407: hr_utility.set_location(' Leaving:'||l_proc, 11);

403: raise hr_api.validate_enabled;
404: end if;
405: --
406: p_object_version_number := l_object_version_number;
407: hr_utility.set_location(' Leaving:'||l_proc, 11);
408: exception
409: when hr_api.validate_enabled then
410: --
411: -- As the Validate_Enabled exception has been raised

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

443: --
444: l_proc varchar2(72) := g_package||'delete_std_hol_abs';
445: --
446: begin
447: hr_utility.set_location('Entering:'|| l_proc, 5);
448: --
449: -- Issue a savepoint
450: --
451: savepoint delete_std_hol_abs;

Line 453: hr_utility.set_location(l_proc, 7);

449: -- Issue a savepoint
450: --
451: savepoint delete_std_hol_abs;
452: --
453: hr_utility.set_location(l_proc, 7);
454: --
455: -- Process Logic
456: --
457: --

Line 478: hr_utility.set_location(l_proc, 8);

474: per_sha_del.del
475: (p_std_holiday_absences_id => p_std_holiday_absences_id
476: ,p_object_version_number => p_object_version_number);
477: --
478: hr_utility.set_location(l_proc, 8);
479: --
480: -- Start of API User Hook for the after hook of delete_phone
481: --
482: begin

Line 504: hr_utility.set_location(' Leaving:'||l_proc, 11);

500: if p_validate then
501: raise hr_api.validate_enabled;
502: end if;
503: --
504: hr_utility.set_location(' Leaving:'||l_proc, 11);
505: exception
506: when hr_api.validate_enabled then
507: --
508: -- As the Validate_Enabled exception has been raised